diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-04-12 20:26:10 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-04-12 20:26:10 +0200 |
commit | aed482ced7631d9d569313850ac5675c8a97cd19 (patch) | |
tree | c87930c19115c71f7f585c56d75b450fd116ff20 /examples/spring-boot/pom.xml | |
parent | 85533de0d2218549a65984685eb108c47f83414e (diff) |
Release 7.0.0.v7.0.0
Change-Id: I473bddd83bc70aeb89498be8f40243143b1f13a6
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 8bc1023..0a339b5 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -16,7 +16,7 @@ SPDX-License-Identifier: GPL-3.0-or-later <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>6.6.0</version> + <version>7.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId> |