File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
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,8 +3,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
55plugins {
6- kotlin(" jvm" ) version " 2.3.10 "
7- id(" org.jetbrains.dokka" ) version " 2.1 .0"
6+ kotlin(" jvm" ) version " 2.3.20 "
7+ id(" org.jetbrains.dokka" ) version " 2.2 .0"
88 id(" io.github.goooler.shadow" ) version " 8.1.8"
99
1010 java
@@ -25,9 +25,9 @@ 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.10.0" )
28- 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" )
28+ implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.8 " )
29+ implementation(" org.jetbrains.exposed:exposed-core:1.2 .0" )
30+ implementation(" org.jetbrains.exposed:exposed-jdbc:1.2 .0" )
3131
3232 testImplementation(kotlin(" test" ))
3333 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
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.4.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments