Skip to content

Commit 903a380

Browse files
chore(deps): update dependency io.github.cdimascio:dotenv-java to v3.0.1 (#3271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf063b0 commit 903a380

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

playground/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation 'io.github.cdimascio:dotenv-java:3.0.0'
11+
implementation 'io.github.cdimascio:dotenv-java:3.0.1'
1212
implementation 'com.algolia:algoliasearch-client-java:4.0.0-beta.5'
1313
}
1414

playground/scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ lazy val root = (project in file("."))
1010
val algoliasearch = ProjectRef(file("../../clients/algoliasearch-client-scala"), "root")
1111
dependsOn(algoliasearch)
1212

13-
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "3.0.0"
13+
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "3.0.1"
1414
libraryDependencies += "org.json4s" %% "json4s-native" % "4.0.6"

snippets/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1313
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
1414
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
15-
testImplementation 'io.github.cdimascio:dotenv-java:3.0.0'
15+
testImplementation 'io.github.cdimascio:dotenv-java:3.0.1'
1616
}
1717

1818
test() {

templates/java/tests/build.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1313
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
1414
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
15-
testImplementation 'io.github.cdimascio:dotenv-java:3.0.0'
15+
testImplementation 'io.github.cdimascio:dotenv-java:3.0.1'
1616
}
1717

1818
test() {

tests/output/scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ val algoliasearch = ProjectRef(file("../../../clients/algoliasearch-client-scala
88
dependsOn(algoliasearch)
99

1010
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Test
11-
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "3.0.0" % Test
11+
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "3.0.1" % Test
1212
libraryDependencies += "org.skyscreamer" % "jsonassert" % "1.5.1" % Test

0 commit comments

Comments
 (0)