Skip to content

Bump the maven-dependencies group across 1 directory with 12 updates#126

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/maven-dependencies-645c98284c
Jun 23, 2025
Merged

Bump the maven-dependencies group across 1 directory with 12 updates#126
github-actions[bot] merged 1 commit into
masterfrom
dependabot/maven/maven-dependencies-645c98284c

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the maven-dependencies group with 12 updates in the / directory:

Package From To
org.apache.logging.log4j:log4j-slf4j2-impl 2.24.3 2.25.0
org.apache.logging.log4j:log4j-core 2.24.3 2.25.0
org.hsqldb:hsqldb 2.5.2 2.7.4
jakarta.persistence:jakarta.persistence-api 3.0.0 3.2.0
net.bytebuddy:byte-buddy 1.17.5 1.17.6
net.bytebuddy:byte-buddy-agent 1.17.5 1.17.6
org.jobrunr:jobrunr 7.5.1 7.5.2
org.testcontainers:testcontainers-bom 1.21.1 1.21.2
org.sonatype.central:central-publishing-maven-plugin 0.7.0 0.8.0
io.axoniq:axonserver-connector-java 2024.2.2 2024.2.3
io.dropwizard.metrics:metrics-core 4.2.32 4.2.33
com.mchange:c3p0 0.11.1 0.11.2

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.3 to 2.25.0

Updates org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0

Updates org.apache.logging.log4j:log4j-core from 2.24.3 to 2.25.0

Updates org.hsqldb:hsqldb from 2.5.2 to 2.7.4

Updates jakarta.persistence:jakarta.persistence-api from 3.0.0 to 3.2.0

Release notes

Sourced from jakarta.persistence:jakarta.persistence-api's releases.

Jakarta Persistence 3.2.0-M01

This release contains following changes:

  • Adds factory-level access to named queries and named entity graphs
  • Updates orm schema for 3.2

Full Changelog: jakartaee/persistence@3.2-DRAFT01-3.2.0-B02-RELEASE...3.2-M1-3.2.0-M1-RELEASE

Jakarta Persistence 3.1.0 API

This release contains following changes:

  • EntityManagerFactory and EntityManager interfaces extends java.lang.AutoCloseable interface
  • Fixes ClassTransformer.transform to throw Persistence API specific exception
  • Adds support for java.util.UUID and GenerationType.UUID
  • Adds CEILING, EXP, FLOOR, LN, POWER, ROUND, and SIGN numeric functions to Jakarta Persistence QL and ceiling(), exp(), floor(), ln(), power(), round(), and sign() to Criteria API
  • Adds LOCAL DATE, LOCAL DATETIME, and LOCAL TIME functions to Jakarta Persistence QL and corresponding localDate(), localDateTime(), and localTime() to Criteria API
  • Adds EXTRACT function to Jakarta Persistence QL
  • Adds support for Expressions as conditions in Criteria CASE expressions
  • Adds missing definition of single_valued_embeddable_object_field in Jakarta Persistence QL BNF
  • Clarifies mixing types of query input parameters
  • Clarifies definition of the Basic type
  • Clarifies the order of parameters in the LOCATE function
  • Clarifies SqlResultSetMapping with multiple EntityResults and conflicting aliases

New Contributors

Project Board: https://github.com/eclipse-ee4j/jpa-api/projects/2 Full Changelog: https://github.com/eclipse-ee4j/jpa-api/commits/3.1-3.1.0-RELEASE

Jakarta Persistence 3.0.0 API

The 3.0.0 release is the first release under the jakarta.persistence.* namespace.

Commits
  • 320bfac Update API version of jakarta.persistence:jakarta.persistence-api to 3.2.0
  • cca3db7 Update SPEC version of jakarta.persistence:persistence-spec to 3.2
  • 5e5f361 consistently use monospace font in ch4
  • 48d0c3b mention addition of TypedQueryReference in changelog
  • ac57cee add missing @​since annotations
  • 16e386c update spec license to 1.1
  • a5f9aa2 clean up the orderby_item rule
  • f1904da entity_id_or_version_function should be a scalar_expression
  • 4eb1617 Finalize the changelog for 3.2
  • c73b77a #589: avoid collisions in metamodel's variables (#592)
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy from 1.17.5 to 1.17.6

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

16. June 2025: version 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.
Commits
  • 4b7cab9 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • 6799b71 [release] Release new version
  • 605d077 Reset version.
  • 45b4630 [maven-release-plugin] prepare for next development iteration
  • ae55939 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • 70ba979 [release] Release new version
  • 1110aa1 Set back version.
  • 684cc18 Add additional tests for assignability.
  • 6da8a5f [maven-release-plugin] prepare for next development iteration
  • e77b355 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.17.5 to 1.17.6

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

16. June 2025: version 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.
Commits
  • 4b7cab9 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • 6799b71 [release] Release new version
  • 605d077 Reset version.
  • 45b4630 [maven-release-plugin] prepare for next development iteration
  • ae55939 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • 70ba979 [release] Release new version
  • 1110aa1 Set back version.
  • 684cc18 Add additional tests for assignability.
  • 6da8a5f [maven-release-plugin] prepare for next development iteration
  • e77b355 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.17.5 to 1.17.6

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

