From 917ffbb5d92d70b261159572a4e6bad39fe972e8 Mon Sep 17 00:00:00 2001
From: lhazlewood <121180+lhazlewood@users.noreply.github.com>
Date: Sat, 14 Oct 2023 20:19:06 -0700
Subject: [PATCH] Released 0.12.3
* Version reference changes in preparation for the 0.12.3 release (#863)
* [maven-release-plugin] prepare release 0.12.3
* [maven-release-plugin] prepare for next development iteration
---
README.md | 26 +++++++++----------
api/pom.xml | 2 +-
.../main/java/io/jsonwebtoken/JwtBuilder.java | 2 +-
extensions/gson/pom.xml | 2 +-
extensions/jackson/pom.xml | 2 +-
extensions/orgjson/pom.xml | 2 +-
extensions/pom.xml | 2 +-
impl/pom.xml | 2 +-
pom.xml | 2 +-
tdjar/pom.xml | 2 +-
10 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 6ae9a8c0e..79bc6cc1b 100644
--- a/README.md
+++ b/README.md
@@ -540,18 +540,18 @@ If you're building a (non-Android) JDK project, you will want to define the foll
io.jsonwebtoken
jjwt-api
- 0.12.2
+ 0.12.3
io.jsonwebtoken
jjwt-impl
- 0.12.2
+ 0.12.3
runtime
io.jsonwebtoken
jjwt-jackson
- 0.12.2
+ 0.12.3
runtime
```
@@ -2961,7 +2961,7 @@ scope which is the typical JJWT default). That is:
```groovy
dependencies {
- implementation 'io.jsonwebtoken:jjwt-jackson:0.12.2'
+ implementation 'io.jsonwebtoken:jjwt-jackson:0.12.3'
}
```
@@ -3069,7 +3069,7 @@ scope which is the typical JJWT default). That is:
io.jsonwebtoken
jjwt-gson
- 0.12.2
+ 0.12.3
compile
```
@@ -3078,7 +3078,7 @@ scope which is the typical JJWT default). That is:
```groovy
dependencies {
- implementation 'io.jsonwebtoken:jjwt-gson:0.12.2'
+ implementation 'io.jsonwebtoken:jjwt-gson:0.12.3'
}
```
diff --git a/api/pom.xml b/api/pom.xml
index 3c69caf8d..80a49db9b 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../pom.xml
diff --git a/api/src/main/java/io/jsonwebtoken/JwtBuilder.java b/api/src/main/java/io/jsonwebtoken/JwtBuilder.java
index 38647a5ee..634800851 100644
--- a/api/src/main/java/io/jsonwebtoken/JwtBuilder.java
+++ b/api/src/main/java/io/jsonwebtoken/JwtBuilder.java
@@ -158,7 +158,7 @@ public interface JwtBuilder extends ClaimsMutator {
* @param payload the string used to set UTF-8-encoded bytes as the JWT payload.
* @return the builder for method chaining.
* @see #content(String)
- * @deprecated since JJWT_RELEASE VERSION in favor of {@link #content(String)}
+ * @deprecated since 0.12.0 in favor of {@link #content(String)}
* because both Claims and Content are technically 'payloads', so this method name is misleading. This method will
* be removed before the 1.0 release.
*/
diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml
index 242f999de..fb17afece 100644
--- a/extensions/gson/pom.xml
+++ b/extensions/gson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../../pom.xml
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index f616b4625..658ebd679 100644
--- a/extensions/jackson/pom.xml
+++ b/extensions/jackson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../../pom.xml
diff --git a/extensions/orgjson/pom.xml b/extensions/orgjson/pom.xml
index e3d849844..0936fe406 100644
--- a/extensions/orgjson/pom.xml
+++ b/extensions/orgjson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../../pom.xml
diff --git a/extensions/pom.xml b/extensions/pom.xml
index feb4cb965..e04955207 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../pom.xml
diff --git a/impl/pom.xml b/impl/pom.xml
index d27e17c46..bb7fb61aa 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 403c4344a..69e29a101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
JJWT
JSON Web Token support for the JVM and Android
pom
diff --git a/tdjar/pom.xml b/tdjar/pom.xml
index 06347d902..52cbbc2af 100644
--- a/tdjar/pom.xml
+++ b/tdjar/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.3-SNAPSHOT
+ 0.12.4-SNAPSHOT
../pom.xml