Skip to content

Commit f16b856

Browse files
Feature2.4.15 (#287)
* updated dependencies * updated dependencies * release 2.4.15
1 parent 2ff6361 commit f16b856

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.summerboot</groupId>
66
<artifactId>jexpress</artifactId>
7-
<version>2.4.14</version>
7+
<version>2.4.15</version>
88
<packaging>jar</packaging>
99
<name>Summer Boot jExpress</name>
1010
<description>Summer Boot jExpress focuses on solving non-functional and operational maintainability requirements,
@@ -208,7 +208,7 @@
208208
<jwt.version>0.12.6</jwt.version>
209209

210210
<!-- NIO Netty -->
211-
<netty.version>4.1.113.Final</netty.version>
211+
<netty.version>4.1.114.Final</netty.version>
212212
<netty-tcnative.version>2.0.66.Final</netty-tcnative.version>
213213
<!-- gRPC and protobuf -->
214214
<grpc.version>1.68.0</grpc.version>
@@ -241,7 +241,7 @@
241241
<hikari-cp.version>6.0.0</hikari-cp.version>
242242

243243
<!-- Cache -->
244-
<jedis.version>5.1.5</jedis.version>
244+
<jedis.version>5.2.0</jedis.version>
245245

246246
<quartz.version>2.5.0-rc1</quartz.version>
247247
<mqtt.version>1.2.5</mqtt.version>

src/main/java/org/summerboot/jexpress/boot/BootConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface BootConstant {
2525
String APP_ID = String.format("%06d", new Random().nextInt(999999));
2626

2727
//version
28-
String VERSION = "jExpress 2.4.14";
28+
String VERSION = "jExpress 2.4.15";
2929
String JEXPRESS_PACKAGE_NAME = "org.summerboot.jexpress";
3030

3131
String DEFAULT_ADMIN_MM = "changeit";

0 commit comments

Comments
 (0)