Skip to content

Commit dfa8dcd

Browse files
committed
Updating project versions to 2025.1.4-SNAPSHOT
1 parent beae5d5 commit dfa8dcd

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

spring-cloud-function-samples/function-functional-sample-aws/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.2.0.BUILD-SNAPSHOT'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
wrapperVersion = '1.0.17.RELEASE'
55
shadowVersion = '5.1.0'
66
}
@@ -40,7 +40,7 @@ repositories {
4040
}
4141

4242
ext {
43-
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
43+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
4444
awsLambdaEventsVersion = "3.14.0"
4545
awsLambdaCoreVersion = "1.2.3"
4646
}

spring-cloud-function-samples/function-sample-aws-routing/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.2.0.BUILD-SNAPSHOT'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
wrapperVersion = '1.0.17.RELEASE'
55
shadowVersion = '5.1.0'
66
}
@@ -40,7 +40,7 @@ repositories {
4040
}
4141

4242
ext {
43-
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
43+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
4444
awsLambdaEventsVersion = "3.14.0"
4545
awsLambdaCoreVersion = "1.2.3"
4646
}

spring-cloud-function-samples/function-sample-azure-http-trigger-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434

3535
ext {
36-
springCloudFunctionVersion = "4.1.0-SNAPSHOT"
36+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
3737
}
3838

3939
dependencies {

spring-cloud-function-samples/function-sample-functional-aws-routing/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.2.0.BUILD-SNAPSHOT'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
wrapperVersion = '1.0.17.RELEASE'
55
shadowVersion = '5.1.0'
66
}
@@ -40,7 +40,7 @@ repositories {
4040
}
4141

4242
ext {
43-
springCloudFunctionVersion = "3.0.0.BUILD-SNAPSHOT"
43+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
4444
awsLambdaEventsVersion = "3.14.0"
4545
awsLambdaCoreVersion = "1.2.3"
4646
}

spring-cloud-function-samples/function-sample-pof/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '1.5.12.RELEASE'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
wrapperVersion = '1.0.11.RELEASE'
55
}
66
repositories {
@@ -34,7 +34,7 @@ repositories {
3434
}
3535

3636
ext {
37-
springCloudFunctionVersion = "2.0.0.BUILD-SNAPSHOT"
37+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
3838
}
3939
ext['reactor.version'] = "3.1.7.RELEASE"
4040

spring-cloud-function-samples/function-sample-pojo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.0.3.RELEASE'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
wrapperVersion = '1.0.13.RELEASE'
55
}
66
repositories {
@@ -34,7 +34,7 @@ repositories {
3434
}
3535

3636
ext {
37-
springCloudFunctionVersion = "2.0.0.BUILD-SNAPSHOT"
37+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
3838
}
3939
ext['reactor.version'] = "3.1.7.RELEASE"
4040

spring-cloud-function-samples/function-sample-spring-integration/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.1.2.RELEASE'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
}
55
repositories {
66
mavenCentral()
@@ -27,7 +27,7 @@ repositories {
2727

2828

2929
ext {
30-
springCloudFunctionVersion = '2.1.0.BUILD-SNAPSHOT'
30+
springCloudFunctionVersion = '5.0.5-SNAPSHOT'
3131
}
3232

3333
dependencies {

spring-cloud-function-samples/function-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.1.0.BUILD-SNAPSHOT'
3+
springBootVersion = '4.0.9-SNAPSHOT'
44
wrapperVersion = '1.0.13.RELEASE'
55
}
66
repositories {
@@ -34,7 +34,7 @@ repositories {
3434
}
3535

3636
ext {
37-
springCloudFunctionVersion = "2.0.0.BUILD-SNAPSHOT"
37+
springCloudFunctionVersion = "5.0.5-SNAPSHOT"
3838
}
3939

4040
dependencyManagement {

0 commit comments

Comments
 (0)