Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomous-logic-code-bot committed Jun 3, 2024
1 parent c528429 commit b3f7827
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "java"
id "groovy"
id "idea"
id "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version "3.1.4"
id "org.danilopianini.git-sensitive-semantic-versioning-gradle-plugin" version "3.1.7"
id "io.freefair.lombok" version "8.6"
id "jacoco"
id "maven-publish"
Expand All @@ -21,19 +21,19 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.25.46"
implementation "software.amazon.awssdk:dynamodb:2.25.64"
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.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-core:5.12.0"

testImplementation "commons-codec:commons-codec:1.17.0"
testImplementation "software.amazon.awssdk:sts:2.25.46"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.716"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.25.46"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.716"
testImplementation "software.amazon.awssdk:sts:2.25.64"
testImplementation "com.amazonaws:aws-java-sdk-sts:1.12.734"
testImplementation "software.amazon.awssdk:dynamodb-enhanced:2.25.64"
testImplementation "com.amazonaws:aws-java-sdk-dynamodb:1.12.734"
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
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation "software.amazon.awssdk:dynamodb:2.25.46"
implementation "software.amazon.awssdk:dynamodb:2.25.64"
implementation "com.squareup:javapoet:1.13.0"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.projectlombok:lombok:1.18.32"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit b3f7827

Please sign in to comment.