Upgrade to JPA API 3.1 and Servlet API 6.1.

Closes #2195
This commit is contained in:
Mark Paluch
2022-11-07 15:54:22 +01:00
parent fa51cdc7fc
commit c3c9da67f2
4 changed files with 1 additions and 5 deletions

View File

@@ -32,7 +32,6 @@
<springdata.jpa>3.0.0-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.0.0-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
<servlet.version>5.0.0</servlet.version>
<hibernate.version>6.1.1.Final</hibernate.version>
</properties>

View File

@@ -34,7 +34,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>

View File

@@ -31,7 +31,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>

View File

@@ -46,7 +46,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
@@ -111,7 +110,7 @@
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<optional>true</optional>
</dependency>