Skip to content

Commit

Permalink
Update web3j version (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR authored Feb 2, 2021
1 parent eca8b16 commit d894e06
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/project/build.gradle.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ web3j {
}

ext {
web3jVersion = '4.8.2'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/project/build.gradleImport.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.8.1'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ web3j {
}

ext {
web3jVersion = '4.8.2'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/project/build.gradleJava11.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.8.2'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.8.3'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.8.2'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.8.3'
web3jVersion = '4.8.4'
logbackVersion = '1.2.3'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web3j {
}

ext {
web3jVersion = '4.8.3'
web3jVersion = '4.8.4'
}

dependencies {
Expand Down

0 comments on commit d894e06

Please sign in to comment.