@@ -6,8 +6,8 @@ This library is a JSON Parser built specifically for JNATS to avoid a 3rd party
66
77It has been extracted and repackaged from the JNATS library since it is also used by the [ jwt.java] ( https://github.com/nats-io/jwt.java ) library.
88
9- ![ 3.0.1 ] ( https://img.shields.io/badge/Current_Release-3.0.1 -27AAE0?style=for-the-badge )
10- ![ 3.0.2 ] ( https://img.shields.io/badge/Current_Snapshot-3.0.2 --SNAPSHOT-27AAE0?style=for-the-badge )
9+ ![ 3.0.3 ] ( https://img.shields.io/badge/Current_Release-3.0.3 -27AAE0?style=for-the-badge )
10+ ![ 3.0.4 ] ( https://img.shields.io/badge/Current_Snapshot-3.0.4 --SNAPSHOT-27AAE0?style=for-the-badge )
1111
1212[ ![ Build Main Badge] ( https://github.com/nats-io/jnats-json/actions/workflows/build-main.yml/badge.svg?event=push )] ( https://github.com/nats-io/jnats-json/actions/workflows/build-main.yml )
1313[ ![ Coverage Status] ( https://coveralls.io/repos/github/nats-io/jnats-json/badge?branch=main )] ( https://coveralls.io/github/nats-io/jnats-json?branch=main )
@@ -16,7 +16,6 @@ It has been extracted and repackaged from the JNATS library since it is also use
1616[ ![ Javadoc] ( http://javadoc.io/badge/io.nats/jnats-json-jdk21.svg?branch=main )] ( http://javadoc.io/doc/io.nats/jnats-json-jdk21?branch=main )
1717[ ![ License Apache 2] ( https://img.shields.io/badge/License-Apache2-blue )] ( https://www.apache.org/licenses/LICENSE-2.0 )
1818
19-
2019### JDK Version
2120
2221This project uses Java 21 Language Level api, but builds with both Java 21 and Java 25, so creates two different artifacts.
@@ -35,7 +34,7 @@ The examples shown use the jdk 21 version, to the jdk 25 version just change the
3534
3635``` groovy
3736dependencies {
38- implementation 'io.nats:jnats-json-jdk21:3.0.1 '
37+ implementation 'io.nats:jnats-json-jdk21:3.0.3 '
3938}
4039```
4140
@@ -61,7 +60,7 @@ repositories {
6160}
6261
6362dependencies {
64- implementation 'io.nats:jnats-json-jdk21:3.0.2 -SNAPSHOT'
63+ implementation 'io.nats:jnats-json-jdk21:3.0.4 -SNAPSHOT'
6564}
6665```
6766
@@ -71,7 +70,7 @@ dependencies {
7170<dependency >
7271 <groupId >io.nats</groupId >
7372 <artifactId >jnats-json-jdk21</artifactId >
74- <version >3.0.1 </version >
73+ <version >3.0.3 </version >
7574</dependency >
7675```
7776
@@ -105,11 +104,10 @@ If you need a snapshot version, you must enable snapshots and change your depend
105104<dependency >
106105 <groupId >io.nats</groupId >
107106 <artifactId >jnats-json-jdk21</artifactId >
108- <version >3.0.2 -SNAPSHOT</version >
107+ <version >3.0.4 -SNAPSHOT</version >
109108</dependency >
110109```
111110
112-
113111## License
114112
115113Unless otherwise noted, the NATS source files are distributed
0 commit comments