File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,14 @@ tree model)
32
32
<properties >
33
33
<packageVersion .dir>com/fasterxml/jackson/dataformat/ion</packageVersion .dir>
34
34
<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>
37
35
</properties >
38
36
39
37
<dependencies >
40
38
<!-- actual decoding by core streaming Ion lib -->
41
39
<dependency >
42
40
<groupId >com.amazon.ion</groupId >
43
41
<artifactId >ion-java</artifactId >
44
- <version >1.9 .5</version >
42
+ <version >1.10 .5</version >
45
43
</dependency >
46
44
47
45
<!-- Extends Jackson core, databind -->
Original file line number Diff line number Diff line change @@ -260,6 +260,8 @@ Dominik Broj (thetric@github)
260
260
261
261
#341 : (ion) Update to Amazon Ion 1.9.5
262
262
(2.14 .0 )
263
+ #410 : Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
264
+ (2.16 .0 )
263
265
264
266
Brian Harrington (brharrington @github )
265
267
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Active maintainers:
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
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
+
17
22
2.16 .0 - rc1 (20 - Oct - 2023 )
18
23
19
24
#400 : (avro) Rewrite Avro buffer recycling (`ApacheCodecRecycler.java`) to
You can’t perform that action at this time.
0 commit comments