@@ -5,15 +5,15 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.4.9 "
9
- classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.1 '
8
+ classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.2 "
9
+ classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2 '
10
10
classpath ' nl.javadude.gradle.plugins:license-gradle-plugin:0.10.0'
11
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3 '
11
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 '
12
12
13
- classpath ' com.netflix.nebula:nebula-release-plugin:4.1.0 '
14
- classpath ' com.netflix.nebula:gradle-info-plugin:3.2.1 '
15
- classpath ' com.netflix.nebula:gradle-extra-configurations-plugin:3.3.0 '
16
- classpath ' com.netflix.nebula:nebula-publishing-plugin:4.9.1 '
13
+ classpath ' com.netflix.nebula:nebula-release-plugin:8.0.1 '
14
+ classpath ' com.netflix.nebula:gradle-info-plugin:4.0.2 '
15
+ classpath ' com.netflix.nebula:gradle-extra-configurations-plugin:4.0.1 '
16
+ classpath ' com.netflix.nebula:nebula-publishing-plugin:9.0.2 '
17
17
}
18
18
}
19
19
@@ -65,7 +65,7 @@ dependencies {
65
65
compile group : ' io.cucumber' , name : ' cucumber-java' , version : cucumberVersion
66
66
compile group : ' io.cucumber' , name : ' cucumber-core' , version : cucumberVersion
67
67
compile group : ' org.slf4j' , name : ' slf4j-simple' , version : ' 1.7.21'
68
- compile group : ' org.projectlombok' , name : ' lombok' , version : ' 1.16.10 '
68
+ compile group : ' org.projectlombok' , name : ' lombok' , version : ' 1.18.2 '
69
69
compile group : ' io.rest-assured' , name : ' rest-assured' , version : ' 3.0.2'
70
70
compile group : ' com.google.inject' , name : ' guice' , version : ' 4.1.0'
71
71
compile group : ' com.galenframework' , name : ' galen-java-support' , version : ' 2.3.6'
@@ -139,7 +139,6 @@ bintrayUpload.onlyIf {
139
139
! project. version. toString(). toUpperCase(). endsWith(" -SNAPSHOT" ) && ! project. version. toString(). toUpperCase(). contains(" -DEV" )
140
140
}
141
141
142
-
143
142
jacocoTestReport {
144
143
reports {
145
144
xml. enabled true
@@ -150,6 +149,6 @@ jacocoTestReport {
150
149
151
150
license {
152
151
header rootProject. file(' HEADER' )
153
- exclude (" body.json" )
152
+ exclude(" body.json" )
154
153
strictCheck false
155
154
}
0 commit comments