From 8e20b798e0d0681d6e1806c96c2289a46f48a98d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 16 Apr 2025 21:31:27 +0200 Subject: [PATCH] Bump version of two samples flagged by dependabot --- .../function-sample-azure-kafka-trigger/pom.xml | 2 +- .../function-sample-kotlin-web/pom.xml | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) 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 319d1fd22..c50972179 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 @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 4.1.0-SNAPSHOT + 4.3.0-SNAPSHOT 1.0.31.RELEASE example.KafkaTriggerDemoApplication 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 f68a44fc3..17957d360 100644 --- a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml +++ b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml @@ -31,17 +31,12 @@ org.springframework.cloud spring-cloud-function-kotlin - 4.1.1-SNAPSHOT + 4.3.0-SNAPSHOT org.springframework.cloud spring-cloud-function-web - 4.1.0-SNAPSHOT - - - org.springframework.cloud - spring-cloud-function-context - 4.1.0-SNAPSHOT + 4.3.0-SNAPSHOT org.springframework.boot