Update dependencies
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -18,10 +18,10 @@
|
||||
<properties>
|
||||
<easymock.version>3.4</easymock.version>
|
||||
<hsqldb.version>2.5.1</hsqldb.version>
|
||||
<hibernate.version>5.4.28.Final</hibernate.version>
|
||||
<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
|
||||
<hibernate.version>5.4.33.Final</hibernate.version>
|
||||
<hibernate-validator.version>6.2.3.Final</hibernate-validator.version>
|
||||
<jaxb.version>2.2.3</jaxb.version>
|
||||
<jetty-maven-plugin.version>9.4.38.v20210224</jetty-maven-plugin.version>
|
||||
<jetty-maven-plugin.version>9.4.48.v20220622</jetty-maven-plugin.version>
|
||||
<junit.version>4.13.2</junit.version>
|
||||
<log4j.version>2.14.0</log4j.version>
|
||||
<mojarra.version>2.2.20</mojarra.version>
|
||||
@@ -37,7 +37,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>5.3.4</version>
|
||||
<version>5.3.22</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@@ -46,7 +46,7 @@
|
||||
<artifactId>spring-security-bom</artifactId>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
<version>5.4.2</version>
|
||||
<version>5.6.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user