Skip to content

Commit

Permalink
Merge pull request #1 from labelzoom/dependabot/gradle/io.github.cdim…
Browse files Browse the repository at this point in the history
…ascio-dotenv-java-3.0.0

Bump io.github.cdimascio:dotenv-java from 2.3.2 to 3.0.0
  • Loading branch information
RobFaustLZ authored Mar 2, 2024
2 parents ef97b00 + 42610c0 commit df8c584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.9'
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2'
testImplementation 'io.github.cdimascio:dotenv-java:3.0.0'
}

test {
Expand Down

0 comments on commit df8c584

Please sign in to comment.