Skip to content

Commit b7a6a39

Browse files
committed
Update README for 5.4.0
1 parent 5e1d8fc commit b7a6a39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

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

8989
## Recent releases
9090

91+
* [5.4.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.4.0) - brings bug fixes and performance improvements.
9192
* [5.3.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.3.0) - brings bug fixes and performance improvements.
9293
* [5.2.1](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.2.1) - brings minor bug fixes and improvements.
9394
* [5.2.0](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.2.0) - brings bug fixes for `RecordSerializer` and improvements. Important: If you are currently storing serialized `java.util.Record`, please see the [release notes](https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-5.2.0) for upgrade instructions.
@@ -111,7 +112,7 @@ To use the latest Kryo release in your application, use this dependency entry in
111112
<dependency>
112113
<groupId>com.esotericsoftware</groupId>
113114
<artifactId>kryo</artifactId>
114-
<version>5.3.0</version>
115+
<version>5.4.0</version>
115116
</dependency>
116117
```
117118

@@ -121,7 +122,7 @@ To use the latest Kryo release in a library you want to publish, use this depend
121122
<dependency>
122123
<groupId>com.esotericsoftware.kryo</groupId>
123124
<artifactId>kryo5</artifactId>
124-
<version>5.3.0</version>
125+
<version>5.4.0</version>
125126
</dependency>
126127
```
127128

@@ -138,13 +139,13 @@ To use the latest Kryo snapshot, use:
138139
<dependency>
139140
<groupId>com.esotericsoftware</groupId>
140141
<artifactId>kryo</artifactId>
141-
<version>5.3.1-SNAPSHOT</version>
142+
<version>5.4.1-SNAPSHOT</version>
142143
</dependency>
143144
<!-- for usage in a library that should be published: -->
144145
<dependency>
145146
<groupId>com.esotericsoftware.kryo</groupId>
146147
<artifactId>kryo5</artifactId>
147-
<version>5.3.1-SNAPSHOT</version>
148+
<version>5.4.1-SNAPSHOT</version>
148149
</dependency>
149150
```
150151

0 commit comments

Comments
 (0)