File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
2929<dependency >
3030 <groupId >com.imsweb</groupId >
3131 <artifactId >seerapi-client-java</artifactId >
32- <version >3.23 </version >
32+ <version >3.24 </version >
3333</dependency >
3434```
3535
3636or via Gradle:
3737
3838```
39- compile 'com.imsweb:seerapi-client-java:3.23 '
39+ compile 'com.imsweb:seerapi-client-java:3.24 '
4040```
4141
4242## Usage
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
66 id ' signing'
77 id " io.codearte.nexus-staging" version " 0.30.0"
88 id ' com.adarshr.test-logger' version ' 3.0.0'
9- id " com.github.ben-manes.versions" version " 0.38 .0"
10- id ' org.sonatype.gradle.plugins.scan' version ' 2.0.9 '
9+ id " com.github.ben-manes.versions" version " 0.39 .0"
10+ id ' org.sonatype.gradle.plugins.scan' version ' 2.0.10 '
1111}
1212
1313group = ' com.imsweb'
14- version = ' 3.23 '
14+ version = ' 3.24 '
1515description = ' Java client library for SEER*API'
1616
1717tasks. withType(JavaCompile ) {
@@ -87,7 +87,7 @@ ossIndexAudit {
8787check. dependsOn ' ossIndexAudit'
8888
8989wrapper {
90- gradleVersion = ' 7.0'
90+ gradleVersion = ' 7.0.2 '
9191 distributionType = Wrapper.DistributionType . ALL
9292}
9393
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments