Skip to content

Commit 144e466

Browse files
authored
Merge pull request #961 from GDATASoftwareAG/renovate/java/all-non-major
java: Update all non-major dependencies
2 parents 0354532 + f203298 commit 144e466

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

java/build.gradle

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

2020
dependencies {
21-
implementation 'org.projectlombok:lombok:1.18.44'
22-
implementation 'com.google.code.gson:gson:2.13.2'
21+
implementation 'org.projectlombok:lombok:1.18.46'
22+
implementation 'com.google.code.gson:gson:2.14.0'
2323
implementation 'org.jetbrains:annotations:26.1.0'
2424
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
2525
implementation 'com.ibm.async:asyncutil:0.1.0'
@@ -32,11 +32,11 @@ dependencies {
3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'
3434

35-
compileOnly 'org.projectlombok:lombok:1.18.44'
36-
annotationProcessor 'org.projectlombok:lombok:1.18.44'
35+
compileOnly 'org.projectlombok:lombok:1.18.46'
36+
annotationProcessor 'org.projectlombok:lombok:1.18.46'
3737

38-
testCompileOnly 'org.projectlombok:lombok:1.18.44'
39-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.44'
38+
testCompileOnly 'org.projectlombok:lombok:1.18.46'
39+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.46'
4040
}
4141

4242
test {

java/build.local.gradle

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

2020
dependencies {
21-
implementation 'org.projectlombok:lombok:1.18.44'
22-
implementation 'com.google.code.gson:gson:2.13.2'
21+
implementation 'org.projectlombok:lombok:1.18.46'
22+
implementation 'com.google.code.gson:gson:2.14.0'
2323
implementation 'org.java-websocket:Java-WebSocket:1.6.0'
2424
implementation 'org.jetbrains:annotations:26.1.0'
2525
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
@@ -29,11 +29,11 @@ dependencies {
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'
3030

3131

32-
compileOnly 'org.projectlombok:lombok:1.18.44'
33-
annotationProcessor 'org.projectlombok:lombok:1.18.44'
32+
compileOnly 'org.projectlombok:lombok:1.18.46'
33+
annotationProcessor 'org.projectlombok:lombok:1.18.46'
3434

35-
testCompileOnly 'org.projectlombok:lombok:1.18.44'
36-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.44'
35+
testCompileOnly 'org.projectlombok:lombok:1.18.46'
36+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.46'
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.1.2'
16-
implementation 'org.projectlombok:lombok:1.18.44'
16+
implementation 'org.projectlombok:lombok:1.18.46'
1717
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
1818
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.797'
1919
}

0 commit comments

Comments
 (0)