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 Jun 4, 2024
1 parent 9559822 commit ea7fdc1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.7.0@sha256:afba668dbed80665ed2cee8b16010c51e9639be3424c3f897637701bdd89371b AS BUILDER
FROM gradle:8.8.0@sha256:4e1a9ea42c0b547211f4b388b47b8dbdd33298804791d4d0a585aef1658bfe8d AS BUILDER

WORKDIR /app/

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
kotlin.code.style=official
arkenvVersion=3.3.3
dokkaVersion=1.9.20
exposedVersion=0.50.1
flywayVersion=10.12.0
exposedVersion=0.51.1
flywayVersion=10.14.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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ea7fdc1

Please sign in to comment.