Skip to content

Commit e349dcd

Browse files
author
Ilia Volkov
authored
Add GCP PubSub dependencies (#527)
## What is the goal of this PR? As in title ## What are the changes implemented in this PR? **Please note that `jackson-core` and `jackson-databind` dependencies were upgraded**
1 parent 215564b commit e349dcd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library/maven/artifacts.bzl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ artifacts = {
2525
"com.eclipsesource.minimal-json:minimal-json": "0.9.5",
2626
"com.electronwill.night-config:core": "3.6.5",
2727
"com.electronwill.night-config:toml": "3.6.5",
28-
"com.fasterxml.jackson.core:jackson-core": "2.10.4",
29-
"com.fasterxml.jackson.core:jackson-databind": "2.10.4",
28+
"com.fasterxml.jackson.core:jackson-core": "2.16.0",
29+
"com.fasterxml.jackson.core:jackson-databind": "2.16.0",
3030
"com.fasterxml.jackson.dataformat:jackson-dataformat-yaml": "2.9.9",
3131
"com.fasterxml.jackson.module:jackson-module-scala_2.11": "2.9.9",
32+
"com.fasterxml.jackson.module:jackson-module-kotlin": "2.16.0",
3233
"com.fifesoft:rsyntaxtextarea": "3.1.3",
3334
"com.github.ben-manes.caffeine:caffeine": "2.8.6",
3435
"com.github.rholder:guava-retrying": "2.0.0",
@@ -41,6 +42,8 @@ artifacts = {
4142
"com.google.auto.value:auto-value" : "1.9",
4243
"com.google.auto.value:auto-value-annotations" : "1.9",
4344
"com.google.cloud:google-cloud-secretmanager": "1.5.2",
45+
"com.google.cloud:google-cloud-pubsub": "1.112.5",
46+
"com.google.api.grpc:proto-google-cloud-pubsub-v1": "1.94.5",
4447
"com.google.code.findbugs:annotations": "3.0.1",
4548
"com.google.code.findbugs:jsr305": "3.0.2",
4649
"com.google.code.gson:gson": "2.9.0",
@@ -133,6 +136,7 @@ artifacts = {
133136
"io.ktor:ktor-client-core-jvm": "2.3.7",
134137
"io.ktor:ktor-client-websockets-jvm": "2.3.7",
135138
"io.ktor:ktor-serialization-gson-jvm": "2.3.7",
139+
"io.ktor:ktor-serialization-jackson-jvm": "2.3.7",
136140
"io.ktor:ktor-serialization-kotlinx-jvm": "2.3.7",
137141
"io.ktor:ktor-serialization-kotlinx-protobuf-jvm": "2.3.7",
138142
"io.ktor:ktor-server-core-jvm": "2.3.7",

0 commit comments

Comments
 (0)