Update the maven configuration.
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
<groovy.version>4.0.15</groovy.version>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<spring.version>5.2.3.RELEASE</spring.version>
|
||||
<hibernate.version>5.4.1.Final</hibernate.version>
|
||||
<spring.version>5.3.13</spring.version>
|
||||
<hibernate.version>6.3.0.Final</hibernate.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -119,13 +119,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>5.2.3.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>5.2.3.RELEASE</version>
|
||||
<scope>test</scope>
|
||||
<version>5.3.19</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
|
||||
Reference in New Issue
Block a user