Skip to content

Commit 7d2a07a

Browse files
committed
Prepare for release
1 parent 7a8bece commit 7d2a07a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Download [the latest JAR][1] or grab via Maven:
3030
<dependency>
3131
<groupId>com.imsweb</groupId>
3232
<artifactId>seerapi-client-java</artifactId>
33-
<version>5.1</version>
33+
<version>5.2</version>
3434
</dependency>
3535
```
3636

3737
or via Gradle:
3838

3939
```
40-
compile 'com.imsweb:seerapi-client-java:5.1'
40+
compile 'com.imsweb:seerapi-client-java:5.2'
4141
```
4242

4343
## Usage

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = 'com.imsweb'
16-
version = '5.1'
16+
version = '5.2'
1717
description = 'Java client library for SEER*API'
1818

1919
tasks.withType(JavaCompile) {
@@ -48,7 +48,7 @@ dependencies {
4848

4949
testImplementation 'junit:junit:4.13.2'
5050
testImplementation 'org.assertj:assertj-core:3.23.1'
51-
testImplementation 'com.google.code.bean-matchers:bean-matchers:0.13'
51+
testImplementation 'com.google.code.bean-matchers:bean-matchers:0.14'
5252
}
5353

5454
jar {
@@ -106,7 +106,7 @@ ossIndexAudit {
106106
}
107107

108108
wrapper {
109-
gradleVersion = '7.4.2'
109+
gradleVersion = '7.5'
110110
distributionType = Wrapper.DistributionType.ALL
111111
}
112112

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

0 commit comments

Comments
 (0)