summaryrefslogtreecommitdiff
path: root/examples/spring-boot
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-04-12 22:13:53 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-04-12 22:13:53 +0200
commit1af1bae207277086e3bd078b05fd57b6cf08dc1c (patch)
treea36d25dfd302e37b1b868e5bcf5c922f7b32645a /examples/spring-boot
parenta15a9c247121d5c7593db8ed654c761cac3efcea (diff)
chore(deps): Spring Boot example: Update to Spring Boot 3.4.4.
Change-Id: I6e6b08d6c87217da71ecc3d2ad9cdb12042f19c3
Diffstat (limited to 'examples/spring-boot')
-rw-r--r--examples/spring-boot/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml
index a4ea4eb..632206a 100644
--- a/examples/spring-boot/pom.xml
+++ b/examples/spring-boot/pom.xml
@@ -23,7 +23,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<name>Quarkus Google Cloud JSON Logging Extension - Spring Boot Example</name>
<properties>
- <spring-boot.version>3.1.4</spring-boot.version>
+ <spring-boot.version>3.4.4</spring-boot.version>
</properties>
<dependencyManagement>