Skip to content

Commit 625ccbb

Browse files
committed
[Java] Upgrade to Agrona 2.5.0.
1 parent 722d4e3 commit 625ccbb

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

CHANGELOG.adoc

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
* **[Rust]** Inline generated header methods. (https://github.com/aeron-io/simple-binary-encoding/pull/1110[#1110])
66
* **[Rust]** Add element descriptions to comments.
77
* **[C#]** Seal `PrimitiveValue` and `PrimitiveType`, make `ThrowHelper` static. (https://github.com/aeron-io/simple-binary-encoding/pull/1109[#1109])
8-
* Upgrade to `Gradle` 9.6.1.
9-
* Upgrade to `JUnit` 6.1.1.
10-
* Upgrade to `Shadow` 9.4.3.
11-
* Upgrade to `jqwik` 1.10.1.
12-
* Upgrade to `json` 20260522.
8+
* **[Java]** Upgrade to https://github.com/aeron-io/agrona/releases/tag/2.5.0[Agrona 2.5.0].
9+
* **[Java]** Upgrade to `Gradle` 9.6.1.
10+
* **[Java]** Upgrade to `JUnit` 6.1.1.
11+
* **[Java]** Upgrade to `Shadow` 9.4.3.
12+
* **[Java]** Upgrade to `jqwik` 1.10.1.
13+
* **[Java]** Upgrade to `json` 20260522.
1314

1415
== 1.38.1 (2026-04-28)
1516

16-
* Upgrade to `Agrona` 2.4.1.
17-
* Upgrade to `Versions` 0.54.0.
17+
* **[Java]** Upgrade to https://github.com/aeron-io/agrona/releases/tag/2.4.1[Agrona 2.4.1].
18+
* **[Java]** Upgrade to `Versions` 0.54.0.
1819

1920
== 1.38.0 (2026-04-22)
2021

@@ -25,10 +26,10 @@
2526
* **[Rust]** Updated generator to correctly limit length of var data written. (https://github.com/aeron-io/simple-binary-encoding/pull/1096[#1096])
2627
* **[C++]** Protect against a segfault when dealing with empty `std::span` and `std::view`.
2728
* **[C++]** mark a generated function SBE_CONSTEXPR (#1055) (#1083)
28-
* Upgrade to `CMake` 4.3.0.
29-
* Upgrade to `Shadow` 9.4.1.
30-
* Upgrade to `Gradle` 9.4.1.
31-
* Upgrade to `Mockito` 5.23.0.
29+
* **[Java]** Upgrade to `CMake` 4.3.0.
30+
* **[Java]** Upgrade to `Shadow` 9.4.1.
31+
* **[Java]** Upgrade to `Gradle` 9.4.1.
32+
* **[Java]** Upgrade to `Mockito` 5.23.0.
3233

3334
== 1.37.1 (2026-01-13)
3435
* **[Java]** Ensure Java code generation for precedence checks always produces the same code without re-orderings.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agrona = "2.4.1"
2+
agrona = "2.5.0"
33
checkstyle = "12.3.1"
44
commons-codec = "1.15"
55
commons-lang3 = "3.8.1"

0 commit comments

Comments
 (0)