Skip to content

Commit

Permalink
Merge pull request #141 from horitaku1124/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.protobuf-protobuf-java-4.29.2

build(deps): bump com.google.protobuf:protobuf-java from 4.29.0 to 4.29.2
  • Loading branch information
horitaku1124 authored Dec 22, 2024
2 parents 302ead8 + 8a2299a commit b6211ad
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 @@ -20,7 +20,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'

// Might using "Reflection"
implementation 'com.google.protobuf:protobuf-java:4.29.0'
implementation 'com.google.protobuf:protobuf-java:4.29.2'
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"
}
test {
Expand Down

0 comments on commit b6211ad

Please sign in to comment.