Skip to content

Commit 980d341

Browse files
author
Renovate Bot
committed
java: Update all non-major dependencies
1 parent 8441d73 commit 980d341

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

java/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ java {
1818
}
1919

2020
dependencies {
21-
implementation 'org.projectlombok:lombok:1.18.36'
21+
implementation 'org.projectlombok:lombok:1.18.38'
2222
implementation 'com.google.code.gson:gson:2.12.1'
2323
implementation 'org.jetbrains:annotations:26.0.2'
2424
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
@@ -27,16 +27,16 @@ dependencies {
2727
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2828
testImplementation 'org.testng:testng:7.11.0'
2929
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1'
30-
testImplementation 'org.mockito:mockito-core:5.16.1'
30+
testImplementation 'org.mockito:mockito-core:5.17.0'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.1'
3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
3434

35-
compileOnly 'org.projectlombok:lombok:1.18.36'
36-
annotationProcessor 'org.projectlombok:lombok:1.18.36'
35+
compileOnly 'org.projectlombok:lombok:1.18.38'
36+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
3737

38-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
39-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
38+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
39+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
4040
}
4141

4242
test {

java/build.local.gradle

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

2020
dependencies {
21-
implementation 'org.projectlombok:lombok:1.18.36'
21+
implementation 'org.projectlombok:lombok:1.18.38'
2222
implementation 'com.google.code.gson:gson:2.12.1'
2323
implementation 'org.java-websocket:Java-WebSocket:1.6.0'
2424
implementation 'org.jetbrains:annotations:26.0.2'
@@ -29,11 +29,11 @@ dependencies {
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
3030

3131

32-
compileOnly 'org.projectlombok:lombok:1.18.36'
33-
annotationProcessor 'org.projectlombok:lombok:1.18.36'
32+
compileOnly 'org.projectlombok:lombok:1.18.38'
33+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
3434

35-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
36-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
35+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
36+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
3737
}
3838

3939
test {

java/examples/VaasExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
dependencies {
1414
implementation 'org.slf4j:slf4j-nop:2.0.17'
1515
implementation 'de.gdata:vaas:9.0.6'
16-
implementation 'org.projectlombok:lombok:1.18.36'
16+
implementation 'org.projectlombok:lombok:1.18.38'
1717
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
1818
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.782'
1919
}

0 commit comments

Comments
 (0)