Skip to content

Commit 582beff

Browse files
committed
Use snapshots
1 parent d752db8 commit 582beff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gradle/java.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'java'
22
apply plugin: 'org.springframework.optional'
33

44
ext.apacheDsVersion = '1.5.5'
5-
ext.springVersion = '4.3.27.RELEASE'
6-
ext.springDataVersion = '1.13.23.RELEASE'
5+
ext.springVersion = '6.0.0-SNAPSHOT'
6+
ext.springDataVersion = '3.0.0-SNAPSHOT'
77
ext.springBatchVersion = '2.0.4.RELEASE'
88
ext.junitVersion = '4.12'
99
ext.commonsIoVersion = '2.4'
@@ -19,7 +19,7 @@ ext.powerMockVersion = '1.6.5'
1919
ext.commonsPool2Version = '2.4.2'
2020
ext.assertjVersion= '2.3.0'
2121
ext.hibernateVersion = '5.2.5.Final'
22-
ext.springSecurityVersion='4.2.15.RELEASE'
22+
ext.springSecurityVersion='6.0.0-SNAPSHOT'
2323
ext.unboundidVersion = '3.1.1'
2424

2525
ext.powerMockDependencies = [

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ plugins {
1616
dependencyResolutionManagement {
1717
repositories {
1818
mavenCentral()
19+
maven { url "https://repo.spring.io/snapshot" }
1920
}
2021
}
2122

0 commit comments

Comments
 (0)