@@ -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.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 )
9+ ![ 3.0.4 ] ( https://img.shields.io/badge/Current_Release-3.0.4 -27AAE0?style=for-the-badge )
10+ ![ 3.0.5 ] ( https://img.shields.io/badge/Current_Snapshot-3.0.5 --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 )
@@ -38,7 +38,7 @@ The examples shown use the Jdk 8 version. To use other versions, change the arti
3838
3939``` groovy
4040dependencies {
41- implementation 'io.nats:jnats-json:3.0.3 '
41+ implementation 'io.nats:jnats-json:3.0.4 '
4242}
4343```
4444
@@ -64,7 +64,7 @@ repositories {
6464}
6565
6666dependencies {
67- implementation 'io.nats:jnats-json:3.0.4 -SNAPSHOT'
67+ implementation 'io.nats:jnats-json:3.0.5 -SNAPSHOT'
6868}
6969```
7070
@@ -74,7 +74,7 @@ dependencies {
7474<dependency >
7575 <groupId >io.nats</groupId >
7676 <artifactId >jnats-json</artifactId >
77- <version >3.0.3 </version >
77+ <version >3.0.4 </version >
7878</dependency >
7979```
8080
@@ -108,7 +108,7 @@ If you need a snapshot version, you must enable snapshots and change your depend
108108<dependency >
109109 <groupId >io.nats</groupId >
110110 <artifactId >jnats-json</artifactId >
111- <version >3.0.4 -SNAPSHOT</version >
111+ <version >3.0.5 -SNAPSHOT</version >
112112</dependency >
113113```
114114
0 commit comments