File tree Expand file tree Collapse file tree 4 files changed +7
-24
lines changed
kafka-streams-partitioners/weighted-group-partitioner Expand file tree Collapse file tree 4 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,16 @@ plugins {
66
77var confluentVersion = " 7.7.0"
88var confluentCcsVersion = " $confluentVersion -ccs"
9- var protobufVersion = " 3.21.7 "
9+ var protobufVersion = " 3.25.5 "
1010
1111dependencies {
1212 constraints {
13- api(" com.fasterxml.jackson.core:jackson-databind:2.15.2 " )
13+ api(" com.fasterxml.jackson.core:jackson-databind:2.16.1 " )
1414 api(" org.xerial.snappy:snappy-java:1.1.10.5" ) {
1515 because(" [https://nvd.nist.gov/vuln/detail/CVE-2023-34455] in 'org.apache.kafka:kafka-clients:*'" )
1616 because(" [https://nvd.nist.gov/vuln/detail/CVE-2023-43642]" )
1717 }
18- api(" com.google.protobuf:protobuf-java-util:3.21.7" ) {
19- because(" https://nvd.nist.gov/vuln/detail/CVE-2022-3171" )
20- }
18+ api(" com.google.protobuf:protobuf-java-util:$protobufVersion " )
2119 api(" com.squareup.okio:okio:3.4.0" ) {
2220 because(" https://nvd.nist.gov/vuln/detail/CVE-2023-3635 in io.confluent:kafka-protobuf-serializer:7.4.0" )
2321 }
@@ -32,6 +30,6 @@ dependencies {
3230 api(" org.apache.kafka:kafka-clients:$confluentCcsVersion " )
3331 api(" org.apache.kafka:kafka-streams:$confluentCcsVersion " )
3432 api(" org.apache.kafka:kafka-streams-test-utils:$confluentCcsVersion " )
35- api(" org.apache.avro:avro:1.11.3 " )
33+ api(" org.apache.avro:avro:1.11.4 " )
3634 }
3735}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 api(platform(project(" :kafka-bom" )))
1919 api(" org.apache.kafka:kafka-streams" )
2020 api(" io.confluent:kafka-streams-avro-serde" )
21- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.0 " )
21+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6 " )
2222
2323 implementation(" org.apache.avro:avro" )
2424 implementation(" org.apache.kafka:kafka-clients" )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ dependencies {
1515
1616 api(platform(project(" :kafka-bom" )))
1717 api(" org.apache.kafka:kafka-streams" )
18- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.0 " )
18+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.6 " )
1919 api(" com.typesafe:config:1.4.2" )
2020 implementation(" com.google.guava:guava:32.0.1-jre" )
21- implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.13.0 " )
21+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.13.6 " )
2222 implementation(" org.hypertrace.config.service:partitioner-config-service-api:0.1.46" )
2323 implementation(" org.slf4j:slf4j-api:1.7.36" )
2424
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
3- <suppress >
4- <notes ><![CDATA[
5- Any hypertrace core dep
6- ]]> </notes >
7- <packageUrl regex =" true" >^pkg:maven/org\.hypertrace\.core\..*@.*$</packageUrl >
8- <cpe >cpe:/a:grpc:grpc</cpe >
9- </suppress >
10- <suppress >
11- <notes ><![CDATA[
12- file name: jackson-databind-2.15.2.jar
13- Excluding the disputed vulnerability (CVE-2023-35116)
14- ]]> </notes >
15- <packageUrl regex =" true" >^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl >
16- <vulnerabilityName >CVE-2023-35116</vulnerabilityName >
17- </suppress >
183</suppressions >
You can’t perform that action at this time.
0 commit comments