|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 | <groupId>org.summerboot</groupId>
|
6 | 6 | <artifactId>jexpress</artifactId>
|
7 |
| - <version>2.4.10</version> |
| 7 | + <version>2.4.13</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,
|
|
62 | 62 | <plugins>
|
63 | 63 | <plugin>
|
64 | 64 | <!--for unit test-->
|
| 65 | + <groupId>org.apache.maven.plugins</groupId> |
65 | 66 | <artifactId>maven-surefire-plugin</artifactId>
|
66 |
| - <version>3.2.5</version> |
| 67 | + <version>3.5.0</version> |
67 | 68 | </plugin>
|
68 | 69 | <plugin>
|
69 | 70 | <groupId>org.apache.maven.plugins</groupId>
|
70 | 71 | <artifactId>maven-scm-plugin</artifactId>
|
71 | 72 | <!-- <version>1.12.2</version> -->
|
72 |
| - <version>2.0.0-M1</version> |
| 73 | + <version>2.1.0</version> |
73 | 74 | </plugin>
|
74 | 75 | <!--Source-->
|
75 | 76 | <plugin>
|
|
90 | 91 | <plugin>
|
91 | 92 | <groupId>org.apache.maven.plugins</groupId>
|
92 | 93 | <artifactId>maven-javadoc-plugin</artifactId>
|
93 |
| - <version>3.6.3</version> |
| 94 | + <version>3.10.0</version> |
94 | 95 | <configuration>
|
95 | 96 | <source>17</source>
|
96 | 97 | <!-- <aggregate>true</aggregate>-->
|
|
111 | 112 |
|
112 | 113 | <!--Deploy-->
|
113 | 114 | <plugin>
|
| 115 | + <groupId>org.apache.maven.plugins</groupId> |
114 | 116 | <artifactId>maven-deploy-plugin</artifactId>
|
115 | 117 | <!-- <version>2.8.2</version> -->
|
116 |
| - <version>3.1.1</version> |
| 118 | + <version>3.1.3</version> |
117 | 119 | <executions>
|
118 | 120 | <execution>
|
119 | 121 | <id>default-deploy</id>
|
|
128 | 130 | <plugin>
|
129 | 131 | <groupId>org.apache.maven.plugins</groupId>
|
130 | 132 | <artifactId>maven-gpg-plugin</artifactId>
|
131 |
| - <version>3.2.2</version> |
| 133 | + <version>3.2.5</version> |
132 | 134 | <executions>
|
133 | 135 | <execution>
|
134 | 136 | <phase>verify</phase>
|
|
143 | 145 | <plugin>
|
144 | 146 | <groupId>org.sonatype.plugins</groupId>
|
145 | 147 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
146 |
| - <version>1.6.13</version> |
| 148 | + <version>1.7.0</version> |
147 | 149 | <extensions>true</extensions>
|
148 | 150 | <configuration>
|
149 | 151 | <serverId>ossrh</serverId>
|
|
190 | 192 | <maven.resources.version>3.3.1</maven.resources.version>
|
191 | 193 | <maven-surefire.version>3.2.5</maven-surefire.version>
|
192 | 194 | <!-- Commons -->
|
193 |
| - <commons-lang3.version>3.15.0</commons-lang3.version> |
194 |
| - <commons-cli.version>1.8.0</commons-cli.version> |
| 195 | + <commons-lang3.version>3.17.0</commons-lang3.version> |
| 196 | + <commons-cli.version>1.9.0</commons-cli.version> |
195 | 197 | <commons-io.version>2.16.1</commons-io.version>
|
196 | 198 | <!-- <commons-text.version>1.11.0</commons-text.version>-->
|
197 | 199 | <!-- <owasp.encoder.version>1.2.3</owasp.encoder.version>-->
|
198 | 200 | <!-- Logging -->
|
199 |
| - <log4j-api.version>2.23.1</log4j-api.version> |
| 201 | + <log4j-api.version>2.24.0</log4j-api.version> |
200 | 202 | <log4j-disruptor.version>4.0.0</log4j-disruptor.version>
|
201 | 203 | <!-- Mail -->
|
202 | 204 | <jakarta-mail.version>2.0.1</jakarta-mail.version>
|
203 | 205 | <!-- Security -->
|
204 | 206 | <bouncycastle.version>1.78.1</bouncycastle.version>
|
205 | 207 | <!-- JWT -->
|
206 |
| - <jwt.version>0.11.5</jwt.version> |
| 208 | + <jwt.version>0.12.6</jwt.version> |
207 | 209 |
|
208 | 210 | <!-- NIO Netty -->
|
209 |
| - <netty.version>4.1.112.Final</netty.version> |
210 |
| - <netty-tcnative.version>2.0.65.Final</netty-tcnative.version> |
| 211 | + <netty.version>4.1.113.Final</netty.version> |
| 212 | + <netty-tcnative.version>2.0.66.Final</netty-tcnative.version> |
211 | 213 | <!-- gRPC and protobuf -->
|
212 |
| - <grpc.version>1.65.1</grpc.version> |
213 |
| - <guava.version>33.2.1-jre</guava.version> |
214 |
| - <protobuf.version>4.27.3</protobuf.version> |
| 214 | + <grpc.version>1.66.0</grpc.version> |
| 215 | + <guava.version>33.3.0-jre</guava.version> |
| 216 | + <protobuf.version>4.28.0</protobuf.version> |
215 | 217 | <!-- Web JAX-RS -->
|
216 | 218 | <swagger.core.version>2.2.22</swagger.core.version>
|
217 | 219 | <!--<elastic-apm.version>1.36.0</elastic-apm.version>-->
|
|
227 | 229 | <!-- JSON/XML/Bean Validation -->
|
228 | 230 | <jackson.version>2.17.2</jackson.version>
|
229 | 231 | <!-- Bean Validation -->
|
230 |
| - <hibernate-validator.version>8.0.1.Final</hibernate-validator.version> |
231 | 232 | <jakarta.el.version>6.0.1</jakarta.el.version>
|
| 233 | + <tomcat-embed-el.version>11.0.0-M24</tomcat-embed-el.version> |
| 234 | + <hibernate-validator.version>8.0.1.Final</hibernate-validator.version> |
232 | 235 |
|
233 | 236 | <!-- IOC Injection -->
|
234 | 237 | <guice.version>7.0.0</guice.version>
|
235 | 238 |
|
236 | 239 | <!-- JPA -->
|
237 |
| - <hibernate.version>6.5.2.Final</hibernate.version> |
| 240 | + <hibernate.version>6.6.0.Final</hibernate.version> |
238 | 241 | <hikari-cp.version>5.1.0</hikari-cp.version>
|
239 | 242 |
|
240 | 243 | <!-- Cache -->
|
241 |
| - <jedis.version>5.1.4</jedis.version> |
| 244 | + <jedis.version>5.1.5</jedis.version> |
242 | 245 |
|
243 |
| - <quartz.version>2.5.0-rc1</quartz.version> |
| 246 | + <quartz.version>2.3.2</quartz.version> |
244 | 247 | <mqtt.version>1.2.5</mqtt.version>
|
245 | 248 |
|
246 | 249 | <!-- Template Engine -->
|
|
263 | 266 |
|
264 | 267 | <dependencies>
|
265 | 268 | <!-- Commons -->
|
266 |
| - <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 Apache 2.0--> |
267 |
| - <dependency> |
268 |
| - <groupId>org.apache.commons</groupId> |
269 |
| - <artifactId>commons-lang3</artifactId> |
270 |
| - <version>${commons-lang3.version}</version> |
271 |
| - </dependency> |
272 | 269 | <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli Apache 2.0-->
|
273 | 270 | <dependency>
|
274 | 271 | <groupId>commons-cli</groupId>
|
|
282 | 279 | <artifactId>commons-io</artifactId>
|
283 | 280 | <version>${commons-io.version}</version>
|
284 | 281 | </dependency>
|
| 282 | + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 Apache 2.0--> |
| 283 | + <dependency> |
| 284 | + <groupId>org.apache.commons</groupId> |
| 285 | + <artifactId>commons-lang3</artifactId> |
| 286 | + <version>${commons-lang3.version}</version> |
| 287 | + </dependency> |
285 | 288 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text -->
|
286 | 289 | <!-- <dependency>
|
287 | 290 | <groupId>org.apache.commons</groupId>
|
|
540 | 543 |
|
541 | 544 |
|
542 | 545 | <!-- Bean Validation -->
|
543 |
| - <!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator --> |
| 546 | + <!-- https://mvnrepository.com/artifact/jakarta.el/jakarta.el-api --> |
544 | 547 | <dependency>
|
545 |
| - <groupId>org.hibernate.validator</groupId> |
546 |
| - <artifactId>hibernate-validator</artifactId> |
547 |
| - <version>${hibernate-validator.version}</version> |
| 548 | + <groupId>jakarta.el</groupId> |
| 549 | + <artifactId>jakarta.el-api</artifactId> |
| 550 | + <version>${jakarta.el.version}</version> |
548 | 551 | </dependency>
|
549 | 552 | <!-- https://mvnrepository.com/artifact/org.glassfish/jakarta.el -->
|
| 553 | + <!-- <dependency>--> |
| 554 | + <!-- <groupId>org.glassfish</groupId>--> |
| 555 | + <!-- <artifactId>jakarta.el</artifactId>--> |
| 556 | + <!-- <version>4.0.2</version>--> |
| 557 | + <!-- </dependency>--> |
| 558 | + <!-- https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-el --> |
550 | 559 | <dependency>
|
551 |
| - <groupId>org.glassfish</groupId> |
552 |
| - <artifactId>jakarta.el</artifactId> |
553 |
| - <version>4.0.2</version> |
| 560 | + <groupId>org.apache.tomcat.embed</groupId> |
| 561 | + <artifactId>tomcat-embed-el</artifactId> |
| 562 | + <version>${tomcat-embed-el.version}</version> |
554 | 563 | </dependency>
|
555 |
| - <!-- https://mvnrepository.com/artifact/jakarta.el/jakarta.el-api --> |
| 564 | + <!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator --> |
556 | 565 | <dependency>
|
557 |
| - <groupId>jakarta.el</groupId> |
558 |
| - <artifactId>jakarta.el-api</artifactId> |
559 |
| - <version>${jakarta.el.version}</version> |
| 566 | + <groupId>org.hibernate.validator</groupId> |
| 567 | + <artifactId>hibernate-validator</artifactId> |
| 568 | + <version>${hibernate-validator.version}</version> |
560 | 569 | </dependency>
|
561 | 570 |
|
562 | 571 |
|
|
0 commit comments