diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-09-04 15:43:44 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-09-04 15:46:47 +0200 |
commit | 5ae4244c454ec29311888733e053df6a7051df16 (patch) | |
tree | 88266ef56e551fbaf205344a3e4ed2a98536b983 /README.adoc | |
parent | 090b885b7d6dc82e5ec066dbf81d071086e9ec10 (diff) |
Release 4.1.0.v4.1.0
Change-Id: I41e637ada9225623b46f5a57bdf52b72de0fdfe2
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 3460598..aa78fb0 100644 --- a/README.adoc +++ b/README.adoc @@ -48,7 +48,7 @@ If you are using Maven: <dependency> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging</artifactId> - <version>4.0.0</version> + <version>4.1.0</version> </dependency> </dependencies> @@ -59,7 +59,7 @@ If you are using Gradle: [source,groovy] ---- dependencies { - implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.0.0") + implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging:4.1.0") } ---- |