Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomous-logic-code-bot committed Sep 4, 2023
1 parent 99de71b commit c592cf3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
id "groovy"
id "idea"
id "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version "1.1.10"
id "io.freefair.lombok" version "8.1.0"
id "io.freefair.lombok" version "8.3"
id "jacoco"
id "maven-publish"
id "signing"
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "com.diffplug.spotless" version "6.20.0"
id "com.diffplug.spotless" version "6.21.0"
}

group "com.autonomouslogic.dynamomapper"
Expand All @@ -21,21 +21,21 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.20.120"
implementation "software.amazon.awssdk:dynamodb:2.20.140"
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
testImplementation "org.mockito:mockito-core:5.4.0"
testImplementation "org.mockito:mockito-core:5.5.0"

testImplementation "commons-codec:commons-codec:1.16.0"
testImplementation "software.amazon.awssdk:sts:2.20.120"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.523"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.20.120"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.523"
testImplementation "software.amazon.awssdk:sts:2.20.140"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.543"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.20.140"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.543"
testImplementation "org.apache.commons:commons-math3:3.6.1"
testImplementation "com.autonomouslogic.jacksonobjectstream:jackson-object-stream:0.2.16"
testImplementation "com.autonomouslogic.jacksonobjectstream:jackson-object-stream:0.2.17"
testImplementation "org.apache.commons:commons-lang3:3.13.0"
}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "idea"
id "io.freefair.lombok" version "8.1.0"
id "io.freefair.lombok" version "8.3"
}

group "com.autonomouslogic.dynamomapper"
Expand All @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.20.120"
implementation "software.amazon.awssdk:dynamodb:2.20.140"
implementation "com.squareup:javapoet:1.13.0"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.projectlombok:lombok:1.18.28"
Expand Down

0 comments on commit c592cf3

Please sign in to comment.