Skip to content

Commit 3dca694

Browse files
committed
Update README for 5.6.1
1 parent 7261d15 commit 3dca694

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Please use the [Kryo mailing list](https://groups.google.com/forum/#!forum/kryo-
9090
## Recent releases
9191

9292
* [4.0.3](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-4.0.3) - brings bug fixes and performance improvements for chunked encoding.
93+
* [5.6.1](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.6.1) - brings a bug fix for the Maven coordinates of the versioned artifact
9394
* [5.6.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.6.0) - brings bug fixes and performance improvements.
9495
* [5.5.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.5.0) - brings bug fixes and performance improvements.
9596
* [5.4.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.4.0) - brings bug fixes and performance improvements.
@@ -116,7 +117,7 @@ To use the latest Kryo release in your application, use this dependency entry in
116117
<dependency>
117118
<groupId>com.esotericsoftware</groupId>
118119
<artifactId>kryo</artifactId>
119-
<version>5.6.0</version>
120+
<version>5.6.1</version>
120121
</dependency>
121122
```
122123

@@ -126,7 +127,7 @@ To use the latest Kryo release in a library you want to publish, use this depend
126127
<dependency>
127128
<groupId>com.esotericsoftware.kryo</groupId>
128129
<artifactId>kryo5</artifactId>
129-
<version>5.6.0</version>
130+
<version>5.6.1</version>
130131
</dependency>
131132
```
132133

@@ -143,13 +144,13 @@ To use the latest Kryo snapshot, use:
143144
<dependency>
144145
<groupId>com.esotericsoftware</groupId>
145146
<artifactId>kryo</artifactId>
146-
<version>5.6.1-SNAPSHOT</version>
147+
<version>5.6.2-SNAPSHOT</version>
147148
</dependency>
148149
<!-- for usage in a library that should be published: -->
149150
<dependency>
150151
<groupId>com.esotericsoftware.kryo</groupId>
151152
<artifactId>kryo5</artifactId>
152-
<version>5.6.1-SNAPSHOT</version>
153+
<version>5.6.2-SNAPSHOT</version>
153154
</dependency>
154155
```
155156

0 commit comments

Comments
 (0)