@@ -2,13 +2,13 @@ plugins {
2
2
id " java"
3
3
id " groovy"
4
4
id " idea"
5
- id " org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version " 5.1.3 "
6
- id " io.freefair.lombok" version " 8.13.1 "
5
+ id " org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version " 5.1.7 "
6
+ id " io.freefair.lombok" version " 8.14 "
7
7
id " jacoco"
8
8
id " maven-publish"
9
9
id " signing"
10
10
id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
11
- id " com.diffplug.spotless" version " 7.0.4 "
11
+ id " com.diffplug.spotless" version " 7.2.1 "
12
12
}
13
13
14
14
group " com.autonomouslogic.dynamomapper"
@@ -21,22 +21,22 @@ repositories {
21
21
}
22
22
23
23
dependencies {
24
- implementation " software.amazon.awssdk:dynamodb:2.31.55 "
25
- implementation " com.fasterxml.jackson.core:jackson-databind:2.19.0 "
24
+ implementation " software.amazon.awssdk:dynamodb:2.32.5 "
25
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.19.2 "
26
26
27
- testImplementation " org.junit.jupiter:junit-jupiter-api:5.11.3 "
28
- testImplementation " org.junit.jupiter:junit-jupiter-params:5.11.3 "
29
- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.11.3 "
27
+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.13.4 "
28
+ testImplementation " org.junit.jupiter:junit-jupiter-params:5.13.4 "
29
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.13.4 "
30
30
testImplementation " org.mockito:mockito-core:5.18.0"
31
31
32
32
testImplementation " commons-codec:commons-codec:1.18.0"
33
- testImplementation " software.amazon.awssdk:sts:2.31.55 "
34
- testImplementation " com.amazonaws:aws-java-sdk-sts:1.12.784 "
35
- testImplementation " software.amazon.awssdk:dynamodb-enhanced:2.31.55 "
36
- testImplementation " com.amazonaws:aws-java-sdk-dynamodb:1.12.784 "
33
+ testImplementation " software.amazon.awssdk:sts:2.32.5 "
34
+ testImplementation " com.amazonaws:aws-java-sdk-sts:1.12.788 "
35
+ testImplementation " software.amazon.awssdk:dynamodb-enhanced:2.32.5 "
36
+ testImplementation " com.amazonaws:aws-java-sdk-dynamodb:1.12.788 "
37
37
testImplementation " org.apache.commons:commons-math3:3.6.1"
38
38
testImplementation " com.autonomouslogic.jacksonobjectstream:jackson-object-stream:0.2.26"
39
- testImplementation " org.apache.commons:commons-lang3:3.17 .0"
39
+ testImplementation " org.apache.commons:commons-lang3:3.18 .0"
40
40
}
41
41
42
42
task codegen (type : com.autonomouslogic.dynamomapper.codegen.Codegen ) {
0 commit comments