Skip to content

Commit 8ab7a41

Browse files
committed
Merge branch 'master' into x12-270-271-support-44
2 parents 222c086 + 15d7335 commit 8ab7a41

File tree

5 files changed

+9
-23
lines changed

5 files changed

+9
-23
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "io.codearte.nexus-staging" version "0.22.0" // logs into Sonotype OSS and does a "Close" and "Release"
88
id 'com.adarshr.test-logger' version '2.1.1'
99
id "com.github.ben-manes.versions" version "0.36.0"
10-
id 'org.sonatype.gradle.plugins.scan' version '2.0.2'
10+
id 'org.sonatype.gradle.plugins.scan' version '2.0.3'
1111
}
1212

1313
group = 'com.imsweb'
@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
dependencies {
35-
spotbugs 'com.github.spotbugs:spotbugs:4.2.0'
35+
spotbugs 'com.github.spotbugs:spotbugs:4.2.1'
3636

3737
api 'com.thoughtworks.xstream:xstream:1.4.15'
3838

@@ -67,6 +67,7 @@ spotbugs {
6767
// Nexus vulnerability scan (https://github.com/sonatype-nexus-community/scan-gradle-plugin)
6868
ossIndexAudit {
6969
dependencyGraph = true
70+
printBanner = false
7071

7172
// only set proxy if running outside of Github Actions
7273
if (!System.getenv().GITHUB_ACTIONS) {
@@ -169,6 +170,6 @@ nexusStaging {
169170
}
170171

171172
wrapper {
172-
gradleVersion = '6.8'
173+
gradleVersion = '6.8.2'
173174
distributionType = Wrapper.DistributionType.ALL
174175
}

gradle/wrapper/gradle-wrapper.jar

293 Bytes
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.8-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

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

0 commit comments

Comments
 (0)