diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-07-03 06:23:07 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-07-03 06:23:07 +0200 |
commit | e78dd922a899609d1885eb757aea083b159c807a (patch) | |
tree | 7d0c488884628a301acef24420e669115513fe6a /examples | |
parent | 54e813615d88956eee6c76730935282066f58f05 (diff) |
Release 6.4.0.v6.4.0
Change-Id: I44dafddf8fe81ed0ea1c5630297fcfe37393dbbc
Diffstat (limited to 'examples')
-rw-r--r-- | examples/quarkus/pom.xml | 2 | ||||
-rw-r--r-- | examples/spring-boot/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 64077de..e278d63 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -14,7 +14,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.3.0</version> + <version>6.4.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-quarkus-example</artifactId> diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 869c5c1..acd8c67 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.3.0</version> + <version>6.4.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-spring-boot-example</artifactId> |