Skip to content

Commit

Permalink
upgrade plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Dec 11, 2018
1 parent a85f424 commit 605aced
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
*/
plugins {
id 'nebula.plugin-plugin' version '9.1.4'
id 'nebula.plugin-plugin' version '9.2.2'
id 'java-gradle-plugin'
id 'nebula.kotlin' version '1.2.70-3'
}
Expand Down
20 changes: 10 additions & 10 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"integTestCompile": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -35,7 +35,7 @@
},
"integTestCompileClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -45,7 +45,7 @@
},
"integTestRuntime": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -55,7 +55,7 @@
},
"integTestRuntimeClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -65,12 +65,12 @@
},
"jacocoAgent": {
"org.jacoco:org.jacoco.agent": {
"locked": "0.8.1"
"locked": "0.8.2"
}
},
"jacocoAnt": {
"org.jacoco:org.jacoco.ant": {
"locked": "0.8.1"
"locked": "0.8.2"
}
},
"kotlinCompilerClasspath": {
Expand Down Expand Up @@ -98,7 +98,7 @@
},
"testCompile": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -108,7 +108,7 @@
},
"testCompileClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -118,7 +118,7 @@
},
"testRuntime": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand All @@ -128,7 +128,7 @@
},
"testRuntimeClasspath": {
"com.netflix.nebula:nebula-test": {
"locked": "7.1.0",
"locked": "7.1.4",
"requested": "7.+"
},
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": {
Expand Down

0 comments on commit 605aced

Please sign in to comment.