Skip to content

Commit 7d5c543

Browse files
authored
Fix #410: update ion-java to 1.10.5 (#411)
1 parent 922784d commit 7d5c543

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ion/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ tree model)
3232
<properties>
3333
<packageVersion.dir>com/fasterxml/jackson/dataformat/ion</packageVersion.dir>
3434
<packageVersion.package>${project.groupId}.ion</packageVersion.package>
35-
<javac.src.version>1.8</javac.src.version>
36-
<javac.target.version>1.8</javac.target.version>
3735
</properties>
3836

3937
<dependencies>
4038
<!-- actual decoding by core streaming Ion lib -->
4139
<dependency>
4240
<groupId>com.amazon.ion</groupId>
4341
<artifactId>ion-java</artifactId>
44-
<version>1.9.5</version>
42+
<version>1.10.5</version>
4543
</dependency>
4644

4745
<!-- Extends Jackson core, databind -->

release-notes/CREDITS-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ Dominik Broj (thetric@github)
260260

261261
#341: (ion) Update to Amazon Ion 1.9.5
262262
(2.14.0)
263+
#410: Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
264+
(2.16.0)
263265

264266
Brian Harrington (brharrington@github)
265267

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Active maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
(not yet released)
18+
19+
#410: Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
20+
(requested by Dominik B)
21+
1722
2.16.0-rc1 (20-Oct-2023)
1823

1924
#400: (avro) Rewrite Avro buffer recycling (`ApacheCodecRecycler.java`) to

0 commit comments

Comments
 (0)