Skip to content

Commit

Permalink
chore(deps): upgrade protobuf-java to 3.19.2 to avoid vulnerability (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FilatovM committed Apr 18, 2022
1 parent af3ecb8 commit 40f9004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ dependencies {


// protobuf
implementation group: "com.google.protobuf", name: "protobuf-java", version: '3.19.1'
implementation group: "com.google.protobuf", name: "protobuf-java-util", version: '3.19.1'
implementation group: "com.google.protobuf", name: "protobuf-java", version: '3.19.2'
implementation group: "com.google.protobuf", name: "protobuf-java-util", version: '3.19.2'

// Password hashing
implementation group: "org.mindrot", name: "jbcrypt", version: "0.4"
Expand Down

0 comments on commit 40f9004

Please sign in to comment.