File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99
1010
1111dependencies {
12- implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0 " )
13- implementation(" org.jetbrains.kotlin:kotlin-serialization:2.3.0 " )
12+ implementation(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21 " )
13+ implementation(" org.jetbrains.kotlin:kotlin-serialization:2.3.21 " )
1414 implementation(" com.diffplug.spotless:spotless-plugin-gradle:8.2.0" )
1515}
Original file line number Diff line number Diff line change 11[libraries ]
2- assertj = ' org.assertj:assertj-core:3.27.4 '
2+ assertj = ' org.assertj:assertj-core:3.27.7 '
33 aws-lambda-core = ' com.amazonaws:aws-lambda-java-core:1.2.3'
44 aws-lambda-events = ' com.amazonaws:aws-lambda-java-events:3.11.5'
55 google-findbugs-jsr305 = ' com.google.code.findbugs:jsr305:3.0.2'
1818
1919 [libraries .jackson-annotations ]
2020 module = ' com.fasterxml.jackson.core:jackson-annotations'
21-
22- [libraries .jackson-annotations .version ]
23- ref = ' jackson'
21+ version = ' 2.22'
2422
2523 [libraries .jackson-core ]
2624 module = ' com.fasterxml.jackson.core:jackson-core'
264262 ref = ' ksp'
265263
266264[versions ]
267- jackson = ' 2.19.4 '
265+ jackson = ' 2.22.0 '
268266 junit = ' 5.14.1'
269267 kotlinx-coroutines = ' 1.10.2'
270268 kotlinx-serialization = ' 1.9.0'
You can’t perform that action at this time.
0 commit comments