@@ -2,11 +2,11 @@ plugins {
2
2
id ' java'
3
3
4
4
id ' application'
5
- id ' com.google.cloud.tools.jib' version " 3.4.0 "
5
+ id ' com.google.cloud.tools.jib' version " 3.4.4 "
6
6
7
7
// 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.12.2.1 "
9
+ id(" com.diffplug.spotless" ) version " 7.0.2 "
10
10
11
11
}
12
12
@@ -22,32 +22,32 @@ repositories {
22
22
23
23
dependencies {
24
24
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 '
26
26
27
27
// 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 '
30
30
31
31
// 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 '
33
33
34
34
// 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 '
36
36
37
37
// 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 '
39
39
40
40
// json flattener
41
41
implementation group : ' com.github.wnameless' , name : ' json-flattener' , version : ' 0.7.1'
42
42
implementation group : ' com.github.fge' , name : ' json-schema-validator' , version : ' 2.0.4'
43
43
44
44
// command cli
45
- implementation ' info.picocli:picocli:4.7.5 '
45
+ implementation ' info.picocli:picocli:4.7.6 '
46
46
47
- compileOnly ' info.picocli:picocli-codegen:4.7.5 '
47
+ compileOnly ' info.picocli:picocli-codegen:4.7.6 '
48
48
49
49
// 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 ' )
51
51
implementation ' com.amazonaws:aws-java-sdk-s3'
52
52
implementation ' com.amazonaws:aws-java-sdk-cloudwatch'
53
53
implementation ' com.amazonaws:aws-java-sdk-xray'
@@ -64,15 +64,15 @@ dependencies {
64
64
implementation(" com.squareup.okhttp3:okhttp:4.12.0" )
65
65
66
66
// command cli
67
- implementation ' info.picocli:picocli:4.7.5 '
67
+ implementation ' info.picocli:picocli:4.7.6 '
68
68
69
- compileOnly ' info.picocli:picocli-codegen:4.7.5 '
69
+ compileOnly ' info.picocli:picocli-codegen:4.7.6 '
70
70
71
71
// mockito
72
- testImplementation " org.mockito:mockito-core:5.8 .0"
72
+ testImplementation " org.mockito:mockito-core:5.16 .0"
73
73
74
74
// k8s client
75
- implementation " io.kubernetes:client-java-extended:19 .0.0"
75
+ implementation " io.kubernetes:client-java-extended:23 .0.0-legacy "
76
76
}
77
77
78
78
application {
0 commit comments