File tree 6 files changed +8
-12
lines changed
6 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 34
34
args : copyAllReports --output-dir=/tmp/test-reports
35
35
36
36
- name : Archive test reports
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : test-reports
40
40
path : /tmp/test-reports
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
9
+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
10
10
api(" io.reactivex.rxjava3:rxjava:3.1.4" )
11
11
api(" io.grpc:grpc-stub" )
12
12
api(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ plugins {
7
7
8
8
dependencies {
9
9
10
- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
10
+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
11
11
api(" io.grpc:grpc-context" )
12
12
api(" io.grpc:grpc-api" )
13
13
api(" io.grpc:grpc-inprocess" )
14
- api(platform(" io.netty:netty-bom:4.1.115.Final" )) {
15
- because(" CVE-2023-44487" )
16
- }
14
+ api(platform(" io.netty:netty-bom:4.1.118.Final" ))
17
15
constraints {
18
16
api(" com.google.protobuf:protobuf-java:3.25.5" ) {
19
17
because(" https://nvd.nist.gov/vuln/detail/CVE-2024-7254" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
13
+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
14
14
api(platform(" com.fasterxml.jackson:jackson-bom:2.16.0" ))
15
15
constraints {
16
16
api(" com.google.protobuf:protobuf-java:3.25.5" ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
9
+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
10
10
api(" io.reactivex.rxjava3:rxjava:3.1.4" )
11
11
api(" io.grpc:grpc-stub" )
12
12
constraints {
Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
13
+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
14
14
api(" io.grpc:grpc-context" )
15
15
api(" io.grpc:grpc-api" )
16
16
17
- api(platform(" io.netty:netty-bom:4.1.115.Final" )) {
18
- because(" CVE-2023-44487" )
19
- }
17
+ api(platform(" io.netty:netty-bom:4.1.118.Final" ))
20
18
constraints {
21
19
api(" com.google.protobuf:protobuf-java:3.25.5" ) {
22
20
because(" https://nvd.nist.gov/vuln/detail/CVE-2024-7254" )
You can’t perform that action at this time.
0 commit comments