Skip to content

Commit 5812f63

Browse files
authored
0.12.6 release (#951)
Releasing 0.12.6 Additional changes from existing main branch: - Updated README.adoc `:project-version:` to be `0.12.6`. - Updated CHANGELOG.md change notes to link to the BC upgrade PR. - [maven-release-plugin] prepare release 0.12.6 - [maven-release-plugin] prepare for next development iteration
1 parent d14f27b commit 5812f63

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This patch release:
88
used to construct a `Jws` instance (instead of JJWT's default decoder). See
99
[Issue 947](https://github.com/jwtk/jjwt/issues/947).
1010
* Fixes a decompression memory leak in concurrent/multi-threaded environments introduced in 0.12.0 when decompressing JWTs with a `zip` header of `GZIP`. See [Issue 949](https://github.com/jwtk/jjwt/issues/949).
11-
* Upgrades BouncyCastle to 1.78.
11+
* Upgrades BouncyCastle to 1.78 via [PR 941](https://github.com/jwtk/jjwt/pull/941).
1212

1313
### 0.12.5
1414

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:doctype: book
22
= Java JWT: JSON Web Token for Java and Android
3-
:project-version: 0.12.5
3+
:project-version: 0.12.6
44
:toc:
55
:toc-title:
66
:toc-placement!:

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

extensions/gson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/orgjson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.jsonwebtoken</groupId>
2121
<artifactId>jjwt-root</artifactId>
22-
<version>0.12.6-SNAPSHOT</version>
22+
<version>0.12.7-SNAPSHOT</version>
2323
<name>JJWT</name>
2424
<description>JSON Web Token support for the JVM and Android</description>
2525
<packaging>pom</packaging>

tdjar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.jsonwebtoken</groupId>
2323
<artifactId>jjwt-root</artifactId>
24-
<version>0.12.6-SNAPSHOT</version>
24+
<version>0.12.7-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)