Skip to content

Commit 4aae665

Browse files
authored
Merge pull request #1897 from web3j/bump_version_498
bump version to 4.9.8
2 parents 5432b9a + 26e7d68 commit 4aae665

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Java:
110110
<dependency>
111111
<groupId>org.web3j</groupId>
112112
<artifactId>core</artifactId>
113-
<version>4.9.7</version>
113+
<version>4.9.8</version>
114114
</dependency>
115115
```
116116

@@ -130,7 +130,7 @@ Gradle
130130
Java:
131131

132132
```groovy
133-
implementation ('org.web3j:core:4.9.7')
133+
implementation ('org.web3j:core:4.9.8')
134134
```
135135

136136
Android:

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
// test dependencies
2727
equalsverifierVersion = '3.5.5'
2828
junitVersion = '5.5.2'
29-
web3jUnitVersion = '4.9.6'
29+
web3jUnitVersion = '4.9.7'
3030
junitBenchmarkVersion = '0.7.2'
3131
logbackVersion = '1.2.3'
3232
mockitoJunitVersion = '3.1.0'

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.web3j
2-
version=4.9.7-SNAPSHOT
2+
version=4.9.8-SNAPSHOT

0 commit comments

Comments
 (0)