Skip to content

Commit 42b2685

Browse files
Update all dependencies
1 parent f65907b commit 42b2685

46 files changed

Lines changed: 107 additions & 116 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

experiment/event-only/cancel-reservation-on-payment-timeout/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'
3-
id 'org.springframework.boot' version '3.3.5'
4-
id 'io.spring.dependency-management' version '1.1.6'
3+
id 'org.springframework.boot' version '3.5.4'
4+
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

77
group = 'io.github.bmd007.reactiveland'

experiment/event-only/cancel-reservation-on-payment-timeout/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
kafka:
33
# https://github.com/confluentinc/cp-all-in-one/blob/7.5.0-post/cp-all-in-one-kraft/docker-compose.yml
4-
image: confluentinc/cp-kafka:7.7.1
4+
image: confluentinc/cp-kafka:8.0.0
55
hostname: broker
66
container_name: broker
77
ports:
Binary file not shown.

experiment/event-only/cancel-reservation-on-payment-timeout/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.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

experiment/event-only/cancel-reservation-on-payment-timeout/gradlew

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experiment/event-only/cancel-reservation-on-payment-timeout/gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.5'
4-
id 'org.graalvm.buildtools.native' version '0.10.3'
5-
id 'io.spring.dependency-management' version '1.1.6'
3+
id 'org.springframework.boot' version '3.5.4'
4+
id 'org.graalvm.buildtools.native' version '0.11.0'
5+
id 'io.spring.dependency-management' version '1.1.7'
66
}
77

88
group = 'reactiveland.experiment'
@@ -21,7 +21,7 @@ repositories {
2121
}
2222

2323
ext {
24-
set('springCloudVersion', "2023.0.3")
24+
set('springCloudVersion', "2025.0.0")
2525
}
2626

2727
dependencyManagement {
@@ -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:10.4'
4646
compileOnly 'org.projectlombok:lombok'
4747
annotationProcessor 'org.projectlombok:lombok'
4848
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
Binary file not shown.

experiment/load-test-experiment/rsocket-client/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.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

experiment/load-test-experiment/rsocket-client/gradlew

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)