Skip to content

Commit f65907b

Browse files
renovate[bot]bmd007
authored andcommitted
Update all dependencies
1 parent 3c8e013 commit f65907b

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

experiment/event-only/cancel-reservation-on-payment-timeout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'io.spring.dependency-management' version '1.1.6'
55
}
66

experiment/load-test-experiment/rsocket-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'org.graalvm.buildtools.native' version '0.10.3'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'org.springframework.cloud:spring-cloud-starter-loadbalancer'
4343
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
4444
implementation 'org.springframework.boot:spring-boot-starter-rsocket'
45-
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
45+
implementation 'com.nimbusds:nimbus-jose-jwt:9.42'
4646
compileOnly 'org.projectlombok:lombok'
4747
annotationProcessor 'org.projectlombok:lombok'
4848
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'

experiment/load-test-experiment/rsocket/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'org.graalvm.buildtools.native' version '0.10.3'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'org.springframework.cloud:spring-cloud-starter-loadbalancer'
4343
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
4444
implementation 'org.springframework.boot:spring-boot-starter-rsocket'
45-
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
45+
implementation 'com.nimbusds:nimbus-jose-jwt:9.42'
4646
implementation 'org.springframework.boot:spring-boot-starter-data-r2dbc'
4747
implementation 'org.springframework:spring-jdbc'
4848
implementation 'org.flywaydb:flyway-core'

experiment/load-test-experiment/servlet-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'org.graalvm.buildtools.native' version '0.10.3'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}
@@ -40,7 +40,7 @@ dependencies {
4040
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
4141
implementation 'org.springframework.boot:spring-boot-starter-web'
4242
implementation 'org.springframework.boot:spring-boot-starter-webflux'
43-
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
43+
implementation 'com.nimbusds:nimbus-jose-jwt:9.42'
4444
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
4545
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4646
}

experiment/load-test-experiment/servlet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'idea'
4-
id 'org.springframework.boot' version '3.3.4'
4+
id 'org.springframework.boot' version '3.3.5'
55
id 'org.graalvm.buildtools.native' version '0.10.3'
66
id 'org.hibernate.orm' version '6.6.1.Final'
77
id 'io.spring.dependency-management' version '1.1.6'
@@ -44,7 +44,7 @@ dependencies {
4444
compileOnly 'org.projectlombok:lombok'
4545
annotationProcessor 'org.projectlombok:lombok'
4646
implementation 'org.springframework.boot:spring-boot-starter-web'
47-
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
47+
implementation 'com.nimbusds:nimbus-jose-jwt:9.42'
4848
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
4949
testImplementation 'org.springframework.boot:spring-boot-starter-test'
5050
}

experiment/load-test-experiment/webflux-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'org.graalvm.buildtools.native' version '0.10.3'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'org.springframework.boot:spring-boot-starter-webflux'
4040
compileOnly 'org.projectlombok:lombok'
4141
annotationProcessor 'org.projectlombok:lombok'
42-
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
42+
implementation 'com.nimbusds:nimbus-jose-jwt:9.42'
4343
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
4444
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4545
}

experiment/load-test-experiment/webflux/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'org.graalvm.buildtools.native' version '0.10.3'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'org.flywaydb:flyway-core'
4343
implementation 'com.h2database:h2'
4444
runtimeOnly 'io.r2dbc:r2dbc-h2'
45-
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2'
45+
implementation 'com.nimbusds:nimbus-jose-jwt:9.42'
4646
compileOnly 'org.projectlombok:lombok'
4747
annotationProcessor 'org.projectlombok:lombok'
4848
implementation 'org.springframework.boot:spring-boot-starter-webflux'

show/reactiveland-basics/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.3.4'
2+
id 'org.springframework.boot' version '3.3.5'
33
id 'io.spring.dependency-management' version '1.1.6'
44
id 'java'
55
}
@@ -38,8 +38,8 @@ dependencies {
3838
implementation 'org.flywaydb:flyway-core'
3939
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4040
testImplementation 'io.projectreactor:reactor-test'
41-
testImplementation "org.testcontainers:junit-jupiter:1.20.2"
42-
testImplementation "org.testcontainers:postgresql:1.20.2"
41+
testImplementation "org.testcontainers:junit-jupiter:1.20.3"
42+
testImplementation "org.testcontainers:postgresql:1.20.3"
4343
}
4444

4545
dependencyManagement {

show/reactiveland-reboot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.4'
3+
id 'org.springframework.boot' version '3.3.5'
44
id 'io.spring.dependency-management' version '1.1.6'
55
}
66

0 commit comments

Comments
 (0)