Skip to content

Commit 9112ceb

Browse files
committed
Upgrade libraries
fixes #17
1 parent e073171 commit 9112ceb

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "net.ltgt.apt" version "0.9"
3-
id 'com.github.ben-manes.versions' version '0.13.0'
2+
id "net.ltgt.apt" version "0.13"
3+
id 'com.github.ben-manes.versions' version '0.17.0'
44
}
55

66
allprojects {
@@ -15,27 +15,27 @@ allprojects {
1515
}
1616

1717
ext {
18-
byteBuddyVersion = "1.6.10"
18+
byteBuddyVersion = "1.7.9"
1919
cglib = "3.2.4"
20-
classmate = "1.3.3"
20+
classmate = "1.3.4"
2121
groovy = "2.4.8"
22-
guava = "18.0"
22+
guava = "20.0"
2323
grails = "3.2.4"
2424
jackson = '2.7.7'
2525
joda = "2.9.4"
26-
jsonPath = "2.2.0"
27-
jsonAssert = "1.4.0"
26+
jsonPath = "2.4.0"
27+
jsonAssert = "1.5.0"
2828
mockito = "1.10.19"
2929
objenesis = "2.4"
3030
servlet = "3.1.0"
3131
slf4j = "1.7.22"
32-
snakeyaml = '1.17'
33-
spock = "1.1-groovy-2.4-rc-3"
32+
snakeyaml = '1.19'
33+
spock = "1.1-groovy-2.4"
3434
spring = "4.2.8.RELEASE"
3535
springHateoas = "0.21.0.RELEASE"
3636
springPluginVersion = "1.2.0.RELEASE"
3737
swagger2Core = "1.5.12"
38-
springBoot = "1.4.4.RELEASE"
38+
springBoot = "1.5.9.RELEASE"
3939
springfox = "2.7.0"
4040
}
4141
}

springfox-grails-contract-tests/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dependencies {
5353
compile "org.grails:grails-logging"
5454
compile "org.grails.plugins:cache"
5555
compile "org.grails.plugins:hibernate5"
56-
compile "org.hibernate:hibernate-core:5.1.1.Final"
57-
compile "org.hibernate:hibernate-ehcache:5.1.1.Final"
56+
compile "org.hibernate:hibernate-core:5.1.10.Final"
57+
compile "org.hibernate:hibernate-ehcache:5.1.10.Final"
5858
compile "org.grails.plugins:views-json"
5959
compile "org.grails.plugins:views-json-templates"
6060
console "org.grails:grails-console"
@@ -68,9 +68,9 @@ dependencies {
6868
testCompile "org.grails:grails-plugin-testing"
6969
testCompile "org.grails.plugins:geb"
7070
testCompile "org.grails:grails-datastore-rest-client"
71-
testCompile 'io.rest-assured:rest-assured:3.0.1'
72-
testCompile 'io.rest-assured:json-path:3.0.1'
73-
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1"
74-
testRuntime "net.sourceforge.htmlunit:htmlunit:2.18"
71+
testCompile 'io.rest-assured:rest-assured:3.0.6'
72+
testCompile 'io.rest-assured:json-path:3.0.6'
73+
testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver:2.52.0"
74+
testRuntime "net.sourceforge.htmlunit:htmlunit:2.29"
7575
testCompile "org.skyscreamer:jsonassert:${jsonAssert}"
7676
}

springfox-grails/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ buildscript {
2525
}
2626

2727
plugins {
28-
id "com.jfrog.bintray" version "1.7.3"
29-
id "com.jfrog.artifactory" version "4.4.13"
28+
id "com.jfrog.bintray" version "1.8.0"
29+
id "com.jfrog.artifactory" version "4.6.0"
3030
}
3131

3232
apply plugin: 'groovy'
@@ -61,7 +61,7 @@ dependencies {
6161
provided "org.grails:grails-core:$grails"
6262
provided "org.grails:grails-web-url-mappings:$grails"
6363
provided "org.grails:grails-web-url-mappings:$grails"
64-
provided 'javax.servlet:javax.servlet-api:3.1.0'
64+
provided 'javax.servlet:javax.servlet-api:4.0.0'
6565

6666
compile "com.google.guava:guava:${guava}"
6767
compile "com.fasterxml:classmate:${classmate}"

0 commit comments

Comments
 (0)