Update the maven configuration.

main
KKlochko 1 year ago
parent 06ce1ff07f
commit 81971295c0

@ -14,8 +14,8 @@
<groovy.version>4.0.15</groovy.version> <groovy.version>4.0.15</groovy.version>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
<spring.version>5.2.3.RELEASE</spring.version> <spring.version>5.3.13</spring.version>
<hibernate.version>5.4.1.Final</hibernate.version> <hibernate.version>6.3.0.Final</hibernate.version>
</properties> </properties>
<build> <build>
@ -119,13 +119,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
<version>5.2.3.RELEASE</version> <version>5.3.19</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.2.3.RELEASE</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>

Loading…
Cancel
Save