Skip to content

Commit 6357c51

Browse files
committed
Upgrade to Jackson 2.8.7 and Dependency Management Plugin 1.0.0.RELEASE
1 parent f4de1ea commit 6357c51

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
22
repositories {
3+
maven { url "https://repo.spring.io/plugins-release" }
34
maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1" }
4-
maven { url "https://repo.spring.io/plugins-snapshot" }
55
}
66
dependencies {
7+
classpath("io.spring.gradle:dependency-management-plugin:1.0.0.RELEASE")
78
classpath("io.spring.gradle:propdeps-plugin:0.0.8")
9+
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
810
classpath("org.asciidoctor:asciidoctor-gradle-plugin:1.5.3")
911
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.0-rc-91")
10-
classpath("io.spring.gradle:docbook-reference-plugin:0.3.1")
11-
classpath("io.spring.gradle:dependency-management-plugin:1.0.0.BUILD-SNAPSHOT")
1212
}
1313
}
1414

@@ -56,7 +56,7 @@ configure(allprojects) { project ->
5656
ext.httpasyncVersion = "4.1.3"
5757
ext.httpclientVersion = "4.5.3"
5858
ext.interceptorApiVersion = "1.2"
59-
ext.jackson2Version = "2.8.6"
59+
ext.jackson2Version = "2.8.7"
6060
ext.javamailVersion = "1.5.6"
6161
ext.jaxbVersion = "2.2.11"
6262
ext.jaxwsVersion = "2.2.11"
@@ -176,10 +176,9 @@ configure(allprojects) { project ->
176176
}
177177

178178
repositories {
179-
maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1" }
180179
maven { url "https://repo.spring.io/libs-release" }
181180
maven { url "https://repo.spring.io/milestone" }
182-
maven { url "https://repo.spring.io/libs-snapshot" }
181+
maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1" }
183182
}
184183

185184
dependencies {

0 commit comments

Comments
 (0)