Skip to content

Commit b97238a

Browse files
committed
minor dependency updates.
- asm - commons text - eclipse link - apache lucene - spring - jquery webjars - various maven plugins
1 parent 0bb29ea commit b97238a

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

app/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ limitations under the License.
3939
<java-mail.version>1.4.7</java-mail.version>
4040
<jstl.version>1.2</jstl.version>
4141
<angular.version>1.7.8</angular.version>
42-
<ant.version>1.10.12</ant.version>
43-
<asm.version>9.3</asm.version>
42+
<ant.version>1.10.13</ant.version>
43+
<asm.version>9.4</asm.version>
4444
<bouncycastle.version>1.70</bouncycastle.version>
4545
<commons-validator.version>1.7</commons-validator.version>
4646
<commons-beanutils.version>1.9.4</commons-beanutils.version>
4747
<commons-codec.version>1.15</commons-codec.version>
48-
<eclipse-link.version>3.0.2</eclipse-link.version>
48+
<eclipse-link.version>4.0.1</eclipse-link.version>
4949
<guice.version>5.1.0</guice.version>
50-
<log4j2.version>2.17.2</log4j2.version>
51-
<lucene.version>9.2.0</lucene.version>
50+
<log4j2.version>2.20.0</log4j2.version>
51+
<lucene.version>9.5.0</lucene.version>
5252
<oauth-core.version>20100527</oauth-core.version>
53-
<maven-war.version>3.2.3</maven-war.version>
53+
<maven-war.version>3.3.2</maven-war.version>
5454
<maven-surefire.version>2.22.2</maven-surefire.version>
5555
<maven-antrun.version>1.0b3</maven-antrun.version>
56-
<rome.version>1.18.0</rome.version>
56+
<rome.version>1.19.0</rome.version> <!-- locked in place since next version removes popono -->
5757
<slf4j.version>1.7.36</slf4j.version>
58-
<spring.version>5.3.20</spring.version>
59-
<spring.security.version>5.7.1</spring.security.version>
58+
<spring.version>5.3.25</spring.version>
59+
<spring.security.version>5.8.2</spring.security.version>
6060
<struts.version>2.5.29</struts.version>
6161
<velocity.version>2.3</velocity.version>
6262
<webjars.version>1.6</webjars.version>
@@ -266,13 +266,13 @@ limitations under the License.
266266
<dependency>
267267
<groupId>org.webjars</groupId>
268268
<artifactId>jquery</artifactId>
269-
<version>3.6.0</version>
269+
<version>3.6.1</version>
270270
</dependency>
271271

272272
<dependency>
273273
<groupId>org.webjars</groupId>
274274
<artifactId>jquery-ui</artifactId>
275-
<version>1.13.1</version>
275+
<version>1.13.2</version>
276276
</dependency>
277277

278278
<dependency>
@@ -284,7 +284,7 @@ limitations under the License.
284284
<dependency>
285285
<groupId>org.webjars</groupId>
286286
<artifactId>jquery-validation</artifactId>
287-
<version>1.19.3</version>
287+
<version>1.19.5</version>
288288
</dependency>
289289

290290
<dependency>
@@ -365,7 +365,7 @@ limitations under the License.
365365
<dependency>
366366
<groupId>org.apache.commons</groupId>
367367
<artifactId>commons-text</artifactId>
368-
<version>1.9</version>
368+
<version>1.10.0</version>
369369
</dependency>
370370

371371
<dependency>
@@ -812,7 +812,7 @@ limitations under the License.
812812
<plugin>
813813
<groupId>org.codehaus.mojo</groupId>
814814
<artifactId>buildnumber-maven-plugin</artifactId>
815-
<version>1.4</version>
815+
<version>3.0.0</version>
816816
<executions>
817817
<execution>
818818
<phase>validate</phase>

app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ You can override it with your own file via WEB-INF/tiles-def.xml
55

66
<%@ include file="/WEB-INF/jsps/taglibs-struts2.jsp" %>
77

8-
<script src="<s:url value='/webjars/jquery/3.6.0/jquery.min.js' />"></script>
8+
<script src="<s:url value='/webjars/jquery/3.6.1/jquery.min.js' />"></script>
99

10-
<script src="<s:url value='/webjars/jquery-ui/1.13.1/jquery-ui.min.js' />"></script>
11-
<link href="<s:url value='/webjars/jquery-ui/1.13.1/jquery-ui.css' />" rel="stylesheet" />
10+
<script src="<s:url value='/webjars/jquery-ui/1.13.2/jquery-ui.min.js' />"></script>
11+
<link href="<s:url value='/webjars/jquery-ui/1.13.2/jquery-ui.css' />" rel="stylesheet" />
1212

13-
<script src="<s:url value='/webjars/jquery-validation/1.19.3/jquery.validate.min.js' />"></script>
13+
<script src="<s:url value='/webjars/jquery-validation/1.19.5/jquery.validate.min.js' />"></script>
1414

1515
<link href="<s:url value='/webjars/bootstrap/3.4.1/css/bootstrap.min.css' />" rel="stylesheet" />
1616
<link href="<s:url value='/webjars/bootstrap/3.4.1/css/bootstrap-theme.min.css' />" rel="stylesheet" />

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4545
<derby.version>10.11.1.1</derby.version>
4646
<jaxb.version>2.3.1</jaxb.version>
47-
<jetty.version>10.0.5</jetty.version>
47+
<jetty.version>10.0.14</jetty.version>
4848
<roller.version>6.1.2-SNAPSHOT</roller.version>
4949
</properties>
5050

@@ -59,7 +59,7 @@ limitations under the License.
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-compiler-plugin</artifactId>
62-
<version>3.8.1</version>
62+
<version>3.11.0</version>
6363
<configuration>
6464
<release>11</release>
6565
<fork>true</fork>
@@ -90,7 +90,7 @@ limitations under the License.
9090
<plugin>
9191
<groupId>org.codehaus.mojo</groupId>
9292
<artifactId>versions-maven-plugin</artifactId>
93-
<version>2.8.1</version>
93+
<version>2.15.0</version>
9494
<configuration>
9595
<rulesUri>file:version-rules.xml</rulesUri>
9696
</configuration>
@@ -113,7 +113,7 @@ limitations under the License.
113113
<dependency>
114114
<groupId>org.junit.jupiter</groupId>
115115
<artifactId>junit-jupiter-engine</artifactId>
116-
<version>5.8.2</version>
116+
<version>5.9.2</version>
117117
<scope>test</scope>
118118
</dependency>
119119
</dependencies>

0 commit comments

Comments
 (0)