File tree 4 files changed +7
-24
lines changed
kafka-streams-partitioners/weighted-group-partitioner
4 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,16 @@ plugins {
6
6
7
7
var confluentVersion = " 7.7.0"
8
8
var confluentCcsVersion = " $confluentVersion -ccs"
9
- var protobufVersion = " 3.21.7 "
9
+ var protobufVersion = " 3.25.5 "
10
10
11
11
dependencies {
12
12
constraints {
13
- api(" com.fasterxml.jackson.core:jackson-databind:2.15.2 " )
13
+ api(" com.fasterxml.jackson.core:jackson-databind:2.16.1 " )
14
14
api(" org.xerial.snappy:snappy-java:1.1.10.5" ) {
15
15
because(" [https://nvd.nist.gov/vuln/detail/CVE-2023-34455] in 'org.apache.kafka:kafka-clients:*'" )
16
16
because(" [https://nvd.nist.gov/vuln/detail/CVE-2023-43642]" )
17
17
}
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 " )
21
19
api(" com.squareup.okio:okio:3.4.0" ) {
22
20
because(" https://nvd.nist.gov/vuln/detail/CVE-2023-3635 in io.confluent:kafka-protobuf-serializer:7.4.0" )
23
21
}
@@ -32,6 +30,6 @@ dependencies {
32
30
api(" org.apache.kafka:kafka-clients:$confluentCcsVersion " )
33
31
api(" org.apache.kafka:kafka-streams:$confluentCcsVersion " )
34
32
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 " )
36
34
}
37
35
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
api(platform(project(" :kafka-bom" )))
19
19
api(" org.apache.kafka:kafka-streams" )
20
20
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 " )
22
22
23
23
implementation(" org.apache.avro:avro" )
24
24
implementation(" org.apache.kafka:kafka-clients" )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ dependencies {
15
15
16
16
api(platform(project(" :kafka-bom" )))
17
17
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 " )
19
19
api(" com.typesafe:config:1.4.2" )
20
20
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 " )
22
22
implementation(" org.hypertrace.config.service:partitioner-config-service-api:0.1.46" )
23
23
implementation(" org.slf4j:slf4j-api:1.7.36" )
24
24
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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 >
18
3
</suppressions >
You can’t perform that action at this time.
0 commit comments