Skip to content

Commit ed61cb3

Browse files
authored
Merge pull request #865 from GDATASoftwareAG/renovate/java/major-all-major-patch
java: Update all major dependencies (major)
2 parents b8d8bba + 44a1159 commit ed61cb3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

java/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ dependencies {
2626
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
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.13.4'
30-
testImplementation 'org.mockito:mockito-core:5.20.0'
31-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
32-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
33-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
29+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
30+
testImplementation 'org.mockito:mockito-core:5.19.0'
31+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.0'
32+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
33+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
3434

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

java/build.local.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies {
2424
implementation 'org.jetbrains:annotations:26.0.2-1'
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.13.4'
28-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
29-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
27+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
28+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
29+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
3030

3131

3232
compileOnly 'org.projectlombok:lombok:1.18.42'

0 commit comments

Comments
 (0)