Skip to content

Commit

Permalink
bumped unit version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrouR committed Feb 26, 2020
1 parent d8450c3 commit 2d48133
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/build.gradle.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ web3j {
}

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

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

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

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

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

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

ext {
web3jVersion = '4.5.11'
web3jVersion = '4.5.15'
logbackVersion = '1.2.3'
}

Expand Down

0 comments on commit 2d48133

Please sign in to comment.