summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-09-04 16:05:00 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-09-04 16:05:00 +0200
commitb6ab304bec17b600783c482bb4dbeda17a144384 (patch)
tree3049aebdb3f01d55f7b185e60cf2f7b8b0bad2b3 /README.adoc
parent2cc18b37da2428f468fb595b348bef7faf34a205 (diff)
README: Bump example POM versions.
Change-Id: I0c611601bc45bbcc4cf8ea3d3cbc9dae584fb098
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc
index 60dd7f4..0e7152f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -90,7 +90,7 @@ If you are using Maven:
<dependency>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
- <version>4.0.0</version>
+ <version>4.1.1</version>
</dependency>
</dependencies>
@@ -101,7 +101,7 @@ If you are using Gradle:
[source,groovy]
----
dependencies {
- implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-core:4.0.0")
+ implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-core:4.1.1")
}
----
@@ -121,7 +121,7 @@ JBoss Log Manager as the back end for SLF4J:
<dependency>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
- <version>4.0.0</version>
+ <version>4.1.1</version>
</dependency>
<dependency>