Skip to content

Commit ba02f63

Browse files
authored
Update ion-java dep to 1.11.1 (from 1.11.10) (#622)
1 parent fc51f8b commit ba02f63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tree model)
3838
<dependency>
3939
<groupId>com.amazon.ion</groupId>
4040
<artifactId>ion-java</artifactId>
41-
<version>1.11.10</version>
41+
<version>1.11.11</version>
4242
</dependency>
4343

4444
<!-- will come from parent pom for later versions -->

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ implementations)
1919
#619: (avro, cbor, ion, smile) Add `isEnabled()` methods for format-specific features
2020
(like `CBORReadFeature` and `CBORWriteFeature`) to mappers
2121
(requested by Andy W)
22+
#623: (ion) Upgrade `ion-java` dep to 1.11.11 (from 1.11.10)
23+
(requested by @Shaurya0108)
2224

2325
3.0.1 (21-Oct-2025)
2426

0 commit comments

Comments
 (0)