Skip to content

Commit dfa48c5

Browse files
authored
upgrade config-bootstrapper helm chart version (#118)
* upgrade config-bootstrapper helm chart version * fix vulnerabilities reported by snyk
1 parent 86ac162 commit dfa48c5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.snyk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ignore:
55
SNYK-JAVA-IONETTY-1042268:
66
- '*':
77
reason: No replacement available
8-
expires: 2021-12-31T00:00:00.000Z
8+
expires: 2022-03-31T00:00:00.000Z
99
patch: {}

attribute-service-api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protobuf {
1919
}
2020
plugins {
2121
id("grpc_java") {
22-
artifact = "io.grpc:protoc-gen-grpc-java:1.43.1"
22+
artifact = "io.grpc:protoc-gen-grpc-java:1.44.0"
2323
}
2424

2525
if (generateLocalGoGrpcFiles) {
@@ -57,7 +57,7 @@ sourceSets {
5757
}
5858

5959
dependencies {
60-
api(platform("io.grpc:grpc-bom:1.43.1"))
60+
api(platform("io.grpc:grpc-bom:1.44.0"))
6161
api("io.grpc:grpc-stub")
6262
api("io.grpc:grpc-protobuf")
6363

attribute-service-impl/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies {
1414
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.1")
1515
implementation("com.typesafe:config:1.4.1")
1616
implementation("org.slf4j:slf4j-api:1.7.32")
17-
implementation("com.google.protobuf:protobuf-java-util:3.15.6")
17+
implementation("com.google.protobuf:protobuf-java-util:3.19.2")
1818
implementation("com.google.guava:guava:31.0.1-jre")
1919

2020
testImplementation("org.mockito:mockito-core:4.2.0")
2121
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
22-
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
22+
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.1")
2323
}
2424

2525
tasks.test {

attribute-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464

6565
// Logging
6666
implementation("org.slf4j:slf4j-api:1.7.32")
67-
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
67+
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.17.1")
6868
runtimeOnly("io.grpc:grpc-netty")
6969

7070
// Config

caching-attribute-service-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("org.mockito:mockito-core:4.2.0")
2424
testImplementation("org.mockito:mockito-junit-jupiter:4.2.0")
2525
testImplementation("io.grpc:grpc-core")
26-
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.0")
26+
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.1")
2727
}
2828

2929
tasks.test {

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ version: 0.1.0
2424
dependencies:
2525
- name: config-bootstrapper
2626
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
27-
version: 0.2.22
27+
version: 0.2.25

0 commit comments

Comments
 (0)