Skip to content

Commit 55aaf0d

Browse files
committed
Upgrade samples to Spring Boot 3.5.9 & Cloud 2025.0.1
* Also, make them use Spring Functions Catalog `5.2.0-SNAPSHOT`
1 parent 5d19c9d commit 55aaf0d

10 files changed

Lines changed: 18 additions & 24 deletions

File tree

samples/time-spel-log/build.gradle

Lines changed: 5 additions & 3 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.4.13'
3+
id 'org.springframework.boot' version '3.5.9'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

@@ -15,11 +15,13 @@ java {
1515

1616
repositories {
1717
mavenCentral()
18+
maven { url 'https://repo.spring.io/milestone' }
19+
maven { url 'https://repo.spring.io/snapshot' }
1820
}
1921

2022
ext {
21-
springCloudVersion = '2024.0.3'
22-
springFunctionsCatalogVersion = '5.1.1'
23+
springCloudVersion = '2025.0.1'
24+
springFunctionsCatalogVersion = '5.2.0-SNAPSHOT'
2325
}
2426

2527
dependencyManagement {
1.83 KB
Binary file not shown.

samples/time-spel-log/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

samples/time-spel-log/gradlew

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

samples/time-spel-log/gradlew.bat

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

samples/zip-split-rabbit-binder/build.gradle

Lines changed: 5 additions & 5 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.4.13'
3+
id 'org.springframework.boot' version '3.5.9'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

@@ -15,11 +15,13 @@ java {
1515

1616
repositories {
1717
mavenCentral()
18+
maven { url 'https://repo.spring.io/milestone' }
19+
maven { url 'https://repo.spring.io/snapshot' }
1820
}
1921

2022
ext {
21-
springCloudVersion = '2024.0.3'
22-
springFunctionsCatalogVersion = '5.1.1'
23+
springCloudVersion = '2025.0.1'
24+
springFunctionsCatalogVersion = '5.2.0-SNAPSHOT'
2325
}
2426

2527
dependencyManagement {
@@ -39,8 +41,6 @@ dependencies {
3941
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
4042
testImplementation 'org.testcontainers:junit-jupiter'
4143
testImplementation 'org.testcontainers:rabbitmq'
42-
43-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4444
}
4545

4646
tasks.named('test') {
Binary file not shown.

samples/zip-split-rabbit-binder/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

samples/zip-split-rabbit-binder/gradlew

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

samples/zip-split-rabbit-binder/gradlew.bat

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

0 commit comments

Comments
 (0)