diff options
author | siddik.acil <siddik.acil@egym.com> | 2023-03-24 09:54:36 +0100 |
---|---|---|
committer | siddik.acil <siddik.acil@egym.com> | 2023-03-24 09:54:36 +0100 |
commit | 0c4bbce114364c4af10fe1d05cf2157434150f23 (patch) | |
tree | 69ec1035a606215587b14926b505b1faa4f1761c /examples/spring-boot/pom.xml | |
parent | ca9b92912a0090af5e3c24ab922ffdc0849869e5 (diff) |
Update Spring Boot Example
Diffstat (limited to 'examples/spring-boot/pom.xml')
-rw-r--r-- | examples/spring-boot/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index abd2a1b..2940c66 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>2.7.3</spring-boot.version> + <spring-boot.version>3.0.4</spring-boot.version> </properties> <dependencyManagement> |