File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1414 contents : read
1515 strategy :
1616 matrix :
17- java : [ '21', '24 ' ]
17+ java : [ '25 ' ]
1818
1919 steps :
2020 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 55
66## Starter project to create a simple RESTful web service in Kotlin
77
8- ** Updated for Kotlin 2.2.20 and Ktor 3.3.0 **
8+ ** Updated for Kotlin 2.3.0 and Ktor 3.3.3 **
99
1010Companion article: < https://ryanharrison.co.uk/2018/04/14/kotlin-ktor-exposed-starter.html >
1111
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828}
2929
3030kotlin {
31- jvmToolchain(21 )
31+ jvmToolchain(25 )
3232 compilerOptions {
3333 allWarningsAsErrors.set(true )
3434 }
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.2.20 "
3- ktor = " 3.3.0 "
4- kover = " 0.9.1 "
2+ kotlin = " 2.3.0 "
3+ ktor = " 3.3.3 "
4+ kover = " 0.9.4 "
55exposed = " 0.61.0"
6- h2 = " 2.3.232 "
7- hikaricp = " 6.2.1 "
8- flyway = " 11.9.1 "
9- logback = " 1.5.18 "
10- junit = " 5.13.4 "
6+ h2 = " 2.4.240 "
7+ hikaricp = " 6.3.3 "
8+ flyway = " 11.19.0 "
9+ logback = " 1.5.22 "
10+ junit = " 6.0.1 "
1111assertj = " 3.27.3"
12- restAssured = " 5.5.6 "
12+ restAssured = " 6.0.0 "
1313
1414[libraries ]
1515ktor-server-core = { module = " io.ktor:ktor-server-core" , version.ref = " ktor" }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments