From 66832cc4dcbf9262bc4b350233750234d8bf4cf5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 19 Sep 2024 12:54:06 +0000
Subject: [PATCH] chore(deps): update spring boot to v3.3.4

---
 xoai-data-provider-tck/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xoai-data-provider-tck/pom.xml b/xoai-data-provider-tck/pom.xml
index 95244ed7..16501e4c 100644
--- a/xoai-data-provider-tck/pom.xml
+++ b/xoai-data-provider-tck/pom.xml
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
-            <version>3.3.3</version>
+            <version>3.3.4</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
@@ -154,7 +154,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
-            <version>3.3.3</version>
+            <version>3.3.4</version>
             <scope>test</scope>
         </dependency>
         <dependency>