diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1168cdf2..ee3b3c6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## Release Notes
-### JJWT_RELEASE_VERSION
+### 0.12.1
Enabled reflective access on JDK 17+ to `java.io.ByteArrayInputStream` and `sun.security.util.KeyUtil` for
`jjwt-impl.jar`
diff --git a/README.md b/README.md
index 7c61777d..5059f820 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.0
+ 0.12.1
io.jsonwebtoken
jjwt-impl
- 0.12.0
+ 0.12.1
runtime
io.jsonwebtoken
jjwt-jackson
- 0.12.0
+ 0.12.1
runtime
```
@@ -2961,7 +2961,7 @@ scope which is the typical JJWT default). That is:
```groovy
dependencies {
- implementation 'io.jsonwebtoken:jjwt-jackson:0.12.0'
+ implementation 'io.jsonwebtoken:jjwt-jackson:0.12.1'
}
```
@@ -3069,7 +3069,7 @@ scope which is the typical JJWT default). That is:
io.jsonwebtoken
jjwt-gson
- 0.12.0
+ 0.12.1
compile
```
@@ -3078,7 +3078,7 @@ scope which is the typical JJWT default). That is:
```groovy
dependencies {
- implementation 'io.jsonwebtoken:jjwt-gson:0.12.0'
+ implementation 'io.jsonwebtoken:jjwt-gson:0.12.1'
}
```
diff --git a/api/pom.xml b/api/pom.xml
index 2fbfc759..0478dde7 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../pom.xml
diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml
index 17e9ae97..a530aa1f 100644
--- a/extensions/gson/pom.xml
+++ b/extensions/gson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../../pom.xml
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index 50316a7b..201aa3df 100644
--- a/extensions/jackson/pom.xml
+++ b/extensions/jackson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../../pom.xml
diff --git a/extensions/orgjson/pom.xml b/extensions/orgjson/pom.xml
index 6f75194b..56892a99 100644
--- a/extensions/orgjson/pom.xml
+++ b/extensions/orgjson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../../pom.xml
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 935e8b31..7b5a96f2 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../pom.xml
diff --git a/impl/pom.xml b/impl/pom.xml
index f8a498b3..6f56bd6f 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../pom.xml
diff --git a/impl/src/main/java/io/jsonwebtoken/impl/lang/AddOpens.java b/impl/src/main/java/io/jsonwebtoken/impl/lang/AddOpens.java
index a693230d..7e4edd05 100644
--- a/impl/src/main/java/io/jsonwebtoken/impl/lang/AddOpens.java
+++ b/impl/src/main/java/io/jsonwebtoken/impl/lang/AddOpens.java
@@ -29,7 +29,7 @@ import java.lang.reflect.Method;
* may break at any time in the future (theoretically even for a minor
* release!).
*
- * @since JJWT_RELEASE_VERSION, gratefully copied from https://github.com/stefan-zobel/wip/blob/b74e927edddf19a5dce7c8610835f620c0b6f557/src/main/java/misc/AddOpens.java
+ * @since 0.12.1, gratefully copied from https://github.com/stefan-zobel/wip/blob/b74e927edddf19a5dce7c8610835f620c0b6f557/src/main/java/misc/AddOpens.java
* under the terms of the Apache 2 open source license (same as the JJWT license).
*/
public final class AddOpens {
diff --git a/pom.xml b/pom.xml
index 9d545500..c41f781d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
+
4.0.0
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
JJWT
JSON Web Token support for the JVM and Android
pom
@@ -91,7 +90,7 @@
UTF-8
-
+
${basedir}
0.11.2
@@ -114,7 +113,7 @@
20230618
2.9.0
-
+
1.76
@@ -130,7 +129,7 @@
3.0.0-M5
4.3.1
${jjwt.root}/target/clover/clover.db
-
+
--add-opens java.base/java.lang=ALL-UNNAMED,
--add-opens java.desktop/java.beans=ALL-UNNAMED,
@@ -474,8 +473,7 @@
-
+
@@ -709,7 +707,7 @@
-
+
diff --git a/tdjar/pom.xml b/tdjar/pom.xml
index 97279ea6..2219fd28 100644
--- a/tdjar/pom.xml
+++ b/tdjar/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.13.0-SNAPSHOT
+ 0.12.2-SNAPSHOT
../pom.xml