Skip to content

Bump org.agrona:agrona from 1.21.1 to 2.2.4#523

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.agrona-agrona-2.2.4
Closed

Bump org.agrona:agrona from 1.21.1 to 2.2.4#523
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.agrona-agrona-2.2.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps org.agrona:agrona from 1.21.1 to 2.2.4.

Release notes

Sourced from org.agrona:agrona's releases.

2.2.4

Changed

  • Bump JUnit to 5.13.2.
  • Bump Checkstyle to 10.26.0.
  • Bump Shadow to 8.3.7.

Fixed

  • Fix possible IndexOutOfBoundsException in MarkFile constructor which creates the parent directory. (#337)

2.2.3

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump ByteBuddy to 1.17.6.
  • Bump JUnit to 5.13.1.
  • Bump Gradle to 8.14.2.

Added

  • Add SystemEpochNanoClock#INSTANCE constant.

Removed

  • Remove unused and broken CompilerUtil#compileOnDisk and CompilerUtil#persist methods.

2.2.2

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump Checkstyle to 10.25.0.

2.2.1

Changed

  • IntHashSet#retainAll(Collection) and IntHashSet#retainAll(IntHashSet) no longer change the capacity of the set.
  • Bump JUnit to 5.13.0.

Fixed

  • Infinite loop in IntHashSet when retainAll leaves collections with a power of two number of elements.

2.2.0

Changed

  • Protect against numeric overflow when recording errors at the end of the large buffer.
  • CI: Use gradle/actions/setup-gradle action for caching Gradle dependencies.
  • CI: Enable JDK 24 GA build.
  • Bump Gradle to 8.14.1.
  • Bump Checkstyle to 10.24.0.
  • Bump ByteBuddy to 1.17.5.
  • Bump Shadow to 8.3.6.
  • Bump JUnit to 5.12.2.
  • Bump Mockito to 5.18.0.
  • Bump Guava TestLib to 33.4.8-jre.

Added

  • Add SystemUtil#isMac method.

... (truncated)

Changelog

Sourced from org.agrona:agrona's changelog.

[2.2.4] - 2025-06-27

Changed

  • Bump JUnit to 5.13.2.
  • Bump Checkstyle to 10.26.0.
  • Bump Shadow to 8.3.7.

Fixed

  • Fix possible IndexOutOfBoundsException in MarkFile constructor which creates the parent directory. (#337)

[2.2.3] - 2025-06-20

Changed

  • Bump ByteBuddy to 1.17.6.
  • Bump JUnit to 5.13.1.
  • Bump Gradle to 8.14.2.

Added

  • Add SystemEpochNanoClock#INSTANCE constant.

Removed

  • Remove unused and broken CompilerUtil#compileOnDisk and CompilerUtil#persist methods.

[2.2.2] - 2025-06-05

Changed

  • Publish release artifacts to Central Portal using OSSRH Staging API service.
  • Bump Checkstyle to 10.25.0.

[2.2.1] - 2025-06-02

Changed

  • IntHashSet#retainAll(Collection) and IntHashSet#retainAll(IntHashSet) no longer change the capacity of the set.
  • Bump JUnit to 5.13.0.

Fixed

  • Infinite loop in IntHashSet when retainAll leaves collections with a power of two number of elements.

[2.2.0] - 2025-05-26

Changed

  • Protect against numeric overflow when recording errors at the end of the large buffer.
  • CI: Use gradle/actions/setup-gradle action for caching Gradle dependencies.
  • CI: Enable JDK 24 GA build.
  • Bump Gradle to 8.14.1.
  • Bump Checkstyle to 10.24.0.
  • Bump ByteBuddy to 1.17.5.
  • Bump Shadow to 8.3.6.
  • Bump JUnit to 5.12.2.
  • Bump Mockito to 5.18.0.
  • Bump Guava TestLib to 33.4.8-jre.

Added

  • Add SystemUtil#isMac method.
  • Add tests for file mapping.

... (truncated)

Commits
  • 6cccef4 2.2.4 released.
  • c01c373 [Java] Fix Checkstyle warnings.
  • 221d524 [Java] Bump JUnit to 5.13.2.
  • efecc1b [Java] Bump Checkstyle to 10.26.0.
  • c006bc9 Fix possible IndexOutOfBoundsException in MarkFile constructor which creates ...
  • ac594dd [Java] Bump Shadow to 8.3.7.
  • 1e783f4 [Java] Bump Checkstyle to 10.25.1.
  • 916a044 [Doc] Update release notes.
  • 1d3ad25 post release bump
  • 418849c 2.2.3 released.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.agrona:agrona](https://github.com/aeron-io/agrona) from 1.21.1 to 2.2.4.
- [Release notes](https://github.com/aeron-io/agrona/releases)
- [Changelog](https://github.com/aeron-io/agrona/blob/master/CHANGELOG.md)
- [Commits](aeron-io/agrona@1.21.1...2.2.4)

---
updated-dependencies:
- dependency-name: org.agrona:agrona
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #540.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.agrona-agrona-2.2.4 branch September 29, 2025 17:37
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