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 @@ -18,7 +18,7 @@ val jacksonVersion = libs.versions.jackson.get()
1818val generatedSrcPath = " ${layout.buildDirectory.get()} /generated/kotlin"
1919
2020group = groupStr
21- version = " ${jacksonVersion} -beta26 "
21+ version = " ${jacksonVersion} -beta27 "
2222
2323repositories {
2424 mavenCentral()
Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.0.21" # Mainly for CI, it can be rewritten by environment variable.
3- jackson = " 2.19.1 "
3+ jackson = " 2.19.2 "
44
55# test libs
6- junit = " 5.13.2 "
6+ junit = " 5.13.4 "
77
88[libraries ]
99kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" }
@@ -14,7 +14,7 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
1414# test libs
1515kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" }
1616junit-bom = { module = " org.junit:junit-bom" , version.ref = " junit" }
17- mockk = " io.mockk:mockk:1.14.4 "
17+ mockk = " io.mockk:mockk:1.14.5 "
1818jackson-xml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-xml" , version.ref = " jackson" }
1919jackson-csv = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-csv" , version.ref = " jackson" }
2020jackson-jsr310 = { module = " com.fasterxml.jackson.datatype:jackson-datatype-jsr310" , version.ref = " jackson" }
You can’t perform that action at this time.
0 commit comments