Skip to content

Commit

Permalink
Merge pull request #622 from GDATASoftwareAG/renovate/java/major-all-…
Browse files Browse the repository at this point in the history
…major-patch

java: Update all major dependencies (major)
  • Loading branch information
lennartdohmann authored Sep 30, 2024
2 parents 59fcde3 + a622484 commit 3c2586b
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 @@ -21,7 +21,7 @@ dependencies {
implementation 'org.projectlombok:lombok:1.18.34'
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 'org.jetbrains:annotations:25.0.0'
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'
Expand Down
2 changes: 1 addition & 1 deletion java/build.local.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation 'org.projectlombok:lombok:1.18.34'
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 'org.jetbrains:annotations:25.0.0'
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'
Expand Down

0 comments on commit 3c2586b

Please sign in to comment.