From 7b8d974a6135e4284e99387f35997c45ede26bd4 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 16 Apr 2025 21:34:32 +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 61890aeaa..b705cc6c5 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.2.3-SNAPSHOT 1.0.28.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 5298f7f0b..77e33921a 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.2.3-SNAPSHOT org.springframework.cloud spring-cloud-function-web - 4.1.0-SNAPSHOT - - - org.springframework.cloud - spring-cloud-function-context - 4.1.0-SNAPSHOT + 4.2.3-SNAPSHOT org.springframework.boot