Skip to content

Bump the dev-dependencies group with 6 updates#26

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-845743e43a
Jun 23, 2025
Merged

Bump the dev-dependencies group with 6 updates#26
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-845743e43a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the dev-dependencies group with 6 updates:

Package From To
io.freefair.aspectj.post-compile-weaving 8.13.1 8.14
software.amazon.awssdk:bom 2.31.63 2.31.68
com.mchange:c3p0 0.11.1 0.11.2
io.dropwizard.metrics:metrics-core 4.2.32 4.2.33
org.testcontainers:testcontainers 1.21.1 1.21.2
org.testcontainers:postgresql 1.21.1 1.21.2

Updates io.freefair.aspectj.post-compile-weaving from 8.13.1 to 8.14

Release notes

Sourced from io.freefair.aspectj.post-compile-weaving's releases.

8.14

What's Changed

New Contributors

Full Changelog: freefair/gradle-plugins@8.13.1...8.14

Commits
  • 0cc3933 Merge pull request #1395 from freefair/dependabot/gradle/examples/org.apache....
  • eeb213d Merge pull request #1396 from freefair/dependabot/gradle/examples/org.apache....
  • 6779725 Merge pull request #1397 from freefair/dependabot/gradle/examples/org.apache....
  • 339a52f Bump org.apache.maven:maven-plugin-api from 3.9.9 to 3.9.10 in /examples
  • ea83fcb Bump org.apache.maven:maven-model from 3.9.9 to 3.9.10 in /examples
  • 685ce43 Bump org.apache.maven:maven-core from 3.9.9 to 3.9.10 in /examples
  • d032f86 Merge pull request #1387 from freefair/dependabot/gradle/examples/org.webjars...
  • 0241508 Merge pull request #1393 from freefair/dependabot/gradle/examples/org.junit-j...
  • fdd9033 Merge pull request #1390 from freefair/dependabot/gradle/org.apache.maven-mav...
  • 9fd6b8b Merge pull request #1391 from freefair/dependabot/gradle/org.apache.maven-mav...
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.31.63 to 2.31.68

Updates com.mchange:c3p0 from 0.11.1 to 0.11.2

Changelog

Sourced from com.mchange:c3p0's changelog.

c3p0-0.11.2 -- Expose utilities overwriteJavaBeanProperties and overwriteC3P0PrefixedProperties in the DataSources class, and refactor existing functions to use those. c3p0-0.11.1 -- in BasicResourcePool, forceKillAcquires() accidentally failed to surrender its lock, leading to deadlocks following a full round of acquisition failures. Many thanks to @​pwielgolaski on github for tracking down the issue, to @​driseley on github for providing a reproduction of the issue, and to @​michalgutkowski on github for providing a pull request with the fix. c3p0-0.11.0 -- Additional testing. c3p0-0.11.0-pre2 -- Define new property cancelAutomaticallyClosedStatements, which, if true, ensures that Statement.cancel() will be called prior to Statement.close() when c3p0 automatically close()es statements because a client has neglected to, a Connection with open Statements has exceeded its unreturnedConnectionTimeout, or the Statement cache is expiring a PreparedStatement. Thanks to Andreas Dangel (in 2014!) for pointing out scenarios where this might be helpful, and offering a PR demonstrating the basic fix, and Luis Paolini for reminding me that I flaked 11 years ago and this is still worth pursuing. c3p0-0.11.0-pre1 -- Rewrite BasicResourcePool and GooGooStatementCache in terms of ReentrantLock and Condition.{await/signalAll} rather than native monitors and wait()/notifyAll(), because wait() pins loom virtual threads. Many thanks to alex-kormukhin for calling attention to this issue and proposing the fix! -- Double check after termination of BasicResourcePool.awaitAvailable(...) that following notification/termination a resource (Connection) remains available. Many thanks to C3Stones and xtb359 on github for calling attention to this issue. -- Prevent fragility under non-bootstrap / non-system CLASSLOADERs under Java 8, where references to java.sql.ShardingKey not available under Java 8 provoke NoClassDefFoundError. Bifurcate Connection proxies, generate version without sharding key methods under JVMs where ShardingKey is unavailable, full JDBC 4.3 Connection API proxies where ShardingKey is present. Thanks to Force Rs on github for finding the issue and suggesting the solution! c3p0-0.10.2 -- Prevent freeze due to re-waiting if a non-Exception Throwable occurs while acquiring a PreparedStatement to cache. Thanks Totyo Totev! c3p0-0.10.1 -- Implement more and "louder" (log ugly stack traces) validation of config properties. -- Modify former InUseLock (now InternalUseLock) and NewProxyConnection to use ReentrantLock rather than native monitors, to prevent pinning when clients run on loom virtual threads. Thanks Alex Kormukhin and Jeffrey Tucker! -- Implement config parameter markSessionBoundaries, so that users can disable JDBC 4.3 beginRequest / endRequest session boundary marking when JDBC drivers so undesirable things with those hints. Thanks Bikas Anand!

