diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-07-22 06:23:05 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-07-22 06:23:05 +0200 |
commit | ac3083191e0c961dfbd285673b1b2434bea1ee97 (patch) | |
tree | df591ea00daceb553db66141fe6c3642d79de4fc /examples/spring-boot | |
parent | b2c6d204defbfbe4d0778e7f0ae7cbb637109b9c (diff) |
Release 6.6.0v6.6.0
Change-Id: I8a5b9a99f6aea3ae846cb80079aa026b9d0e3256
Diffstat (limited to 'examples/spring-boot')
-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 0125aed..8bc1023 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.5.0</version> + <version>6.6.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId> |