diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web/pom.xml b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web/pom.xml index 6727e2a8a..bbc7a8816 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web/pom.xml +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web/pom.xml @@ -14,7 +14,7 @@ UTF-8 UTF-8 - 1.8 + 17 3.0.0 1.0.0 diff --git a/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml b/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml index b1219d5d5..5e3f1e2ba 100644 --- a/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml b/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml index 77265228f..98ff289a4 100644 --- a/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml b/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml index 8c1605feb..f82f988c3 100644 --- a/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-deployer/src/it/bootapp/pom.xml b/spring-cloud-function-deployer/src/it/bootapp/pom.xml index 14ffb3d4b..64a0da2fe 100644 --- a/spring-cloud-function-deployer/src/it/bootapp/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootapp/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml b/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml index fc72b1337..227adef52 100644 --- a/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-deployer/src/it/bootjar/pom.xml b/spring-cloud-function-deployer/src/it/bootjar/pom.xml index eb26e032c..6231f61a4 100644 --- a/spring-cloud-function-deployer/src/it/bootjar/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootjar/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml b/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml index d193c7eb1..42cb49ef7 100644 --- a/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml +++ b/spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml @@ -12,13 +12,13 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-samples/function-azure-di-samples/azure-blob-trigger-demo/pom.xml b/spring-cloud-function-samples/function-azure-di-samples/azure-blob-trigger-demo/pom.xml index c2ae0fd8d..9aaad52f7 100644 --- a/spring-cloud-function-samples/function-azure-di-samples/azure-blob-trigger-demo/pom.xml +++ b/spring-cloud-function-samples/function-azure-di-samples/azure-blob-trigger-demo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-azure-di-samples/azure-httptrigger-demo/pom.xml b/spring-cloud-function-samples/function-azure-di-samples/azure-httptrigger-demo/pom.xml index 5e81c315e..950edd688 100644 --- a/spring-cloud-function-samples/function-azure-di-samples/azure-httptrigger-demo/pom.xml +++ b/spring-cloud-function-samples/function-azure-di-samples/azure-httptrigger-demo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-azure-di-samples/azure-timetrigger-demo/pom.xml b/spring-cloud-function-samples/function-azure-di-samples/azure-timetrigger-demo/pom.xml index 3aeb5aed4..bd4be3574 100644 --- a/spring-cloud-function-samples/function-azure-di-samples/azure-timetrigger-demo/pom.xml +++ b/spring-cloud-function-samples/function-azure-di-samples/azure-timetrigger-demo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-functional-sample-aws/pom.xml b/spring-cloud-function-samples/function-functional-sample-aws/pom.xml index 4d528cc64..c1a85fb47 100644 --- a/spring-cloud-function-samples/function-functional-sample-aws/pom.xml +++ b/spring-cloud-function-samples/function-functional-sample-aws/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -24,7 +24,7 @@ UTF-8 1.0.27.RELEASE 3.9.0 - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml index aabb2496b..67bb26682 100644 --- a/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-custom-bean/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT io.spring.sample @@ -16,7 +16,7 @@ 1.0.27.RELEASE - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml index 93c14bfa9..3d0f412e7 100644 --- a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT io.spring.sample @@ -16,7 +16,7 @@ 1.0.27.RELEASE - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-aws-native/pom.xml b/spring-cloud-function-samples/function-sample-aws-native/pom.xml index 52a42dc7b..038323955 100644 --- a/spring-cloud-function-samples/function-sample-aws-native/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-native/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT oz.native.sample diff --git a/spring-cloud-function-samples/function-sample-aws-routing/pom.xml b/spring-cloud-function-samples/function-sample-aws-routing/pom.xml index 1025f4e3c..e38a7c4fa 100644 --- a/spring-cloud-function-samples/function-sample-aws-routing/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-routing/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -24,7 +24,7 @@ UTF-8 1.0.27.RELEASE 2.0.2 - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-aws/pom.xml b/spring-cloud-function-samples/function-sample-aws/pom.xml index 55b153bca..3ea3fa365 100644 --- a/spring-cloud-function-samples/function-sample-aws/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -24,7 +24,7 @@ UTF-8 1.0.29.RELEASE 3.9.0 - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml index 7caffeb88..04bc9ffad 100644 --- a/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml index 114ef9794..954228629 100644 --- a/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure/pom.xml b/spring-cloud-function-samples/function-sample-azure/pom.xml index 5002208e9..1d7d7c925 100644 --- a/spring-cloud-function-samples/function-sample-azure/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -37,7 +37,7 @@ org.springframework.cloud spring-cloud-function-adapter-azure - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT org.springframework.cloud @@ -56,7 +56,7 @@ org.springframework.cloud spring-cloud-function-dependencies - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT pom import diff --git a/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml index e8b9725ef..12143bb11 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-rsocket/pom.xml @@ -11,12 +11,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.27.RELEASE @@ -34,7 +34,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-cloudevent-sdk/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent-sdk/pom.xml index 349b5d96b..8e98eebd9 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-sdk/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-sdk/pom.xml @@ -11,12 +11,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml index df3b576a6..39fcfefaa 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml @@ -11,12 +11,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.27.RELEASE @@ -28,13 +28,13 @@ org.springframework.cloud spring-cloud-stream - 4.0.2-SNAPSHOT + 4.1.0-SNAPSHOT org.springframework.cloud spring-cloud-stream-binder-rabbit - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT @@ -42,7 +42,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-cloudevent/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent/pom.xml index bce4e5109..7ffa0e1a9 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent/pom.xml @@ -11,12 +11,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-samples/function-sample-functional-aws-routing/pom.xml b/spring-cloud-function-samples/function-sample-functional-aws-routing/pom.xml index 0784762bf..cc71a0471 100644 --- a/spring-cloud-function-samples/function-sample-functional-aws-routing/pom.xml +++ b/spring-cloud-function-samples/function-sample-functional-aws-routing/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -24,7 +24,7 @@ UTF-8 1.0.27.RELEASE 2.0.2 - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-gcp-background/pom.xml b/spring-cloud-function-samples/function-sample-gcp-background/pom.xml index 712056736..12270904d 100644 --- a/spring-cloud-function-samples/function-sample-gcp-background/pom.xml +++ b/spring-cloud-function-samples/function-sample-gcp-background/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -23,7 +23,7 @@ org.springframework.cloud spring-cloud-function-adapter-gcp - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-gcp-http/pom.xml b/spring-cloud-function-samples/function-sample-gcp-http/pom.xml index 76d61f5bb..3f3e67193 100644 --- a/spring-cloud-function-samples/function-sample-gcp-http/pom.xml +++ b/spring-cloud-function-samples/function-sample-gcp-http/pom.xml @@ -15,19 +15,19 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT org.springframework.cloud spring-cloud-function-adapter-gcp - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml b/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml index 8e742b3af..e91a8bc3b 100644 --- a/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml +++ b/spring-cloud-function-samples/function-sample-grpc-cloudevent/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT com.example.grpc @@ -16,7 +16,7 @@ function-sample-grpc-cloudevent Demo project for Spring Boot - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.55.1 diff --git a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml index 963232083..af5b56128 100644 --- a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml +++ b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -31,17 +31,17 @@ org.springframework.cloud spring-cloud-function-kotlin - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT org.springframework.cloud spring-cloud-function-web - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT org.springframework.cloud spring-cloud-function-context - 4.0.0-SNAPSHOT + 4.1.0-SNAPSHOT org.springframework.boot diff --git a/spring-cloud-function-samples/function-sample-pof/pom.xml b/spring-cloud-function-samples/function-sample-pof/pom.xml index 07ec8c8f6..34650621b 100644 --- a/spring-cloud-function-samples/function-sample-pof/pom.xml +++ b/spring-cloud-function-samples/function-sample-pof/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT @@ -21,7 +21,7 @@ UTF-8 UTF-8 3.1.2.RELEASE - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-pojo/pom.xml b/spring-cloud-function-samples/function-sample-pojo/pom.xml index 884d4c550..ab81bf7e2 100644 --- a/spring-cloud-function-samples/function-sample-pojo/pom.xml +++ b/spring-cloud-function-samples/function-sample-pojo/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.27.RELEASE diff --git a/spring-cloud-function-samples/function-sample-spring-integration/pom.xml b/spring-cloud-function-samples/function-sample-spring-integration/pom.xml index 57eb19c62..e0978cf25 100644 --- a/spring-cloud-function-samples/function-sample-spring-integration/pom.xml +++ b/spring-cloud-function-samples/function-sample-spring-integration/pom.xml @@ -12,15 +12,15 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT UTF-8 UTF-8 - 1.8 - 4.0.4-SNAPSHOT + 17 + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml index e07b224c4..0af156c15 100644 --- a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml +++ b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample/pom.xml b/spring-cloud-function-samples/function-sample/pom.xml index c33164fae..46d981968 100644 --- a/spring-cloud-function-samples/function-sample/pom.xml +++ b/spring-cloud-function-samples/function-sample/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.7 + 3.2.0-SNAPSHOT - 4.0.4-SNAPSHOT + 4.1.0-SNAPSHOT 1.0.27.RELEASE