Skip to content

Commit 108e8dc

Browse files
committed
chore(deps): Updates to test/ optional dependencies
1 parent e24c916 commit 108e8dc

File tree

5 files changed

+28
-15
lines changed
  • aws-serverless-java-container-core
  • aws-serverless-java-container-springboot2
  • aws-serverless-java-container-spring
  • aws-serverless-java-container-struts2
  • aws-serverless-struts2-archetype/src/main/resources/archetype-resources

5 files changed

+28
-15
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.httpcomponents</groupId>
9090
<artifactId>httpcore</artifactId>
91-
<version>4.4.14</version>
91+
<version>4.4.15</version>
9292
<scope>compile</scope>
9393
<optional>true</optional><!-- TODO move AwsProxyRequestBuilder to seperate test-jar and change scope to test
9494
https://github.com/awslabs/aws-serverless-java-container/issues/394 -->

aws-serverless-java-container-spring/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>commons-codec</groupId>
5050
<artifactId>commons-codec</artifactId>
51-
<version>1.10</version>
51+
<version>1.15</version>
5252
<scope>test</scope>
5353
</dependency>
5454

@@ -69,23 +69,23 @@
6969

7070

7171
<dependency>
72-
<groupId>org.hibernate</groupId>
72+
<groupId>org.hibernate.validator</groupId>
7373
<artifactId>hibernate-validator</artifactId>
74-
<version>5.4.3.Final</version>
74+
<version>6.2.1.Final</version>
7575
<scope>test</scope>
7676
</dependency>
7777

7878
<dependency>
7979
<groupId>javax.el</groupId>
8080
<artifactId>javax.el-api</artifactId>
81-
<version>2.2.4</version>
81+
<version>3.0.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484

8585
<dependency>
86-
<groupId>org.glassfish.web</groupId>
86+
<groupId>org.glassfish</groupId>
8787
<artifactId>javax.el</artifactId>
88-
<version>2.2.4</version>
88+
<version>3.0.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

aws-serverless-java-container-springboot2/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@
148148
<scope>test</scope>
149149
</dependency>
150150
<dependency>
151-
<groupId>javax.validation</groupId>
152-
<artifactId>validation-api</artifactId>
153-
<version>2.0.1.Final</version>
151+
<groupId>jakarta.validation</groupId>
152+
<artifactId>jakarta.validation-api</artifactId>
153+
<version>2.0.2</version>
154154
<scope>test</scope>
155155
</dependency>
156156
<dependency>
157-
<groupId>org.hibernate</groupId>
157+
<groupId>org.hibernate.validator</groupId>
158158
<artifactId>hibernate-validator</artifactId>
159-
<version>6.1.7.Final</version>
159+
<version>6.2.1.Final</version>
160160
<scope>test</scope>
161161
</dependency>
162162
<dependency>

aws-serverless-java-container-struts2/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>commons-codec</groupId>
5757
<artifactId>commons-codec</artifactId>
58-
<version>1.10</version>
58+
<version>1.15</version>
5959
<scope>test</scope>
6060
</dependency>
6161

@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>javax.el</groupId>
7070
<artifactId>javax.el-api</artifactId>
71-
<version>2.2.4</version>
71+
<version>2.2.5</version>
7272
<scope>test</scope>
7373
</dependency>
7474

@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.glassfish.web</groupId>
8484
<artifactId>javax.el</artifactId>
85-
<version>2.2.4</version>
85+
<version>2.2.6</version>
8686
<scope>test</scope>
8787
</dependency>
8888
</dependencies>

aws-serverless-struts2-archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,19 @@
113113
<version>1.5.1</version>
114114
</dependency>
115115

116+
<dependency>
117+
<groupId>javax.el</groupId>
118+
<artifactId>javax.el-api</artifactId>
119+
<version>2.2.5</version>
120+
<scope>test</scope>
121+
</dependency>
122+
<dependency>
123+
<groupId>org.glassfish.web</groupId>
124+
<artifactId>javax.el</artifactId>
125+
<version>2.2.6</version>
126+
<scope>test</scope>
127+
</dependency>
128+
116129
<dependency>
117130
<groupId>junit</groupId>
118131
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)