File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
experiment/load-test-experiment Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -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.42 '
45+ implementation ' com.nimbusds:nimbus-jose-jwt:9.45 '
4646 compileOnly ' org.projectlombok:lombok'
4747 annotationProcessor ' org.projectlombok:lombok'
4848 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
Original file line number Diff line number Diff line change @@ -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.42 '
45+ implementation ' com.nimbusds:nimbus-jose-jwt:9.45 '
4646 implementation ' org.springframework.boot:spring-boot-starter-data-r2dbc'
4747 implementation ' org.springframework:spring-jdbc'
4848 implementation ' org.flywaydb:flyway-core'
Original file line number Diff line number Diff line change @@ -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.42 '
43+ implementation ' com.nimbusds:nimbus-jose-jwt:9.45 '
4444 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
4545 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4646}
Original file line number Diff line number Diff line change @@ -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.42 '
47+ implementation ' com.nimbusds:nimbus-jose-jwt:9.45 '
4848 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
4949 testImplementation ' org.springframework.boot:spring-boot-starter-test'
5050}
Original file line number Diff line number Diff line change @@ -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.42 '
42+ implementation ' com.nimbusds:nimbus-jose-jwt:9.45 '
4343 annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
4444 testImplementation ' org.springframework.boot:spring-boot-starter-test'
4545}
Original file line number Diff line number Diff line change @@ -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.42 '
45+ implementation ' com.nimbusds:nimbus-jose-jwt:9.45 '
4646 compileOnly ' org.projectlombok:lombok'
4747 annotationProcessor ' org.projectlombok:lombok'
4848 implementation ' org.springframework.boot:spring-boot-starter-webflux'
You can’t perform that action at this time.
0 commit comments