Skip to content

Commit a73823d

Browse files
authored
Merge pull request #779 from GDATASoftwareAG/renovate/java/all-non-major
java: Update all non-major dependencies
2 parents 12daede + 14810e7 commit a73823d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

java/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ java {
1919

2020
dependencies {
2121
implementation 'org.projectlombok:lombok:1.18.38'
22-
implementation 'com.google.code.gson:gson:2.12.1'
22+
implementation 'com.google.code.gson:gson:2.13.0'
2323
implementation 'org.jetbrains:annotations:26.0.2'
2424
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2525
implementation 'com.ibm.async:asyncutil:0.1.0'
2626
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
2727
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2828
testImplementation 'org.testng:testng:7.11.0'
29-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
29+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
3030
testImplementation 'org.mockito:mockito-core:5.17.0'
31-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.1'
32-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
33-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
31+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
32+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
33+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
3434

3535
compileOnly 'org.projectlombok:lombok:1.18.38'
3636
annotationProcessor 'org.projectlombok:lombok:1.18.38'

java/build.local.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ java {
1919

2020
dependencies {
2121
implementation 'org.projectlombok:lombok:1.18.38'
22-
implementation 'com.google.code.gson:gson:2.12.1'
22+
implementation 'com.google.code.gson:gson:2.13.0'
2323
implementation 'org.java-websocket:Java-WebSocket:1.6.0'
2424
implementation 'org.jetbrains:annotations:26.0.2'
2525
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2626
testImplementation 'org.testng:testng:7.11.0'
27-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
28-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
29-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
27+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
28+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
29+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
3030

3131

3232
compileOnly 'org.projectlombok:lombok:1.18.38'

0 commit comments

Comments
 (0)