Skip to content

Commit e3c492a

Browse files
committed
Prepare for release
1 parent 215661d commit e3c492a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3636
or 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

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1313
group = 'com.imsweb'
14-
version = '3.23'
14+
version = '3.24'
1515
description = 'Java client library for SEER*API'
1616

1717
tasks.withType(JavaCompile) {
@@ -87,7 +87,7 @@ ossIndexAudit {
8787
check.dependsOn 'ossIndexAudit'
8888

8989
wrapper {
90-
gradleVersion = '7.0'
90+
gradleVersion = '7.0.2'
9191
distributionType = Wrapper.DistributionType.ALL
9292
}
9393

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

0 commit comments

Comments
 (0)