Skip to content

Commit

Permalink
use protobuf-java:3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kookubo committed Dec 15, 2023
1 parent f721efc commit 73e982b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api project(':tsubakuro-session')

testImplementation(testFixtures(project(':tsubakuro-session')))
api 'com.google.protobuf:protobuf-java:3.17.3'
api 'com.google.protobuf:protobuf-java:3.25.1'
}

protobuf {
Expand Down
2 changes: 1 addition & 1 deletion modules/kvs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api project(':tsubakuro-session')

testImplementation(testFixtures(project(':tsubakuro-session')))
api 'com.google.protobuf:protobuf-java:3.17.3'
api 'com.google.protobuf:protobuf-java:3.25.1'
}

protobuf {
Expand Down
2 changes: 1 addition & 1 deletion modules/proto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
api 'com.google.protobuf:protobuf-java:3.17.3'
api 'com.google.protobuf:protobuf-java:3.25.1'
}

sourceSets {
Expand Down

0 comments on commit 73e982b

Please sign in to comment.