File tree Expand file tree Collapse file tree 9 files changed +12
-7
lines changed
firebase-inappmessaging-display
protolite-well-known-types Expand file tree Collapse file tree 9 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ changed] Updated ` protolite-well-known-types ` dependency to ` 18.0.1 ` . [ #6716 ]
2
3
3
4
4
5
# 25.1.2
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ changed] Updated ` protolite-well-known-types ` dependency to ` 18.0.1 ` . [ #6716 ]
2
3
3
4
4
5
# 21.0.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ changed] Updated ` protolite-well-known-types ` dependency to ` 18.0.1 ` . [ #6716 ]
2
3
3
4
4
5
# 21.0.1
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ changed] Updated ` protolite-well-known-types ` dependency to ` 18.0.1 ` . [ #6716 ]
2
3
3
4
4
5
# 21.0.4
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111
111
implementation libs. dagger. dagger
112
112
api ' com.google.firebase:firebase-annotations:16.2.0'
113
113
api ' com.google.firebase:firebase-installations-interop:17.1.0'
114
- api ' com.google.firebase :protolite-well-known-types:18.0.0 '
114
+ api project( " :protolite-well-known-types" )
115
115
implementation libs. okhttp
116
116
api(" com.google.firebase:firebase-common:21.0.0" )
117
117
api(" com.google.firebase:firebase-common-ktx:21.0.0" )
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
-
2
+ * [ changed ] Updated protobuf dependency to ` 3.25.5 ` to fix [ CVE- 2024 -7254 ] ( https://github.com/advisories/GHSA-735f-pc8j-v9w8 ) .
3
3
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ android {
73
73
}
74
74
75
75
dependencies {
76
- implementation 'com.google.firebase:protolite-well-known-types:18.0.0 '
76
+ implementation 'com.google.firebase:protolite-well-known-types:18.0.1 '
77
77
implementation "io.grpc:grpc-stub:$grpcVersion"
78
78
79
79
// optionally override grpc's protobuf-lite runtime
Original file line number Diff line number Diff line change 1
1
# IMPORTANT (b/285892320) Keep version and latestReleasedVersion in sync
2
2
# unless you are releasing a new version of the library to prevent issues
3
3
# with transitive dependencies.
4
- version =18.0.0
4
+ version =18.0.1
5
5
latestReleasedVersion =18.0.0
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ firebaseLibrary {
26
26
27
27
protobuf {
28
28
protoc {
29
- artifact = " com.google.protobuf: protoc:3.21.11 "
29
+ artifact = libs . protoc. get() . toString()
30
30
}
31
31
generateProtoTasks {
32
32
all(). each { task ->
@@ -41,6 +41,7 @@ protobuf {
41
41
}
42
42
}
43
43
}
44
+
44
45
android {
45
46
namespace " firebase.com.protolitewrapper"
46
47
compileSdkVersion project. compileSdkVersion
@@ -64,9 +65,9 @@ android {
64
65
65
66
66
67
dependencies {
67
- protobuf(" com.google.api.grpc: proto- google- common-protos:1.18.0 " ){
68
+ protobuf(libs . proto. google. common. protos ){
68
69
exclude group : " com.google.protobuf" , module : " protobuf-java"
69
70
}
70
71
71
- implementation " com.google. protobuf:protobuf-javalite:3.21.11 "
72
+ implementation libs . protobuf. java . lite
72
73
}
You can’t perform that action at this time.
0 commit comments