File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation ' io.github.cdimascio:dotenv-java:3.0.1 '
11+ implementation ' io.github.cdimascio:dotenv-java:3.2.0 '
1212 implementation ' com.algolia:algoliasearch:4.15.0'
1313}
1414
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2020 testImplementation ' org.skyscreamer:jsonassert:1.5.3'
2121 testImplementation ' com.fasterxml.jackson.core:jackson-core:2.18.3'
22- testImplementation ' io.github.cdimascio:dotenv-java:2. 3.2' // use an old version to support java 8
22+ testImplementation ' io.github.cdimascio:dotenv-java:3.2.0 ' // use an old version to support java 8
2323}
2424
2525tasks.withType(JavaCompile) {
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ val algoliasearch = ProjectRef(file("../../../clients/algoliasearch-client-scala
88dependsOn(algoliasearch)
99
1010libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19" % Test
11- libraryDependencies += " io.github.cdimascio" % " dotenv-java" % " 3.0.1 " % Test
11+ libraryDependencies += " io.github.cdimascio" % " dotenv-java" % " 3.2.0 " % Test
You can’t perform that action at this time.
0 commit comments