Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent b4f1df7 commit 890f208
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
kotlin = "1.8.21"
spring-boot = "3.1.1"
spring-dependencyManagement = "1.1.0"
jib = "3.3.2"
ktor = "2.3.2"
dgsBom = "7.2.0"
dgsCodegen = "5.12.4"
kotlin = "1.9.10"
spring-boot = "3.1.4"
spring-dependencyManagement = "1.1.3"
jib = "3.4.0"
ktor = "2.3.5"
dgsBom = "7.6.0"
dgsCodegen = "6.0.3"
kotlinx-coroutines = "1.7.2"
kotlinx-serialization = "1.5.1"
detekt = "1.23.0"
detekt = "1.23.1"
apacheCommonsText = "1.10.0"
caffeine = "3.1.6"
caffeine = "3.1.8"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
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.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 890f208

Please sign in to comment.