Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Düsterhöft committed Apr 12, 2018
1 parent 85c8eb4 commit 8cdd793
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
8 changes: 4 additions & 4 deletions restdocs-raml-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
10 changes: 5 additions & 5 deletions restdocs-raml-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down Expand Up @@ -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'
}

Expand Down
12 changes: 6 additions & 6 deletions restdocs-raml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

}
Expand Down

0 comments on commit 8cdd793

Please sign in to comment.