Skip to content

Commit ec788b4

Browse files
committed
Dependency updates
1 parent c3cd284 commit ec788b4

File tree

5 files changed

+22
-24
lines changed

5 files changed

+22
-24
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
2-
id 'java'
2+
id 'java-library'
33
id 'checkstyle'
44
id "com.github.spotbugs" version "3.0.0"
55
id 'com.bmuschko.nexus' version '2.3.1' // prepares and copies artifacts to Sonotype OSS
66
id "io.codearte.nexus-staging" version "0.21.2" // logs into Sonotype OSS and does a "Close" and "Release"
77
id 'com.adarshr.test-logger' version '2.0.0'
8-
id "com.github.ben-manes.versions" version "0.27.0"
8+
id "com.github.ben-manes.versions" version "0.28.0"
99
}
1010

1111
group = 'com.imsweb'
@@ -27,15 +27,15 @@ repositories {
2727
}
2828

2929
dependencies {
30-
compile 'com.thoughtworks.xstream:xstream:1.4.11.1'
30+
api 'com.thoughtworks.xstream:xstream:1.4.11.1'
3131

32-
testCompile 'junit:junit:4.13'
32+
testImplementation 'junit:junit:4.13'
3333
}
3434

3535
jar {
3636
manifest {
3737
attributes('Implementation-Title': project.name,
38-
'Implementation-Version': version,
38+
'Implementation-Version': archiveVersion,
3939
'Implementation-Vendor': group,
4040
'Created-By': System.properties['java.vm.version'] + ' (' + System.properties['java.vm.vendor'] + ')',
4141
'Built-By': System.getProperty('user.name'),
@@ -105,6 +105,6 @@ nexusStaging {
105105
}
106106

107107
wrapper {
108-
gradleVersion = '6.1'
108+
gradleVersion = '6.2.1'
109109
distributionType = Wrapper.DistributionType.ALL
110110
}

gradle/wrapper/gradle-wrapper.jar

3.01 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)