Skip to content

Commit e507b57

Browse files
Revert to released versions
Revert Spring Data and Spring Security to released versions because it is not possible to release against an RC version. Closes gh-719
1 parent 972fc25 commit e507b57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependencies/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext.queryDslVersion = '5.0.0'
1515

1616
dependencies {
1717
api platform("org.springframework:spring-framework-bom:6.0.0")
18-
api platform("org.springframework.data:spring-data-bom:2022.0.0-M6")
18+
api platform("org.springframework.data:spring-data-bom:2021.2.5")
1919
api platform('com.fasterxml.jackson:jackson-bom:2.14.0')
2020
api platform("org.junit:junit-bom:5.9.1")
2121
constraints {
@@ -59,9 +59,9 @@ dependencies {
5959
api "org.slf4j:log4j-over-slf4j:1.7.32"
6060
api "org.slf4j:slf4j-api:1.7.32"
6161
api "org.slf4j:slf4j-log4j12:1.7.32"
62-
api "org.springframework.security:spring-security-config:6.0.0-M7"
63-
api "org.springframework.security:spring-security-core:6.0.0-M7"
64-
api "org.springframework.security:spring-security-ldap:6.0.0-M7"
62+
api "org.springframework.security:spring-security-config:5.7.5"
63+
api "org.springframework.security:spring-security-core:5.7.5"
64+
api "org.springframework.security:spring-security-ldap:5.7.5"
6565
api "org.springframework.ldap:spring-ldap-core:2.4.1"
6666
}
6767
}

0 commit comments

Comments
 (0)