File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
}
9
9
10
10
dependencies {
11
- implementation ' io.github.cdimascio:dotenv-java:3.0.0 '
11
+ implementation ' io.github.cdimascio:dotenv-java:3.0.1 '
12
12
implementation ' com.algolia:algoliasearch-client-java:4.0.0-beta.5'
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ lazy val root = (project in file("."))
10
10
val algoliasearch = ProjectRef (file(" ../../clients/algoliasearch-client-scala" ), " root" )
11
11
dependsOn(algoliasearch)
12
12
13
- libraryDependencies += " io.github.cdimascio" % " dotenv-java" % " 3.0.0 "
13
+ libraryDependencies += " io.github.cdimascio" % " dotenv-java" % " 3.0.1 "
14
14
libraryDependencies += " org.json4s" %% " json4s-native" % " 4.0.6"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
13
13
testImplementation ' org.skyscreamer:jsonassert:1.5.1'
14
14
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 '
16
16
}
17
17
18
18
test() {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
13
13
testImplementation ' org.skyscreamer:jsonassert:1.5.1'
14
14
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 '
16
16
}
17
17
18
18
test() {
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ val algoliasearch = ProjectRef(file("../../../clients/algoliasearch-client-scala
8
8
dependsOn(algoliasearch)
9
9
10
10
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
12
12
libraryDependencies += " org.skyscreamer" % " jsonassert" % " 1.5.1" % Test
You can’t perform that action at this time.
0 commit comments