@@ -2,11 +2,11 @@ plugins {
22 id ' java'
33
44 id ' application'
5- id ' com.google.cloud.tools.jib' version " 3.4.0 "
5+ id ' com.google.cloud.tools.jib' version " 3.4.5 "
66
77 // lombok
8- id " io.freefair.lombok" version " 8.4 "
9- id(" com.diffplug.spotless" ) version " 6.23.3 "
8+ id " io.freefair.lombok" version " 8.13 "
9+ id(" com.diffplug.spotless" ) version " 7.0.2 "
1010
1111}
1212
@@ -22,32 +22,32 @@ repositories {
2222
2323dependencies {
2424 testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
25- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.24.2 '
25+ testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.3 '
2626
2727 // log
28- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.22.1 '
29- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.22.1 '
28+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.24.3 '
29+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.24.3 '
3030
3131 // mustache template
32- implementation group : ' com.github.spullara.mustache.java' , name : ' compiler' , version : ' 0.9.11 '
32+ implementation group : ' com.github.spullara.mustache.java' , name : ' compiler' , version : ' 0.9.14 '
3333
3434 // apache io utils
35- implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.15.1 '
35+ implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.18.0 '
3636
3737 // yaml reader
38- implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1 '
38+ implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.18.3 '
3939
4040 // json flattener
4141 implementation group : ' com.github.wnameless' , name : ' json-flattener' , version : ' 0.7.1'
4242 implementation group : ' com.github.fge' , name : ' json-schema-validator' , version : ' 2.0.4'
4343
4444 // command cli
45- implementation ' info.picocli:picocli:4.7.5 '
45+ implementation ' info.picocli:picocli:4.7.6 '
4646
47- compileOnly ' info.picocli:picocli-codegen:4.7.5 '
47+ compileOnly ' info.picocli:picocli-codegen:4.7.6 '
4848
4949 // aws sdk
50- implementation platform(' com.amazonaws:aws-java-sdk-bom:1.12.626 ' )
50+ implementation platform(' com.amazonaws:aws-java-sdk-bom:1.12.782 ' )
5151 implementation ' com.amazonaws:aws-java-sdk-s3'
5252 implementation ' com.amazonaws:aws-java-sdk-cloudwatch'
5353 implementation ' com.amazonaws:aws-java-sdk-xray'
@@ -64,15 +64,15 @@ dependencies {
6464 implementation(" com.squareup.okhttp3:okhttp:4.12.0" )
6565
6666 // command cli
67- implementation ' info.picocli:picocli:4.7.5 '
67+ implementation ' info.picocli:picocli:4.7.6 '
6868
69- compileOnly ' info.picocli:picocli-codegen:4.7.5 '
69+ compileOnly ' info.picocli:picocli-codegen:4.7.6 '
7070
7171 // mockito
72- testImplementation " org.mockito:mockito-core:5.8.0 "
72+ testImplementation " org.mockito:mockito-core:5.16.1 "
7373
7474 // k8s client
75- implementation " io.kubernetes:client-java-extended:19 .0.0"
75+ implementation " io.kubernetes:client-java-extended:23 .0.0-legacy "
7676}
7777
7878application {
0 commit comments