Skip to content

Commit

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

build(deps): bump com.google.protobuf:protobuf-java from 3.21.9 to 3.22.1
  • Loading branch information
horitaku1124 authored Jun 5, 2024
2 parents 57c0ae3 + a5425c7 commit 9c54eb9
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: '4.8.1'

// Might using "Reflection"
implementation "com.google.protobuf:protobuf-java:3.21.9"
implementation "com.google.protobuf:protobuf-java:3.22.1"
// implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
}
test {
Expand Down

0 comments on commit 9c54eb9

Please sign in to comment.