Skip to content

Commit c3c9da6

Browse files
committed
Upgrade to JPA API 3.1 and Servlet API 6.1.
Closes #2195
1 parent fa51cdc commit c3c9da6

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<springdata.jpa>3.0.0-SNAPSHOT</springdata.jpa>
3333
<springdata.mongodb>4.0.0-SNAPSHOT</springdata.mongodb>
3434
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
35-
<servlet.version>5.0.0</servlet.version>
3635

3736
<hibernate.version>6.1.1.Final</hibernate.version>
3837
</properties>

spring-data-rest-hal-explorer/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<dependency>
3535
<groupId>jakarta.servlet</groupId>
3636
<artifactId>jakarta.servlet-api</artifactId>
37-
<version>${servlet.version}</version>
3837
<scope>provided</scope>
3938
</dependency>
4039

spring-data-rest-tests/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>jakarta.servlet</groupId>
3333
<artifactId>jakarta.servlet-api</artifactId>
34-
<version>${servlet.version}</version>
3534
<scope>provided</scope>
3635
</dependency>
3736

spring-data-rest-webmvc/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<dependency>
4747
<groupId>jakarta.servlet</groupId>
4848
<artifactId>jakarta.servlet-api</artifactId>
49-
<version>${servlet.version}</version>
5049
<scope>provided</scope>
5150
</dependency>
5251

@@ -111,7 +110,7 @@
111110
<dependency>
112111
<groupId>jakarta.persistence</groupId>
113112
<artifactId>jakarta.persistence-api</artifactId>
114-
<version>3.0.0</version>
113+
<version>3.1.0</version>
115114
<optional>true</optional>
116115
</dependency>
117116

0 commit comments

Comments
 (0)