Skip to content

Commit

Permalink
Merge pull request #714 from GDATASoftwareAG/renovate/java/all-non-major
Browse files Browse the repository at this point in the history
java: Update all non-major dependencies
  • Loading branch information
doxthree authored Feb 4, 2025
2 parents 06b146a + be1e6dd commit 30208d4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ java {

dependencies {
implementation 'org.projectlombok:lombok:1.18.36'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.jetbrains:annotations:26.0.1'
implementation 'com.google.code.gson:gson:2.12.1'
implementation 'org.jetbrains:annotations:26.0.2'
implementation 'io.github.cdimascio:dotenv-java:3.1.0'
implementation 'com.ibm.async:asyncutil:0.1.0'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.780'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'io.github.cdimascio:dotenv-java:2.2.0'
implementation 'io.github.cdimascio:dotenv-java:2.3.2'
testImplementation 'org.testng:testng:7.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testImplementation 'org.mockito:mockito-core:5.15.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'

Expand Down
4 changes: 2 additions & 2 deletions java/build.local.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ java {

dependencies {
implementation 'org.projectlombok:lombok:1.18.36'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.1'
implementation 'org.java-websocket:Java-WebSocket:1.6.0'
implementation 'org.jetbrains:annotations:26.0.1'
implementation 'org.jetbrains:annotations:26.0.2'
implementation 'io.github.cdimascio:dotenv-java:3.1.0'
testImplementation 'org.testng:testng:7.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 30208d4

Please sign in to comment.