diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-03-24 11:00:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 11:00:37 +0100 |
commit | 3d5479a851426db589d73f9777bed55fb5ca42e5 (patch) | |
tree | 26fc71527b4db4f0af9e2dc031b465f9d37a5b50 /examples/spring-boot/pom.xml | |
parent | d979a7a028bfc543ef4d2d524b541db2ec4849c9 (diff) | |
parent | 195c2674fe3e914be20385afdb1482fab8ca8d02 (diff) |
Move from Javax JSON to Jakarta JSON (#11)
Moves from the old Jakarta EE 8/9 namespaces to Jakarta EE 10.
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> |