diff --git a/build.gradle b/build.gradle index 08539d5..765eca4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } plugins { - id 'pl.allegro.tech.build.axion-release' version '1.8.1' + id 'pl.allegro.tech.build.axion-release' version '1.9.0' id 'com.github.ben-manes.versions' version '0.17.0' id 'publishing' } diff --git a/restdocs-raml-gradle-plugin/build.gradle b/restdocs-raml-gradle-plugin/build.gradle index 65724be..6fbac36 100644 --- a/restdocs-raml-gradle-plugin/build.gradle +++ b/restdocs-raml-gradle-plugin/build.gradle @@ -16,16 +16,16 @@ group = 'com.epages' dependencies { compile gradleApi() - implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.30") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.2.30") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.31") + implementation("org.jetbrains.kotlin:kotlin-reflect:1.2.31") implementation("org.yaml:snakeyaml:1.20") - implementation("com.fasterxml.jackson.core:jackson-databind:2.9.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.9.5") testImplementation gradleTestKit() testImplementation("org.amshove.kluent:kluent:1.35") testImplementation("com.nhaarman:mockito-kotlin:1.5.0") - testImplementation("com.jayway.jsonpath:json-path:2.3.0") + testImplementation("com.jayway.jsonpath:json-path:2.4.0") } task sourceJar(type: Jar) { diff --git a/restdocs-raml-sample/build.gradle b/restdocs-raml-sample/build.gradle index d650fbb..201da68 100644 --- a/restdocs-raml-sample/build.gradle +++ b/restdocs-raml-sample/build.gradle @@ -8,8 +8,8 @@ buildscript { mavenLocal() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.5.9.RELEASE' - classpath 'com.epages:restdocs-raml-gradle-plugin:0.3.2' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.5.11.RELEASE' + classpath 'com.epages:restdocs-raml-gradle-plugin:0.3.3' classpath 'com.bmuschko:gradle-docker-plugin:3.2.0' } } @@ -38,12 +38,12 @@ dependencies { runtime 'com.h2database:h2' runtime 'org.atteo:evo-inflector:1.2.2' - testCompile 'com.epages:restdocs-raml:0.3.2' + testCompile 'com.epages:restdocs-raml:0.3.3' testCompile 'org.json:json:20170516' testCompile 'com.jayway.jsonpath:json-path' testCompile 'org.springframework.boot:spring-boot-starter-test' - testCompile 'org.springframework.restdocs:spring-restdocs-mockmvc:1.2.3.RELEASE' - testCompile 'org.springframework.restdocs:spring-restdocs-core:1.2.3.RELEASE' + testCompile 'org.springframework.restdocs:spring-restdocs-mockmvc:1.2.4.RELEASE' + testCompile 'org.springframework.restdocs:spring-restdocs-core:1.2.4.RELEASE' testCompile 'org.raml:raml-parser-2:1.0.15' } diff --git a/restdocs-raml/build.gradle b/restdocs-raml/build.gradle index b87d688..3412f19 100644 --- a/restdocs-raml/build.gradle +++ b/restdocs-raml/build.gradle @@ -14,15 +14,15 @@ repositories { } dependencies { - compile 'org.springframework.restdocs:spring-restdocs-core:1.2.3.RELEASE' - compile 'org.springframework.restdocs:spring-restdocs-mockmvc:1.2.3.RELEASE' + compile 'org.springframework.restdocs:spring-restdocs-core:1.2.4.RELEASE' + compile 'org.springframework.restdocs:spring-restdocs-mockmvc:1.2.4.RELEASE' compileOnly 'org.projectlombok:lombok:1.16.18' - compile 'com.github.everit-org.json-schema:org.everit.json.schema:1.6.0' + compile 'com.github.everit-org.json-schema:org.everit.json.schema:1.8.0' testCompile 'org.projectlombok:lombok:1.16.18' testCompile 'junit:junit:4.12' - testCompile 'org.assertj:assertj-core:3.8.0' - testCompile 'org.springframework.boot:spring-boot-starter-hateoas:1.5.9.RELEASE' - testCompile 'org.springframework.boot:spring-boot-starter-test:1.5.9.RELEASE' + testCompile 'org.assertj:assertj-core:3.9.1' + testCompile 'org.springframework.boot:spring-boot-starter-hateoas:1.5.11.RELEASE' + testCompile 'org.springframework.boot:spring-boot-starter-test:1.5.11.RELEASE' testCompile 'com.github.java-json-tools:json-schema-validator:2.2.8' }