Skip to content

Commit

Permalink
[RFR-405] Fix gradle wrapper version
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Apr 20, 2023
1 parent 6ebd7b6 commit 59b1c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tasks.withType(JavaCompile) {

ext {
commonsLangVersion = '3.12.0'
gradleWrapperVersion = '7.4.2'
gradleWrapperVersion = '7.6.1'
protobufVersion = '3.22.2'

// Versions of testing dependencies
Expand Down

0 comments on commit 59b1c0c

Please sign in to comment.