Skip to content

Commit bdfbb86

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
5151

5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
53+
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
5454
with:
5555
languages: ${{ matrix.language }}
5656
# using "linked" helps to keep up with the latest Kotlin support
@@ -67,6 +67,6 @@ jobs:
6767
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6868

6969
- name: Perform CodeQL analysis
70-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
70+
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
7171
with:
7272
category: "/language:${{matrix.language}}"

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
# Upload the results to GitHub's code scanning dashboard (optional).
5454
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5555
- name: "Upload to code-scanning"
56-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
56+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
5757
with:
5858
sarif_file: results.sarif

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ testing {
151151
implementation(project())
152152

153153
implementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
154-
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.1"))
154+
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.2"))
155155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
156156
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))
157157

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
api("org.junit-pioneer:junit-pioneer:1.9.1")
5353
api("org.skyscreamer:jsonassert:1.5.3")
5454
api("org.apache.kafka:kafka-clients:4.1.1")
55-
api("org.testcontainers:testcontainers-kafka:2.0.1")
55+
api("org.testcontainers:testcontainers-kafka:2.0.2")
5656
api("com.lmax:disruptor:3.4.4")
5757
api("org.jctools:jctools-core:4.0.5")
5858
api("tools.profiler:async-profiler:4.2")

0 commit comments

Comments
 (0)