Skip to content

Commit

Permalink
build(gradle): Bump software.amazon.awssdk:cleanrooms
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:cleanrooms from 2.29.44 to 2.29.45.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:cleanrooms
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 13c0f48 commit 3fb0c11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c3r-cli-spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation project(":c3r-sdk-parquet")

// AWS Clean Rooms
implementation 'software.amazon.awssdk:cleanrooms:2.29.44'
implementation 'software.amazon.awssdk:cleanrooms:2.29.45'

// CLI
implementation 'info.picocli:picocli:4.7.6'
Expand Down
2 changes: 1 addition & 1 deletion c3r-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation project(":c3r-sdk-parquet")

// AWS Clean Rooms
implementation 'software.amazon.awssdk:cleanrooms:2.29.44'
implementation 'software.amazon.awssdk:cleanrooms:2.29.45'

// CLI
implementation 'info.picocli:picocli:4.7.6'
Expand Down
2 changes: 1 addition & 1 deletion c3r-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spotbugs {

dependencies {
// AWS Clean Rooms
implementation 'software.amazon.awssdk:cleanrooms:2.29.44'
implementation 'software.amazon.awssdk:cleanrooms:2.29.45'

// SQL
implementation 'org.xerial:sqlite-jdbc:3.47.2.0'
Expand Down

0 comments on commit 3fb0c11

Please sign in to comment.