Skip to content

Commit 77c0322

Browse files
committed
Upgrade test source compile level to Java 17.
Also, remove custom Jackson library version for Hibernate integration.
1 parent b77f6ce commit 77c0322

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-data-rest-tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
<properties>
2525
<groovy.version>2.4.4</groovy.version>
26-
<source.level>1.8</source.level>
2726
</properties>
2827

2928
<dependencies>

spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.datatype</groupId>
6161
<artifactId>jackson-datatype-hibernate5-jakarta</artifactId>
62-
<version>2.13.4</version>
6362
</dependency>
6463

6564
</dependencies>

0 commit comments

Comments
 (0)