File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 java-version : ' 17'
3030 distribution : ' temurin'
3131 - name : Build with Gradle
32- uses : gradle/gradle-build-action@f9b4995b32aa953765e0bc3fba98953bbd7b45cb
32+ uses : gradle/gradle-build-action@3122f2c659b52a78671a7862f5bc93f72823bb43
3333 with :
3434 arguments : build
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
4- id(" org.springframework.boot" ) version " 3.1.2 "
4+ id(" org.springframework.boot" ) version " 3.1.3 "
55 id(" io.spring.dependency-management" ) version " 1.1.3"
6- kotlin(" jvm" ) version " 1.9.0 "
7- kotlin(" plugin.spring" ) version " 1.9.0 "
8- kotlin(" plugin.serialization" ) version " 1.9.0 "
6+ kotlin(" jvm" ) version " 1.9.10 "
7+ kotlin(" plugin.spring" ) version " 1.9.10 "
8+ kotlin(" plugin.serialization" ) version " 1.9.10 "
99}
1010
1111group = " com.fraktalio.example"
@@ -26,9 +26,9 @@ repositories {
2626 mavenCentral()
2727}
2828
29- extra[" testcontainersVersion" ] = " 1.18.3 "
29+ extra[" testcontainersVersion" ] = " 1.19.0 "
3030extra[" fmodelVersion" ] = " 3.5.0"
31- extra[" kotlinxSerializationJson" ] = " 1.5.1 "
31+ extra[" kotlinxSerializationJson" ] = " 1.6.0 "
3232extra[" kotlinxCollectionsImmutable" ] = " 0.3.5"
3333extra[" kotlinLogging" ] = " 3.0.5"
3434extra[" kotlinxCoroutinesTest" ] = " 1.7.3"
You can’t perform that action at this time.
0 commit comments