Skip to content

Commit 0e75c2c

Browse files
build(deps): bump software.amazon.awssdk:dsql from 2.44.5 to 2.44.6 in /java/pgjdbc (#1104)
Bumps software.amazon.awssdk:dsql from 2.44.5 to 2.44.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:dsql&package-manager=gradle&previous-version=2.44.5&new-version=2.44.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8742ec3 commit 0e75c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pgjdbc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("com.zaxxer:HikariCP:7.0.2")
2424
implementation("software.amazon.dsql:aurora-dsql-jdbc-connector:1.4.0")
2525
// AWS SDK dependencies for SDK-only example (ExampleWithNoConnector)
26-
implementation("software.amazon.awssdk:dsql:2.44.5")
26+
implementation("software.amazon.awssdk:dsql:2.44.6")
2727
implementation("org.postgresql:postgresql:42.7.11")
2828

2929
testImplementation(platform("org.junit:junit-bom:6.0.3"))

0 commit comments

Comments
 (0)