The GitHub Actions job "Nightly Builds (1.7)" on pekko.git/main has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
21f4702f9c2811fc973a14b75bf3eb863c401b73 / Samuele Resca 
<[email protected]>
build: bump agrona to 2.5.0 to match the version aeron 1.52.3 depends on (#3488)

Motivation:
project/Dependencies.scala pins agronaVersion next to a comment
stating the major+minor Agrona version should match the one Aeron
itself declares. Aeron 1.52.3 (the version Pekko currently depends on)
declares agrona = "2.5.0" in its own gradle/libs.versions.toml, but
Pekko was still pinning agronaVersion = "2.4.1", one minor version
behind and out of sync with that stated policy.

Modification:
- project/Dependencies.scala: bump agronaVersion from 2.4.1 to 2.5.0.
- .scala-steward.conf: update the matching agrona version pin from
  "2.4." to "2.5." so scala-steward keeps tracking the same line.

Result:
Pekko's declared Agrona dependency matches the version its Aeron
dependency itself depends on, per the existing policy comment.

Tests:
- Not run - dependency version bump only; needs a full build and
  `+mimaReportBinaryIssues` before merge.

References:
None - identified while cross-checking Pekko's remoting docs/build
against the aeron-io/aeron and aeron-io/agrona source repositories.

Report URL: https://github.com/apache/pekko/actions/runs/33346062327

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to