Skip to content

Commit

Permalink
Update ion-java dep 1.8.0 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 2, 2021
1 parent 249b2a8 commit b6ecab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tree model)
<dependency>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
<version>1.8.0</version>
<version>1.8.3</version>
</dependency>

<!-- Extends Jackson core, databind -->
Expand Down
3 changes: 2 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Modules:
#302: `IllegalArgumentException` in `IonParser.getEmbeddedObject()`
(reported by ZanderHuang@github)
- (ion) Add missing `withDefaultImpl()` override for `IonAnnotationTypeResolverBuilder`
- `Ion-java` dep 1.8.0 -> 1.8.3

2.13.0 (30-Sep-2021)

Expand Down Expand Up @@ -47,7 +48,7 @@ Modules:
#291: (smile) `ArrayIndexOutOfBounds` for truncated UTF-8 name
#295: (ion) `jackson-dataformat-ion` does not handle null.struct deserialization correctly
(contributed by Martin G)
- `Ion-java` dep 1.4.0 -> 1.8.0
- `Ion-java` dep 1.5.1 -> 1.8.0
- Minor change to Ion module registration names (fully-qualified)

2.12.5 (27-Aug-2021)
Expand Down

0 comments on commit b6ecab1

Please sign in to comment.