Bump the dev-dependencies group with 6 updates#21
Merged
github-actions[bot] merged 1 commit intomainfrom Jun 2, 2025
Merged
Conversation
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:bom | `2.31.50` | `2.31.54` | | [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.11.0` | `0.11.1` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.6` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.0` | `1.21.1` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.21.0` | `1.21.1` | Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.31.54 Updates `com.mchange:c3p0` from 0.11.0 to 0.11.1 - [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG) - [Commits](swaldman/c3p0@v0.11.0...v0.11.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.6 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.5...REL42.7.6) Updates `org.testcontainers:testcontainers` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.0...1.21.1) Updates `org.testcontainers:postgresql` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.0...1.21.1) Updates `org.testcontainers:postgresql` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.0...1.21.1) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.mchange:c3p0 dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 6 updates:
2.31.502.31.540.11.00.11.15.12.25.13.042.7.542.7.61.21.01.21.11.21.01.21.1Updates
software.amazon.awssdk:bomfrom 2.31.50 to 2.31.54Updates
com.mchange:c3p0from 0.11.0 to 0.11.1Changelog
Sourced from com.mchange:c3p0's changelog.
... (truncated)
Commits
73e77edUpdate CHANGELOG, build.mill publishVersion for 0.11.1 final. Add RELEASE_NOT...b1b2aa6Add mill wrapper script, .mill-version file.9ad6a36Merge pull request #190 from michalgutkowski/patch-1bc24ad0add missing unlock()Updates
org.junit.jupiter:junit-jupiterfrom 5.12.2 to 5.13.0Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
f539f92Release 5.13.0a54ad65Useset/getonAtomicBooleancompatibility with Java 89bb6a0fFinalize 5.13.0 release notes5f0e4e6Remove short-circuiting to ensure all classes are checked for cycles (#4598)36bb005Improve assertion failure message in TestClassPredicatesTests2c86dfaAvoid publishing Gradle Module Metadata forshadowRuntimeElements4b27910Allow publishing files to an existing directoryb819306Fix console launcher's--uidoption (#4589)df46651Fix:junit-platform-console:compileModule182a268Force Gradle to update snapshotsUpdates
org.postgresql:postgresqlfrom 42.7.5 to 42.7.6Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
689708fPrepare release notes for release 42_7_6 (new format) (#3628)0a88ea4fix: EOFException on PreparedStatement#toString with unset bytea parameter si...2de9b94fix: make sure Connection.isValid correctly uses executeWithFlags fixes Issu...d9e2087add override (#3629)665b27badd the ability to turn off automatic LSN flush (#3403)253c682chore(deps): update burrunan/gradle-cache-action action to v32d1ae0cchore(deps): update plugin com.gradle.develocity to v4baeb893fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....e24d599fix(deps): update dependency com.google.errorprone:error_prone_core to v2.38.01617c68fix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.p...Updates
org.testcontainers:testcontainersfrom 1.21.0 to 1.21.1Release notes
Sourced from org.testcontainers:testcontainers's releases.
Commits
df3ed30Add support to clickhouse JDBC V2 (#10280)2e0ef57Fix register listener for kafka docs (#10268)b3bcf36Use generic init script filename when copying it into a CassandraContainer (#...8ad5c41Expose Loki in LgtmContainer (#10256)a2197e1Add support to pull model for DockerModelRunnerContainer (#10253)77154e1Update checkstyle version to 10.23.0 (#10196)1cf350cCleanup japicmp excludes76a6917[create-pull-request] automated change (#10193)1160893[create-pull-request] automated change (#10194)Updates
org.testcontainers:postgresqlfrom 1.21.0 to 1.21.1Release notes
Sourced from org.testcontainers:postgresql's releases.
Commits
df3ed30Add support to clickhouse JDBC V2 (#10280)2e0ef57Fix register listener for kafka docs (#10268)b3bcf36Use generic init script filename when copying it into a CassandraContainer (#...8ad5c41Expose Loki in LgtmContainer (#10256)a2197e1Add support to pull model for DockerModelRunnerContainer (#10253)77154e1Update checkstyle version to 10.23.0 (#10196)1cf350cCleanup japicmp excludes76a6917[create-pull-request] automated change (#10193)1160893[create-pull-request] automated change (#10194)Updates
org.testcontainers:postgresqlfrom 1.21.0 to 1.21.1Release notes
Sourced from org.testcontainers:postgresql's releases.
Commits
df3ed30Add support to clickhouse JDBC V2 (#10280)2e0ef57Fix register listener for kafka docs (#10268)b3bcf36Use generic init script filename when copying it into a CassandraContainer (#...8ad5c41Expose Loki in LgtmContainer (#10256)a2197e1Add support to pull model for DockerModelRunnerContainer (#10253)77154e1Update checkstyle version to 10.23.0 (#10196)1cf350cCleanup japicmp excludes76a6917[create-pull-request] automated change (#10193)1160893[create-pull-request] automated change (#10194)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions