Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomous-logic-code-bot committed Jul 1, 2024
1 parent 22bd567 commit c88b113
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.25.65"
implementation "software.amazon.awssdk:dynamodb:2.26.12"
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testImplementation "org.mockito:mockito-core:5.12.0"

testImplementation "commons-codec:commons-codec:1.17.0"
testImplementation "software.amazon.awssdk:sts:2.25.65"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.735"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.25.65"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.735"
testImplementation "software.amazon.awssdk:sts:2.26.12"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.753"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.26.12"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.753"
testImplementation "org.apache.commons:commons-math3:3.6.1"
testImplementation "com.autonomouslogic.jacksonobjectstream:jackson-object-stream:0.2.21"
testImplementation "org.apache.commons:commons-lang3:3.14.0"
Expand Down
8 changes: 4 additions & 4 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.25.65"
implementation "software.amazon.awssdk:dynamodb:2.26.12"
implementation "com.squareup:javapoet:1.13.0"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.projectlombok:lombok:1.18.32"
implementation "org.projectlombok:lombok:1.18.34"
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3"
}

test {
Expand Down

0 comments on commit c88b113

Please sign in to comment.