Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomous-logic-code-bot committed Oct 3, 2023
1 parent b9907fd commit dcefd30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "maven-publish"
id "signing"
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "com.diffplug.spotless" version "6.21.0"
id "com.diffplug.spotless" version "6.22.0"
}

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

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

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
Expand All @@ -30,10 +30,10 @@ dependencies {
testImplementation "org.mockito:mockito-core:5.5.0"

testImplementation "commons-codec:commons-codec:1.16.0"
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 "software.amazon.awssdk:sts:2.20.158"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.561"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.20.158"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.561"
testImplementation "org.apache.commons:commons-math3:3.6.1"
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
Expand Up @@ -14,10 +14,10 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.20.140"
implementation "software.amazon.awssdk:dynamodb:2.20.158"
implementation "com.squareup:javapoet:1.13.0"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.projectlombok:lombok:1.18.28"
implementation "org.projectlombok:lombok:1.18.30"
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
Expand Down

0 comments on commit dcefd30

Please sign in to comment.