File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 14
14
limitations under the License.
15
15
-->
16
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
+
17
25
### (2023-08-23) v0.13.0
18
26
19
27
- Fixed broken ` jedis.version ` Maven property causing the incorrect version injection
Original file line number Diff line number Diff line change 79
79
80
80
<properties >
81
81
82
- <revision >0.14.0-SNAPSHOT </revision >
82
+ <revision >0.14.0</revision >
83
83
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
84
84
<project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
85
85
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments