File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7474
7575 docker network rm codemc
7676 - name : Archive Test Reports
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v6
7878 with :
7979 name : test-report
8080 path : build/reports/tests/test/
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Upload Code Coverage Artifacts (Push)
105105 if : ${{ github.event_name != 'pull_request' }}
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v6
107107 with :
108108 name : coverage-report
109109 path : " */coverage-results.md"
@@ -160,7 +160,7 @@ jobs:
160160 - name : Build with Gradle
161161 run : ./gradlew clean assemble
162162 - name : Upload Artifacts
163- uses : actions/upload-artifact@v4
163+ uses : actions/upload-artifact@v6
164164 with :
165165 name : codemc-api
166166 path : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
55plugins {
6- kotlin(" jvm" ) version " 2.2.21 "
6+ kotlin(" jvm" ) version " 2.3.0 "
77 id(" org.jetbrains.dokka" ) version " 2.1.0"
88 id(" io.github.goooler.shadow" ) version " 8.1.8"
99
@@ -25,7 +25,7 @@ dependencies {
2525 implementation(kotlin(" stdlib" ))
2626 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
2727 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
28- implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.6 " )
28+ implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.7 " )
2929 implementation(" org.jetbrains.exposed:exposed-core:0.61.0" )
3030 implementation(" org.jetbrains.exposed:exposed-jdbc:0.61.0" )
3131
You can’t perform that action at this time.
0 commit comments