Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent 9559822 commit 875d400
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Generate Documentation
run: ./gradlew dokkaHtml
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.6.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: build/dokka/html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete assets of old releases
uses: dev-drprasad/delete-older-releases@v0.3.3
uses: dev-drprasad/delete-older-releases@v0.3.4
with:
keep_latest: 5
env:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
arkenvVersion=3.3.3
dokkaVersion=1.9.20
exposedVersion=0.50.1
flywayVersion=10.12.0
flywayVersion=10.13.0
hikariVersion=5.1.0
jacocoVersion=0.8.12
jbcryptVersion=0.4
Expand All @@ -15,5 +15,5 @@ ktlintVersion=11.0.0
ktorVersion=1.6.8
logbackVersion=1.5.6
postgresqlVersion=42.7.3
prometheusVersion=1.12.5
prometheusVersion=1.13.0
shadowVersion=8.1.1

0 comments on commit 875d400

Please sign in to comment.