Skip to content

Commit 58e537f

Browse files
fix(deps): update all patch versions (#2426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc5ec07 commit 58e537f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # needed for merge-base used in lint:links-in-modified-files
1616

17-
- uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3.4.0
17+
- uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
1818

1919
- name: Link check - relative links (all files)
2020
if: github.event_name == 'pull_request'

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// as runtime dependencies if they are actually used as runtime dependencies)
1717
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion}"))
1818
api(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))
19-
api(platform("com.google.protobuf:protobuf-bom:4.33.0"))
19+
api(platform("com.google.protobuf:protobuf-bom:4.33.1"))
2020
api(platform("com.squareup.okhttp3:okhttp-bom:5.3.0"))
2121

2222
constraints {
@@ -51,7 +51,7 @@ dependencies {
5151
api("org.bouncycastle:bcpkix-jdk15on:1.70")
5252
api("org.junit-pioneer:junit-pioneer:1.9.1")
5353
api("org.skyscreamer:jsonassert:1.5.3")
54-
api("org.apache.kafka:kafka-clients:4.1.0")
54+
api("org.apache.kafka:kafka-clients:4.1.1")
5555
api("org.testcontainers:testcontainers-kafka:2.0.1")
5656
api("com.lmax:disruptor:3.4.4")
5757
api("org.jctools:jctools-core:4.0.5")

0 commit comments

Comments
 (0)