File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
3737or 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515group = ' com.imsweb'
16- version = ' 5.1 '
16+ version = ' 5.2 '
1717description = ' Java client library for SEER*API'
1818
1919tasks. 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
5454jar {
@@ -106,7 +106,7 @@ ossIndexAudit {
106106}
107107
108108wrapper {
109- gradleVersion = ' 7.4.2 '
109+ gradleVersion = ' 7.5 '
110110 distributionType = Wrapper.DistributionType . ALL
111111}
112112
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.4.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments