Skip to content

Commit 84fd745

Browse files
author
Renovate Bot
committed
java: Update all non-major dependencies
1 parent 0945956 commit 84fd745

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

java/build.gradle

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

2020
dependencies {
21-
implementation 'org.projectlombok:lombok:1.18.38'
21+
implementation 'org.projectlombok:lombok:1.18.40'
2222
implementation 'com.google.code.gson:gson:2.13.1'
23-
implementation 'org.jetbrains:annotations:26.0.2'
23+
implementation 'org.jetbrains:annotations:26.0.2-1'
2424
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2525
implementation 'com.ibm.async:asyncutil:0.1.0'
26-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
26+
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'
2929
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
30-
testImplementation 'org.mockito:mockito-core:5.18.0'
30+
testImplementation 'org.mockito:mockito-core:5.19.0'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.4'
3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
3434

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

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

4242
test {

java/build.local.gradle

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

2020
dependencies {
21-
implementation 'org.projectlombok:lombok:1.18.38'
21+
implementation 'org.projectlombok:lombok:1.18.40'
2222
implementation 'com.google.code.gson:gson:2.13.1'
2323
implementation 'org.java-websocket:Java-WebSocket:1.6.0'
24-
implementation 'org.jetbrains:annotations:26.0.2'
24+
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'
2727
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
2828
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
3030

3131

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

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

3939
test {

java/examples/VaasExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ repositories {
1313
dependencies {
1414
implementation 'org.slf4j:slf4j-nop:2.0.17'
1515
implementation 'de.gdata:vaas:9.0.10'
16-
implementation 'org.projectlombok:lombok:1.18.38'
16+
implementation 'org.projectlombok:lombok:1.18.40'
1717
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
18-
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.788'
18+
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.791'
1919
}
2020

2121
tasks.register('sha256Scan', JavaExec) {

0 commit comments

Comments
 (0)