diff options
Diffstat (limited to 'examples/spring-boot/pom.xml')
-rw-r--r-- | examples/spring-boot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index d646316..2940c66 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -16,14 +16,14 @@ SPDX-License-Identifier: GPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>5.0.0</version> + <version>6.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId> <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> |