Skip to content

Commit

Permalink
Upgrade protobuf to support apple silicon (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocadaruma committed Nov 25, 2022
1 parent 887b9aa commit 597c102
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 @@ -35,7 +35,7 @@ subprojects {
ext {
// Freezing this to 1.X until https://github.com/spring-projects/spring-boot/issues/12649 is resolved
slf4jVersion = "1.7.36"
protobufVersion = "3.3.0"
protobufVersion = "3.21.7"
kafkaVersion = "3.2.0"
micrometerVersion = "1.7.5"
lombokVersion = "1.18.22"
Expand Down

0 comments on commit 597c102

Please sign in to comment.