Skip to content

Commit 31fb23f

Browse files
committed
Merge branch '3.0' into 3.x
2 parents b819c6f + d6485c6 commit 31fb23f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ abstractions.
5252
<dependency>
5353
<groupId>org.apache.avro</groupId>
5454
<artifactId>avro</artifactId>
55-
<version>1.11.4</version>
55+
<version>1.11.5</version>
5656
</dependency>
5757

5858
<!-- and for testing we need logback -->

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ implementations)
2929
#629: (ion) Unnecessary `IOException` in `IonObjectMapper` method signatures
3030
(fix contributed by Michael L)
3131

32+
3.0.3 (not yet released)
33+
34+
- (avro) Upgrade `avro` lib dep to 1.11.5 (from 1.11.4)
35+
3236
3.0.2 (07-Nov-2025)
3337
3.0.1 (21-Oct-2025)
3438

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Active maintainers:
2222
(requested by @Shaurya0108)
2323
#628: Uncommon parent pom dependency configuration in Jackson 2.20/3.0
2424
(reported by Josh C)
25+
- (avro) Upgrade `avro` lib dep to 1.11.5 (from 1.11.4)
2526

2627
2.20.1 (30-Oct-2025)
2728

0 commit comments

Comments
 (0)