We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03bf03b + f560a67 commit 04a1d7aCopy full SHA for 04a1d7a
VERSION.txt
@@ -1,3 +1,7 @@
1
+1.2.0 (not yet released)
2
+
3
+- Updated `oss-parent` dep to latest (v72)
4
5
1.1.3 (26-Sep-2025)
6
7
- Updated plug-in dependencies
pom.xml
@@ -7,12 +7,12 @@
<parent>
8
<groupId>com.fasterxml</groupId>
9
<artifactId>oss-parent</artifactId>
10
- <version>68</version>
+ <version>72</version>
11
</parent>
12
<groupId>com.ning</groupId>
13
<artifactId>compress-lzf</artifactId>
14
<name>Compress-LZF</name>
15
- <version>1.1.4-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
16
<packaging>bundle</packaging>
17
<description>
18
Compression codec for LZF encoding for particularly encoding/decoding, with reasonable compression.
0 commit comments