Skip to content

Commit e18cfa6

Browse files
fix(deps): update all patch versions
1 parent 7704096 commit e18cfa6

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

.github/scripts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"yaml": "2.8.0"
7+
"yaml": "2.8.1"
88
}
99
}

.github/workflows/auto-spotless-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "exists=true" >> $GITHUB_OUTPUT
3333
fi
3434
35-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
35+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3636
if: steps.unzip-patch.outputs.exists == 'true'
3737
id: otelbot-token
3838
with:

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use CLA approved bot
3030
run: .github/scripts/use-cla-approved-bot.sh
3131

32-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
32+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3333
id: otelbot-token
3434
with:
3535
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
26+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2727
id: create-token
2828
with:
2929
# analyzing classic branch protections requires a token with admin read permissions

.github/workflows/prepare-patch-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Use CLA approved bot
4848
run: .github/scripts/use-cla-approved-bot.sh
4949

50-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
50+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5151
id: otelbot-token
5252
with:
5353
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/prepare-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Use CLA approved bot
6060
run: .github/scripts/use-cla-approved-bot.sh
6161

62-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
62+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
6363
id: otelbot-token
6464
with:
6565
app-id: ${{ vars.OTELBOT_APP_ID }}
@@ -116,7 +116,7 @@ jobs:
116116
- name: Use CLA approved bot
117117
run: .github/scripts/use-cla-approved-bot.sh
118118

119-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
119+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
120120
id: otelbot-token
121121
with:
122122
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
java-version: 17
225225

226226
- name: Set up Gradle
227-
uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
227+
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
228228

229229
- name: Update apidiff baseline
230230
env:
@@ -237,7 +237,7 @@ jobs:
237237
- name: Use CLA approved bot
238238
run: .github/scripts/use-cla-approved-bot.sh
239239

240-
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
240+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
241241
id: otelbot-token
242242
with:
243243
app-id: ${{ vars.OTELBOT_APP_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ testing {
153153
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
154154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
155155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
156-
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.2"))
156+
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.3"))
157157

158158
compileOnly("com.google.auto.value:auto-value-annotations")
159159
compileOnly("com.google.errorprone:error_prone_annotations")

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545

4646
api("com.google.code.findbugs:annotations:3.0.1u2")
4747
api("com.google.code.findbugs:jsr305:3.0.2")
48-
api("com.uber.nullaway:nullaway:0.12.9")
48+
api("com.uber.nullaway:nullaway:0.12.10")
4949
api("org.assertj:assertj-core:3.27.4")
5050
api("org.awaitility:awaitility:4.3.0")
5151
api("org.bouncycastle:bcpkix-jdk15on:1.70")

0 commit comments

Comments
 (0)