Skip to content

Bump the maven-dependencies group with 5 updates#127

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-dependencies-bc60cc66a2
Closed

Bump the maven-dependencies group with 5 updates#127
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/maven-dependencies-bc60cc66a2

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the maven-dependencies group with 5 updates:

Package From To
org.hibernate.orm:hibernate-core 6.6.18.Final 6.6.19.Final
org.jobrunr:jobrunr 7.5.2 7.5.3
org.junit:junit-bom 5.13.1 5.13.2
org.testcontainers:testcontainers-bom 1.21.2 1.21.3
io.axoniq:axonserver-connector-java 2024.2.3 2025.1.0

Updates org.hibernate.orm:hibernate-core from 6.6.18.Final to 6.6.19.Final

Commits

Updates org.jobrunr:jobrunr from 7.5.2 to 7.5.3

Release notes

Sourced from org.jobrunr:jobrunr's releases.

v7.5.3

🎉 JobRunr and JobRunr Pro v7.5.3 🎉

This release fixes compatibility with SLF4J and Spring Boot 2.

Deprecation notice: Please note that Spring Boot 2 will no longer be supported from JobRunr v8 onwards.

Spring Boot 2 will still be supported in JobRunr Pro.

Enhancements

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

Commits

Updates org.junit:junit-bom from 5.13.1 to 5.13.2

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

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

Release notes

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

1.21.3

What's Changed

Commits

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

Release notes

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

Axon Server Connector for Java version 2025.1.0

⭐ Features

  • Introducing the DcbEventChannel using the DCB API #422

❤️ Contributors

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

Commits
  • 2d44641 [maven-release-plugin] prepare release 2025.1.0
  • 1b87223 increase wait after recreate context.
  • b45a58e update API version
  • a9d4463 prevent reconnect actions on already closed persistent stream
  • 7189847 Added Javadoc.
  • 7a737b7 PersistentStreams must report error on reconnect request
  • f274379 Merge pull request #428 from AxonIQ/dependabot/maven/maven-dependencies-8d98e...
  • 1a7b0bf Bump org.junit:junit-bom in the maven-dependencies group
  • e64731b Add central-portal-snapshots
  • 918886c Remove ossrh profile
  • Additional commits viewable 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.18.Final` | `6.6.19.Final` |
| [org.jobrunr:jobrunr](https://github.com/jobrunr/jobrunr) | `7.5.2` | `7.5.3` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.2` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.2` | `1.21.3` |
| [io.axoniq:axonserver-connector-java](https://github.com/AxonIQ/axonserver-connector-java) | `2024.2.3` | `2025.1.0` |


Updates `org.hibernate.orm:hibernate-core` from 6.6.18.Final to 6.6.19.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/commits)

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

Updates `org.junit:junit-bom` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r5.13.2)

Updates `org.testcontainers:testcontainers-bom` from 1.21.2 to 1.21.3
- [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.2...1.21.3)

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

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 6.6.19.Final
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jobrunr:jobrunr
  dependency-version: 7.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.axoniq:axonserver-connector-java
  dependency-version: 2025.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 29, 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.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 6, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 6, 2025
@dependabot dependabot Bot deleted the dependabot/maven/maven-dependencies-bc60cc66a2 branch July 6, 2025 07:23
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