Skip to content

Commit d75a1b0

Browse files
committed
Bump protolite
1 parent aa97aa3 commit d75a1b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IMPORTANT (b/285892320) Keep version and latestReleasedVersion in sync
22
# unless you are releasing a new version of the library to prevent issues
33
# with transitive dependencies.
4-
version=18.0.0
4+
version=18.0.1
55
latestReleasedVersion=18.0.0

protolite-well-known-types/protolite-well-known-types.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ firebaseLibrary {
2626

2727
protobuf {
2828
protoc {
29-
artifact = "com.google.protobuf:protoc:3.21.11"
29+
artifact = "com.google.protobuf:protoc:3.25.5"
3030
}
3131
generateProtoTasks {
3232
all().each { task ->
@@ -68,5 +68,5 @@ dependencies {
6868
exclude group: "com.google.protobuf", module: "protobuf-java"
6969
}
7070

71-
implementation "com.google.protobuf:protobuf-javalite:3.21.11"
71+
implementation "com.google.protobuf:protobuf-javalite:3.25.5"
7272
}

0 commit comments

Comments
 (0)