File tree Expand file tree Collapse file tree 6 files changed +8
-12
lines changed Expand file tree Collapse file tree 6 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 3434 args : copyAllReports --output-dir=/tmp/test-reports
3535
3636 - name : Archive test reports
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : test-reports
4040 path : /tmp/test-reports
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88dependencies {
9- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
9+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
1010 api(" io.reactivex.rxjava3:rxjava:3.1.4" )
1111 api(" io.grpc:grpc-stub" )
1212 api(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ plugins {
77
88dependencies {
99
10- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
10+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
1111 api(" io.grpc:grpc-context" )
1212 api(" io.grpc:grpc-api" )
1313 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" ))
1715 constraints {
1816 api(" com.google.protobuf:protobuf-java:3.25.5" ) {
1917 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 {
1010}
1111
1212dependencies {
13- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
13+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
1414 api(platform(" com.fasterxml.jackson:jackson-bom:2.16.0" ))
1515 constraints {
1616 api(" com.google.protobuf:protobuf-java:3.25.5" ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88dependencies {
9- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
9+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
1010 api(" io.reactivex.rxjava3:rxjava:3.1.4" )
1111 api(" io.grpc:grpc-stub" )
1212 constraints {
Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ tasks.test {
1010}
1111
1212dependencies {
13- api(platform(" io.grpc:grpc-bom:1.68.1 " ))
13+ api(platform(" io.grpc:grpc-bom:1.68.3 " ))
1414 api(" io.grpc:grpc-context" )
1515 api(" io.grpc:grpc-api" )
1616
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" ))
2018 constraints {
2119 api(" com.google.protobuf:protobuf-java:3.25.5" ) {
2220 because(" https://nvd.nist.gov/vuln/detail/CVE-2024-7254" )
You can’t perform that action at this time.
0 commit comments