Skip to content

Commit 65a16fe

Browse files
committed
Update dependencies
1 parent 2348979 commit 65a16fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<properties>
1919
<easymock.version>3.4</easymock.version>
2020
<hsqldb.version>2.5.1</hsqldb.version>
21-
<hibernate.version>5.4.28.Final</hibernate.version>
22-
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
21+
<hibernate.version>5.4.33.Final</hibernate.version>
22+
<hibernate-validator.version>6.2.3.Final</hibernate-validator.version>
2323
<jaxb.version>2.2.3</jaxb.version>
24-
<jetty-maven-plugin.version>9.4.38.v20210224</jetty-maven-plugin.version>
24+
<jetty-maven-plugin.version>9.4.48.v20220622</jetty-maven-plugin.version>
2525
<junit.version>4.13.2</junit.version>
2626
<log4j.version>2.14.0</log4j.version>
2727
<mojarra.version>2.2.20</mojarra.version>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.springframework</groupId>
3939
<artifactId>spring-framework-bom</artifactId>
40-
<version>5.3.4</version>
40+
<version>5.3.22</version>
4141
<type>pom</type>
4242
<scope>import</scope>
4343
</dependency>
@@ -46,7 +46,7 @@
4646
<artifactId>spring-security-bom</artifactId>
4747
<type>pom</type>
4848
<scope>import</scope>
49-
<version>5.4.2</version>
49+
<version>5.6.6</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)