Skip to content

Commit

Permalink
chore(deps): align protobuf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Apr 5, 2024
1 parent 7d0931b commit 4dda39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ext {
monetaVersion = '1.4.4'
moneyApiVersion = '1.1'

protobufJavaVersion = '3.25.3'
protobufJavaVersion = '4.26.1'

junitJupiterVersion = '5.10.2'
jsonUnitAssertJVersion = '3.2.7'
Expand Down
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ openApi {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:4.26.1'
artifact = "com.google.protobuf:protoc:${protobufJavaVersion}"
}
}

Expand Down

0 comments on commit 4dda39b

Please sign in to comment.