Skip to content

Commit

Permalink
Fix #410: update ion-java to 1.10.5 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Oct 25, 2023
1 parent 922784d commit 7d5c543
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ tree model)
<properties>
<packageVersion.dir>com/fasterxml/jackson/dataformat/ion</packageVersion.dir>
<packageVersion.package>${project.groupId}.ion</packageVersion.package>
<javac.src.version>1.8</javac.src.version>
<javac.target.version>1.8</javac.target.version>
</properties>

<dependencies>
<!-- actual decoding by core streaming Ion lib -->
<dependency>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
<version>1.9.5</version>
<version>1.10.5</version>
</dependency>

<!-- Extends Jackson core, databind -->
Expand Down
2 changes: 2 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ Dominik Broj (thetric@github)

#341: (ion) Update to Amazon Ion 1.9.5
(2.14.0)
#410: Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
(2.16.0)

Brian Harrington (brharrington@github)

Expand Down
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Active maintainers:
=== Releases ===
------------------------------------------------------------------------

(not yet released)

#410: Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
(requested by Dominik B)

2.16.0-rc1 (20-Oct-2023)

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

0 comments on commit 7d5c543

Please sign in to comment.