File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/summerboot/jexpress/boot Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.summerboot</groupId >
6
6
<artifactId >jexpress</artifactId >
7
- <version >2.4.14 </version >
7
+ <version >2.4.15 </version >
8
8
<packaging >jar</packaging >
9
9
<name >Summer Boot jExpress</name >
10
10
<description >Summer Boot jExpress focuses on solving non-functional and operational maintainability requirements,
208
208
<jwt .version>0.12.6</jwt .version>
209
209
210
210
<!-- NIO Netty -->
211
- <netty .version>4.1.113 .Final</netty .version>
211
+ <netty .version>4.1.114 .Final</netty .version>
212
212
<netty-tcnative .version>2.0.66.Final</netty-tcnative .version>
213
213
<!-- gRPC and protobuf -->
214
214
<grpc .version>1.68.0</grpc .version>
241
241
<hikari-cp .version>6.0.0</hikari-cp .version>
242
242
243
243
<!-- Cache -->
244
- <jedis .version>5.1.5 </jedis .version>
244
+ <jedis .version>5.2.0 </jedis .version>
245
245
246
246
<quartz .version>2.5.0-rc1</quartz .version>
247
247
<mqtt .version>1.2.5</mqtt .version>
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public interface BootConstant {
25
25
String APP_ID = String .format ("%06d" , new Random ().nextInt (999999 ));
26
26
27
27
//version
28
- String VERSION = "jExpress 2.4.14 " ;
28
+ String VERSION = "jExpress 2.4.15 " ;
29
29
String JEXPRESS_PACKAGE_NAME = "org.summerboot.jexpress" ;
30
30
31
31
String DEFAULT_ADMIN_MM = "changeit" ;
You can’t perform that action at this time.
0 commit comments