Skip to content

Commit

Permalink
java: Update dependency io.github.cdimascio:dotenv-java to v3.0.2 (#584)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ata-no-one and Renovate Bot authored Sep 2, 2024
1 parent 762b139 commit 0c7fc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
implementation 'org.jetbrains:annotations:24.1.0'
implementation 'io.github.cdimascio:dotenv-java:3.0.1'
implementation 'io.github.cdimascio:dotenv-java:3.0.2'
testImplementation 'org.testng:testng:7.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
Expand Down
2 changes: 1 addition & 1 deletion java/build.local.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
implementation 'org.jetbrains:annotations:24.1.0'
implementation 'io.github.cdimascio:dotenv-java:3.0.1'
implementation 'io.github.cdimascio:dotenv-java:3.0.2'
testImplementation 'org.testng:testng:7.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
Expand Down

0 comments on commit 0c7fc1f

Please sign in to comment.