Skip to content

Commit

Permalink
Update the versions for Gradle and Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Apr 12, 2024
1 parent d588214 commit 1512755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/welcome.yml

This file was deleted.

10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
kotlin = "1.9.21"
ktor = "2.3.6"
kotlin = "1.9.23"
ktor = "2.3.10"
library = "0.0.5-dev"

# Example
logback = "1.4.11"
logback = "1.5.4"

# Library
auth0-java-jwt = "4.4.0"
auth0-java-jwksRsa = "0.22.1"

kotlinx-coroutines = "1.7.3"
kotlinx-serialization = "1.6.2"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.6.3"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", 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,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1512755

Please sign in to comment.