File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 - name : Collect JaCoCo Report
8282 if : ${{ github.event_name != 'pull_request' }}
8383 id : jacoco_reporter
84- uses : PavanMudigonda/jacoco-reporter@v5.0
84+ uses : PavanMudigonda/jacoco-reporter@v5.1
8585 with :
8686 coverage_results_path : build/jacoco.xml
8787 coverage_report_name : Code Coverage
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.3.10 "
6+ kotlin(" jvm" ) version " 2.3.20 "
77 id(" org.jetbrains.dokka" ) version " 2.1.0"
88 id(" io.github.goooler.shadow" ) version " 8.1.8"
99
@@ -26,8 +26,8 @@ dependencies {
2626 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
2727 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0" )
2828 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.7" )
29- implementation(" org.jetbrains.exposed:exposed-core:1.0.0 " )
30- implementation(" org.jetbrains.exposed:exposed-jdbc:1.0.0 " )
29+ implementation(" org.jetbrains.exposed:exposed-core:1.1.1 " )
30+ implementation(" org.jetbrains.exposed:exposed-jdbc:1.1.1 " )
3131
3232 testImplementation(kotlin(" test" ))
3333 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
You can’t perform that action at this time.
0 commit comments