16. June 2025: version 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.
Commits
  • 4b7cab9 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • 6799b71 [release] Release new version
  • 605d077 Reset version.
  • 45b4630 [maven-release-plugin] prepare for next development iteration
  • ae55939 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • 70ba979 [release] Release new version
  • 1110aa1 Set back version.
  • 684cc18 Add additional tests for assignability.
  • 6da8a5f [maven-release-plugin] prepare for next development iteration
  • e77b355 [maven-release-plugin] prepare release byte-buddy-1.17.6
  • Additional commits viewable in compare view

Updates org.jobrunr:jobrunr from 7.5.1 to 7.5.2

Release notes

Sourced from org.jobrunr:jobrunr's releases.

v7.5.2

🎉 JobRunr and JobRunr Pro v7.5.2 🎉

This release adds extra logs to help in debugging cases where JobRunr fails to find the job method class.

Enhancements

Full Changelog: jobrunr/jobrunr@v7.5.1...v7.5.2

Commits

Updates org.testcontainers:testcontainers-bom from 1.21.1 to 1.21.2

Release notes

Sourced from org.testcontainers:testcontainers-bom's releases.

1.21.2

What's Changed

📖 Documentation

📦 Dependency updates

Commits

Updates org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0

Commits

Updates io.axoniq:axonserver-connector-java from 2024.2.2 to 2024.2.3

Release notes

Sourced from io.axoniq:axonserver-connector-java's releases.

Axon Server Connector for Java version 2024.2.3

🪲 Bug Fixes

  • Prevent reconnect actions on already closed Persistent Stream #430

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • d465e12 [maven-release-plugin] prepare release 2024.2.3
  • a9ed79a update maven-central related build info
  • eff1f55 [maven-release-plugin] rollback the release of 2024.2.3
  • 7504b0d [maven-release-plugin] prepare for next development iteration
  • e246c66 [maven-release-plugin] prepare release 2024.2.3
  • 59292eb Merge pull request #430 from AxonIQ/fix/reconnect-persistent-streams
  • b7108d8 prevent reconnect actions on already closed persistent stream
  • bde0b91 [maven-release-plugin] prepare for next development iteration
  • 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 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

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 maven-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.24.3` | `2.25.0` |
| org.apache.logging.log4j:log4j-core | `2.24.3` | `2.25.0` |
| org.hsqldb:hsqldb | `2.5.2` | `2.7.4` |
| [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) | `3.0.0` | `3.2.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.5` | `1.17.6` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.17.5` | `1.17.6` |
| [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) | `7.5.1` | `7.5.2` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `1.21.2` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.7.0` | `0.8.0` |
| [io.axoniq:axonserver-connector-java](https://github.com/AxonIQ/axonserver-connector-java) | `2024.2.2` | `2024.2.3` |
| [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.32` | `4.2.33` |
| [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.11.1` | `0.11.2` |



Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.3 to 2.25.0

Updates `org.apache.logging.log4j:log4j-core` from 2.24.3 to 2.25.0

Updates `org.apache.logging.log4j:log4j-core` from 2.24.3 to 2.25.0

Updates `org.hsqldb:hsqldb` from 2.5.2 to 2.7.4

Updates `jakarta.persistence:jakarta.persistence-api` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/jakartaee/persistence/releases)
- [Commits](jakartaee/persistence@3.0-3.0.0-RELEASE...3.2-3.2.0-RELEASE)

Updates `net.bytebuddy:byte-buddy` from 1.17.5 to 1.17.6
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.5...byte-buddy-1.17.6)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.5 to 1.17.6
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.5...byte-buddy-1.17.6)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.5 to 1.17.6
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.5...byte-buddy-1.17.6)

Updates `org.jobrunr:jobrunr` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/jobrunr/jobrunr/releases)
- [Commits](jobrunr/jobrunr@v7.5.1...v7.5.2)

Updates `org.testcontainers:testcontainers-bom` 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.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.8.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

Updates `io.axoniq:axonserver-connector-java` from 2024.2.2 to 2024.2.3
- [Release notes](https://github.com/AxonIQ/axonserver-connector-java/releases)
- [Commits](AxonIQ/axonserver-connector-java@2024.2.2...2024.2.3)

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 `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)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.hsqldb:hsqldb
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.17.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-version: 1.17.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-version: 1.17.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jobrunr:jobrunr
  dependency-version: 7.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 1.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.axoniq:axonserver-connector-java
  dependency-version: 2024.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-version: 4.2.33
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.mchange:c3p0
  dependency-version: 0.11.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 23, 2025

Milestone

The specified milestone could not be found on this repository. If you view a milestone, the final part of the page URL, after milestone, is the identifier. For example: https://github.com/<org>/<repo>/milestone/3.

Labels

The following labels could not be found: Priority 1: Must, Type: Dependency Upgrade. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions Bot merged commit 1a91e2c into master Jun 23, 2025
2 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/maven-dependencies-645c98284c branch June 23, 2025 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants