You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Please use the [Kryo mailing list](https://groups.google.com/forum/#!forum/kryo-
90
90
## Recent releases
91
91
92
92
*[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
93
94
*[5.6.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.6.0) - brings bug fixes and performance improvements.
94
95
*[5.5.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.5.0) - brings bug fixes and performance improvements.
95
96
*[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
116
117
<dependency>
117
118
<groupId>com.esotericsoftware</groupId>
118
119
<artifactId>kryo</artifactId>
119
-
<version>5.6.0</version>
120
+
<version>5.6.1</version>
120
121
</dependency>
121
122
```
122
123
@@ -126,7 +127,7 @@ To use the latest Kryo release in a library you want to publish, use this depend
126
127
<dependency>
127
128
<groupId>com.esotericsoftware.kryo</groupId>
128
129
<artifactId>kryo5</artifactId>
129
-
<version>5.6.0</version>
130
+
<version>5.6.1</version>
130
131
</dependency>
131
132
```
132
133
@@ -143,13 +144,13 @@ To use the latest Kryo snapshot, use:
143
144
<dependency>
144
145
<groupId>com.esotericsoftware</groupId>
145
146
<artifactId>kryo</artifactId>
146
-
<version>5.6.1-SNAPSHOT</version>
147
+
<version>5.6.2-SNAPSHOT</version>
147
148
</dependency>
148
149
<!-- for usage in a library that should be published: -->
0 commit comments