... (truncated)

Commits
  • 51a8e47 Cap CHANGELOG for 0.11.2.
  • 932cf4d Update version for 0.11.2 final.
  • 9ef04a6 Add a quick test of new bulk config overwriting API, add an additional method...
  • 9780f27 Add RELEASE_NOTES for c3p0-0.11.2
  • 5644d5c Update for sonatype-central publication (migrate from sonatype-oss).
  • f880cae Document new public utilities for overwriting configuration in bulk from a Ma...
  • 148fd81 Expose utilities overwriteJavaBeanProperties and overwriteC3P0PrefixedPropert...
  • d60a3d1 Bump version to 0.11.2-SNAPSHOT.
  • 97924da Update docs, fix missing "-loom" in Installation section, thanks QwertyChousk...
  • See full diff in compare view

Updates io.dropwizard.metrics:metrics-core from 4.2.32 to 4.2.33

Release notes

Sourced from io.dropwizard.metrics:metrics-core's releases.

v4.2.33

What's Changed

Full Changelog: dropwizard/metrics@v4.2.32...v4.2.33

Commits
  • c4f01ca [maven-release-plugin] prepare release v4.2.33
  • 96688db fix(deps): update log4j2 monorepo to v2.25.0 (#4833)
  • 56dec01 fix(deps): update dependency org.glassfish.jersey:jersey-bom to v3.0.18 (#4832)
  • 1af5e20 fix(deps): update dependency net.bytebuddy:byte-buddy to v1.17.6 (#4831)
  • 2f66aa1 fix(deps): update dependency org.jdbi:jdbi3-core to v3.49.5 (#4827)
  • fd8b938 fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.1...
  • 286ad24 chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to...
  • 69b504f fix(deps): update dependency org.glassfish.jersey:jersey-bom to v2.47 (#4820)
  • 05b869d chore(deps): update dependency maven to v3.9.10 (#4818)
  • db70c9d fix(deps): update dependency org.checkerframework:checker-qual to v3.49.4 (#4...
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.21.1 to 1.21.2

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

Commits

Updates org.testcontainers:postgresql from 1.21.1 to 1.21.2

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

Commits

Updates org.testcontainers:postgresql from 1.21.1 to 1.21.2

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [io.freefair.aspectj.post-compile-weaving](https://github.com/freefair/gradle-plugins) | `8.13.1` | `8.14` |
| software.amazon.awssdk:bom | `2.31.63` | `2.31.68` |
| [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.11.1` | `0.11.2` |
| [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.32` | `4.2.33` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `1.21.2` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `1.21.2` |


Updates `io.freefair.aspectj.post-compile-weaving` from 8.13.1 to 8.14
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.13.1...8.14)

Updates `software.amazon.awssdk:bom` from 2.31.63 to 2.31.68

Updates `com.mchange:c3p0` from 0.11.1 to 0.11.2
- [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG)
- [Commits](swaldman/c3p0@v0.11.1...v0.11.2)

Updates `io.dropwizard.metrics:metrics-core` from 4.2.32 to 4.2.33
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.32...v4.2.33)

Updates `org.testcontainers:testcontainers` from 1.21.1 to 1.21.2
- [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.1...1.21.2)

Updates `org.testcontainers:postgresql` from 1.21.1 to 1.21.2
- [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.1...1.21.2)

Updates `org.testcontainers:postgresql` from 1.21.1 to 1.21.2
- [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.1...1.21.2)

---
updated-dependencies:
- dependency-name: io.freefair.aspectj.post-compile-weaving
  dependency-version: '8.14'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.31.68
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.mchange:c3p0
  dependency-version: 0.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-version: 4.2.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 1.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 23, 2025
@github-actions github-actions bot merged commit 63ed6ee into main Jun 23, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-845743e43a branch June 23, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants