Skip to content

Commit 1a97249

Browse files
build(deps): update all non-major dependencies
1 parent 1d893e9 commit 1a97249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
name: Release Please
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
14+
- uses: googleapis/release-please-action@5792afc6b46e9bb55deda9eda973a18c226bc3fc # v4.1.5
1515
with:
1616
token: ${{ secrets.WORKFLOW_TOKEN }} # We need to set the PAT so the publish workflow can be triggered

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
5050
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
5151
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
5252
kotlin-dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
53-
publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
53+
publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
5454
ksp = { id = "com.google.devtools.ksp", version = "2.1.10-1.0.31" }
5555
kotlinter = { id = "org.jmailen.kotlinter", version = "5.0.1" }
5656
google-services = { id = "com.google.gms.google-services", version = "4.4.2" }

0 commit comments

Comments
 (0)