Skip to content

Commit 31e6b6b

Browse files
authored
Merge pull request #657 from GDATASoftwareAG/renovate/java/all-non-major
java: Update all non-major dependencies
2 parents 816b660 + 2af1445 commit 31e6b6b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

java/build.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.34'
21+
implementation 'org.projectlombok:lombok:1.18.36'
2222
implementation 'com.google.code.gson:gson:2.11.0'
2323
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
2424
implementation 'org.jetbrains:annotations:26.0.1'
@@ -29,11 +29,11 @@ dependencies {
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'
3030

3131

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

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

3939
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.34'
21+
implementation 'org.projectlombok:lombok:1.18.36'
2222
implementation 'com.google.code.gson:gson:2.11.0'
2323
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
2424
implementation 'org.jetbrains:annotations:26.0.1'
@@ -29,11 +29,11 @@ dependencies {
2929
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'
3030

3131

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

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

3939
test {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

java/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)