Skip to content

Commit 0a57926

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fossa-badges
2 parents 6f88da3 + 43fba2e commit 0a57926

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.clomonitor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
exemptions:
22
- check: artifacthub_badge
33
reason: "Artifact Hub doesn't support Java packages"
4+
- check: signed_releases
5+
reason: "Maven central releases are signed and there are no GitHub release artifacts"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- 23
3636
# Collect coverage on latest LTS
3737
include:
38-
- os: ubuntu-20.04
38+
- os: ubuntu-latest
3939
test-java-version: 21
4040
coverage: true
4141
jmh-based-tests: true

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ val DEPENDENCY_BOMS = listOf(
1919
"com.squareup.okhttp3:okhttp-bom:4.12.0",
2020
"com.squareup.okio:okio-bom:3.10.2", // applies to transitive dependencies of okhttp
2121
"io.grpc:grpc-bom:1.70.0",
22-
"io.netty:netty-bom:4.1.117.Final",
22+
"io.netty:netty-bom:4.1.118.Final",
2323
"io.zipkin.brave:brave-bom:6.0.3",
2424
"io.zipkin.reporter2:zipkin-reporter-bom:3.4.3",
2525
"org.assertj:assertj-bom:3.27.3",
@@ -73,11 +73,11 @@ val DEPENDENCIES = listOf(
7373
"io.prometheus:simpleclient_httpserver:${prometheusClientVersion}",
7474
"javax.annotation:javax.annotation-api:1.3.2",
7575
"com.github.stefanbirkner:system-rules:1.19.0",
76-
"com.google.api.grpc:proto-google-common-protos:2.51.0",
76+
"com.google.api.grpc:proto-google-common-protos:2.52.0",
7777
"com.google.code.findbugs:jsr305:3.0.2",
7878
"com.google.guava:guava-beta-checker:1.0",
7979
"com.sun.net.httpserver:http:20070405",
80-
"com.tngtech.archunit:archunit-junit5:1.3.0",
80+
"com.tngtech.archunit:archunit-junit5:1.4.0",
8181
"com.uber.nullaway:nullaway:0.12.3",
8282
"edu.berkeley.cs.jqf:jqf-fuzz:1.7", // jqf-fuzz version 1.8+ requires Java 11+
8383
"eu.rekawek.toxiproxy:toxiproxy-java:2.1.7",

0 commit comments

Comments
 (0)