File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'java'
2
2
apply plugin : ' org.springframework.optional'
3
3
4
4
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 '
7
7
ext. springBatchVersion = ' 2.0.4.RELEASE'
8
8
ext. junitVersion = ' 4.12'
9
9
ext. commonsIoVersion = ' 2.4'
@@ -19,7 +19,7 @@ ext.powerMockVersion = '1.6.5'
19
19
ext. commonsPool2Version = ' 2.4.2'
20
20
ext. assertjVersion= ' 2.3.0'
21
21
ext. hibernateVersion = ' 5.2.5.Final'
22
- ext. springSecurityVersion= ' 4.2.15.RELEASE '
22
+ ext. springSecurityVersion= ' 6.0.0-SNAPSHOT '
23
23
ext. unboundidVersion = ' 3.1.1'
24
24
25
25
ext. powerMockDependencies = [
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ plugins {
16
16
dependencyResolutionManagement {
17
17
repositories {
18
18
mavenCentral()
19
+ maven { url " https://repo.spring.io/snapshot" }
19
20
}
20
21
}
21
22
You can’t perform that action at this time.
0 commit comments