We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.14.0
1 parent 196de85 commit c8881d4Copy full SHA for c8881d4
CHANGELOG.md
@@ -14,6 +14,14 @@
14
limitations under the License.
15
-->
16
17
+### (2023-12-07) v0.14.0
18
+
19
+- Upgraded the compiler version to Java 17. Runtime still requires Java 8 and later.
20
21
+- Updated Jedis to version `5.1.0`
22
23
+- Updated Log4j to version `2.22.0`
24
25
### (2023-08-23) v0.13.0
26
27
- Fixed broken `jedis.version` Maven property causing the incorrect version injection
pom.xml
@@ -79,7 +79,7 @@
79
80
<properties>
81
82
- <revision>0.14.0-SNAPSHOT</revision>
+ <revision>0.14.0</revision>
83
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
84
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
85
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments