Skip to content

Commit f8905b6

Browse files
committed
Re-enabled Spring Security related tests.
Spring Security provides JakartaEE 9 based snapshots so that we can actually run the tests against those now.
1 parent 0efd150 commit f8905b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-data-rest-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<module>spring-data-rest-tests-geode</module>
1919
<module>spring-data-rest-tests-jpa</module>
2020
<module>spring-data-rest-tests-mongodb</module>
21-
<!--<module>spring-data-rest-tests-security</module>-->
21+
<module>spring-data-rest-tests-security</module>
2222
<module>spring-data-rest-tests-shop</module>
2323
</modules>
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<java-module-name>spring.data.rest.tests.security</java-module-name>
17-
<spring-security.version>5.5.1</spring-security.version>
17+
<spring-security.version>6.0.0-SNAPSHOT</spring-security.version>
1818
</properties>
1919

2020
<dependencies>

0 commit comments

Comments
 (0)