JsonSurfer
JsonSurfer copied to clipboard
Bump the minor-updates group across 1 directory with 16 updates
Bumps the minor-updates group with 16 updates in the / directory:
Package | From | To |
---|---|---|
ch.qos.logback:logback-classic | 1.2.13 |
1.5.6 |
org.mockito:mockito-core | 5.8.0 |
5.12.0 |
org.apache.maven.plugins:maven-gpg-plugin | 3.1.0 |
3.2.4 |
org.apache.maven.plugins:maven-source-plugin | 3.3.0 |
3.3.1 |
org.apache.maven.plugins:maven-javadoc-plugin | 3.6.2 |
3.7.0 |
org.sonatype.plugins:nexus-staging-maven-plugin | 1.6.13 |
1.7.0 |
org.apache.maven.plugins:maven-compiler-plugin | 3.11.0 |
3.13.0 |
org.apache.maven.plugins:maven-deploy-plugin | 3.1.1 |
3.1.2 |
com.google.code.gson:gson | 2.10.1 |
2.11.0 |
com.fasterxml.jackson.core:jackson-databind | 2.16.0 |
2.17.1 |
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor | 2.16.0 |
2.17.1 |
com.fasterxml.jackson.dataformat:jackson-dataformat-smile | 2.16.0 |
2.17.1 |
com.fasterxml.jackson.dataformat:jackson-dataformat-ion | 2.16.0 |
2.17.1 |
com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf | 2.16.0 |
2.17.1 |
com.fasterxml.jackson.dataformat:jackson-dataformat-avro | 2.16.0 |
2.17.1 |
com.alibaba:fastjson | 2.0.42 |
2.0.51 |
Updates ch.qos.logback:logback-classic
from 1.2.13 to 1.5.6
Commits
7812a55
prepare release 1.5.6759fc25
fix issues/805 i.e. LOGBACK-1768, included file with inner conditional3d55638
start work on 1.5.6-SNAPSHOTa91d2b6
notes about javadocsc7c5e89
prepare release 1.5.57db8797
upgrade build to slf4j 2.0.13f9c04d2
test inclusion with conditionalsf32ed30
remove support for metaannotations for NoAutoStart annotation4476edd
Search for@NoAutoStart
annotations in ancestor hierarchy, implemented interf...a649c60
rename IncludeActionTest as IncludeModelHandlerTest- Additional commits viewable in compare view
Updates org.mockito:mockito-core
from 5.8.0 to 5.12.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.12.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.12.0
- 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio, Tim van der Lippe, dependabot[bot], jonghoonpark
- Bump com.gradle.enterprise from 3.17.2 to 3.17.3 [(#3341)](mockito/mockito#3341)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 [(#3339)](mockito/mockito#3339)
- Bump versions.bytebuddy from 1.14.14 to 1.14.15 [(#3338)](mockito/mockito#3338)
- Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 [(#3337)](mockito/mockito#3337)
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 [(#3336)](mockito/mockito#3336)
- Fixes #3331 : Fix
AdditionalMatchers.and()
andAdditionalMatchers.or()
not to swap the order of matchers [(#3335)](mockito/mockito#3335)- AdditionalMatchers.and() and or() swap matcher order [(#3331)](mockito/mockito#3331)
- Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 [(#3327)](mockito/mockito#3327)
- Bump versions.bytebuddy from 1.14.13 to 1.14.14 [(#3324)](mockito/mockito#3324)
- Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 [(#3322)](mockito/mockito#3322)
- Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 [(#3320)](mockito/mockito#3320)
- Bump com.gradle.enterprise from 3.17 to 3.17.2 [(#3318)](mockito/mockito#3318)
- Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 [(#3317)](mockito/mockito#3317)
- Update codecov-action version [(#3316)](mockito/mockito#3316)
- Bump com.google.googlejavaformat:google-java-format from 1.21.0 to 1.22.0 [(#3312)](mockito/mockito#3312)
- Bump com.gradle.enterprise from 3.16.2 to 3.17 [(#3311)](mockito/mockito#3311)
- Bump versions.bytebuddy from 1.14.12 to 1.14.13 [(#3308)](mockito/mockito#3308)
- Fix README logo [(#3305)](mockito/mockito#3305)
- Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2 [(#3303)](mockito/mockito#3303)
- Bump org.shipkit:shipkit-auto-version from 2.0.4 to 2.0.5 [(#3298)](mockito/mockito#3298)
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23 [(#3296)](mockito/mockito#3296)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.18.600 to 3.19.0 [(#3295)](mockito/mockito#3295)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23 [(#3292)](mockito/mockito#3292)
- Bump com.google.googlejavaformat:google-java-format from 1.20.0 to 1.21.0 [(#3291)](mockito/mockito#3291)
- Fixes #3286 : Mockito.only() points to the wanted call as unwanted if it is the first being calledIssue3286 [(#3287)](mockito/mockito#3287)
- Mockito.only() points to the wanted call as unwanted if it is the first being called. [(#3286)](mockito/mockito#3286)
- Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21 [(#3284)](mockito/mockito#3284)
v5.11.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.11.0
- 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong, Pranoti Durugkar, Róbert Papp, dependabot[bot]
- Fixes #3281 : Add native method to exception message of MissingMethodI… [(#3283)](mockito/mockito#3283)
- MissingMethodInvocationException is thrown when mocking native method in 5.x [(#3281)](mockito/mockito#3281)
- Bump com.google.googlejavaformat:google-java-format from 1.19.2 to 1.20.0 [(#3277)](mockito/mockito#3277)
- Bump versions.bytebuddy from 1.14.11 to 1.14.12 [(#3272)](mockito/mockito#3272)
- Bump gradle/wrapper-validation-action from 2.1.0 to 2.1.1 [(#3268)](mockito/mockito#3268)
- Bump org.shipkit:shipkit-auto-version from 2.0.3 to 2.0.4 [(#3267)](mockito/mockito#3267)
- Bump gradle/wrapper-validation-action from 2.0.1 to 2.1.0 [(#3266)](mockito/mockito#3266)
- Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 [(#3265)](mockito/mockito#3265)
- Bump gradle/wrapper-validation-action from 2.0.0 to 2.0.1 [(#3264)](mockito/mockito#3264)
- Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 [(#3261)](mockito/mockito#3261)
- Bump versions.junitJupiter from 5.10.1 to 5.10.2 [(#3260)](mockito/mockito#3260)
- Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 [(#3258)](mockito/mockito#3258)
... (truncated)
Commits
12cef84
AdditionalMatchers.and() and or() swap matcher order (#3335)f3821ff
Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#3341)25ad018
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#3339)de38124
Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#3338)88e8481
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#3336)8c222c2
Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#3337)fb9ff6d
Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#3327)af70125
Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#3324)1eac76b
Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#3322)cd512ab
Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#3320)- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-gpg-plugin
from 3.1.0 to 3.2.4
Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.4
Release Notes - Maven GPG Plugin - Version 3.2.4
- [MGPG-125] - Fix "bestPractices" (#95)
@cstamas
📦 Dependency updates
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#94)
@dependabot
3.2.3
... (truncated)
Commits
789149e
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.4893aedc
[MGPG-125] Fix "bestPractices" (#95)b6f0324
[MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#94)3c5878b
[maven-release-plugin] prepare for next development iteration89b91a4
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.3fc2efa3
[MGPG-123][MGPG-124] Dependency upgrades (#93)50222d3
[MGPG-120] New mojo sign-deployed (#88)a6c3a09
[MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...78f5e37
[MGPG-121] Return the workaround for pseudo security (#90)582df74
[MGPG-117] Improve passphrase handling (#86)- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-source-plugin
from 3.3.0 to 3.3.1
Commits
f80596e
[maven-release-plugin] prepare release maven-source-plugin-3.3.17626998
Bump apache/maven-gh-actions-shared from 3 to 483c963c
Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)40ae495
Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)073462b
Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)0b1c823
Fix typos in AbstractSourceJarMojo exception099c65a
[MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...1edeea4
[MSOURCES-139] Fix typo in AbstractSourceJarMojo exception436966e
[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates org.apache.maven.plugins:maven-javadoc-plugin
from 3.6.2 to 3.7.0
Commits
2c28b8d
[maven-release-plugin] prepare release maven-javadoc-plugin-3.7.05530d68
[MJAVADOC-793] java.lang.NullPointerException: Cannot invoke "String.length()...08cf68e
Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2"6446822
Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.049c93ad
Bump org.assertj:assertj-core from 3.25.3 to 3.26.04e72048
[MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3b55dd96
Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.277ad410
Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0c21568a
Bump commons-io:commons-io from 2.16.0 to 2.16.1ded56a9
Exclude JDK 8 - temurin, adopt-openj9 on macos- Additional commits viewable in compare view
Updates org.sonatype.plugins:nexus-staging-maven-plugin
from 1.6.13 to 1.7.0
Updates org.apache.maven.plugins:maven-compiler-plugin
from 3.11.0 to 3.13.0
Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
3.13.0
🚀 New features and improvements
- [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232)
@slawekjaranowski
- [MCOMPILER-582] - Automatic detection of release option for JDK < 9 (#228)
@slawekjaranowski
- [MCOMPILER-583] - Require Maven 3.6.3 (#229)
@slawekjaranowski
- [MCOMPILER-577] - Rename parameter "forceJavacCompilerUse" (#225)
@kwin
- [MCOMPILER-570] - Add links to javac documentation of JDK17 (#224)
@kwin
- [MCOMPILER-576] - Deprecate parameter "compilerVersion" (#223)
@kwin
📦 Dependency updates
- [MCOMPILER-575] - Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
@dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#226)
@dependabot
📝 Documentation updates
- [MCOMPILER-548] - JDK 21 throws annotations processing warning that can not be turned off (#200)
@hgschmie
👻 Maintenance
- [MCOMPILER-584] - Refresh page - Using Non-Javac Compilers (#231)
@slawekjaranowski
- [MCOMPILER-585] - Refresh plugins versions in ITs (#230)
@slawekjaranowski
- subject verb agreement (#221)
@elharo
3.12.1
🐛 Bug Fixes
- [MCOMPILER-567] - Fail to compile if the generated-sources/annotation… (#218)
@jorsol
📦 Dependency updates
- [MCOMPILER-568] - Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)
@dependabot
3.12.0
🚀 New features and improvements
- [MCOMPILER-562] - Add property maven.compiler.outputDirectory to CompilerMojo (#213)
@jGauravGupta
- [MCOMPILER-381] - Refactor incremental detection (#181)
@jorsol
- [MCOMPILER-542] - Clean JDK patch version in module-info.class (#208)
@jorsol
- [MCOMPILER-558] - compileSourceRoots in testCompile should be writable (#209)
@lorenzsimon
- [MCOMPILER-559] - Warn if overwriting the project's artifact's file to a different value (#211)
@gnodet
- [MCOMPILER-550] - make outputDirectory writable (#202)
@bmarwell
- [MCOMPILER-549] - Improve log message in case of recompilation - fix jenkins build (#203)
@slawekjaranowski
- [MCOMPILER-549] - Improve log message in case of recompilation (#201)
@BrowneMonke
- [MCOMPILER-391] - Use dep mgmt when resolving annotation processors and their deps (#180)
@psiroky
- [MCOMPILER-531] - Prepare for Java 20(-ea) (#184)
@slachiewicz
... (truncated)
Commits
a1415aa
[maven-release-plugin] prepare release maven-compiler-plugin-3.13.0b2b9196
[MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo6d2ce5a
[MCOMPILER-584] Refresh page - Using Non-Javac Compilerseebad60
[MCOMPILER-585] Refresh plugins versions in ITsceacf68
[MCOMPILER-582] Automatic detection of release option for JDK < 9110293f
[MCOMPILER-583] Require Maven 3.6.390131df
[MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)74cfc72
[MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...f85aa27
Bump apache/maven-gh-actions-shared from 3 to 4d59ef49
extract Maven 3.3.1 specific method call- Additional commits viewable in compare view
Updates org.apache.maven.plugins:maven-deploy-plugin
from 3.1.1 to 3.1.2
Release notes
Sourced from org.apache.maven.plugins:maven-deploy-plugin's releases.
3.1.2
Release Notes - Maven Deploy Plugin - Version 3.1.2
What's Changed
- [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by
@timtebeek
in apache/maven-deploy-plugin#40- Type: fill --> file by
@elharo
in apache/maven-deploy-plugin#41- DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc by
@Scrappers-glitch
in apache/maven-deploy-plugin#43- [MDEPLOY-313] Update to parent 41, cleanup by
@cstamas
in apache/maven-deploy-plugin#47- Bump apache/maven-gh-actions-shared from 3 to 4 by
@dependabot
in apache/maven-deploy-plugin#50- Bump org.mockito:mockito-core from 2.28.2 to 4.11.0 by
@dependabot
in apache/maven-deploy-plugin#51- [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 by
@cstamas
in apache/maven-deploy-plugin#54New Contributors
@timtebeek
made their first contribution in apache/maven-deploy-plugin#40@Scrappers-glitch
made their first contribution in apache/maven-deploy-plugin#43@dependabot
made their first contribution in apache/maven-deploy-plugin#50Full Changelog: https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2
Commits
4f016bc
[maven-release-plugin] prepare release maven-deploy-plugin-3.1.20ed18be
Remove workaround, handle it centrallyb9c1c8b
[MDEPLOY-314] Include artifactId in DeployMojo#processProject messages74d331b
[MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (#54)ac9c49d
Bump org.mockito:mockito-core from 2.28.2 to 4.11.0de7cefb
Bump apache/maven-gh-actions-shared from 3 to 4edf85d7
Add Dependabot390e610
[MDEPLOY-313] Update to parent 41, cleanup (#47)29f3c81
DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc9039fc6
Type: fill --> file- Additional commits viewable in compare view
Updates com.google.code.gson:gson
from 2.10.1 to 2.11.0
Release notes
Sourced from com.google.code.gson:gson's releases.
Gson 2.11.0
Most important changes
- Added default ProGuard / R8 rules (
@Marcono1234
, #2397, #2420;@sgjesse
, #2448;@sfreilich
)
If you are using ProGuard or R8 (for example for Android projects) you might not need any special Gson configuration anymore if your classes have a no-args constructor and use@SerializedName
for their fields.- On Android, Gson now requires API level 21 or newer
- Added new
Strictness
API (@marten-voorberg
& fellow students, #2437)
Some of Gson's API is still lenient by default, but you can now use the newly added methodsGsonBuilder#setStrictness
,JsonReader#setStrictness
andJsonWriter#setStrictness
withStrictness.STRICT
to override this behavior and to instead strictly adhere to the JSON specification when parsing.- New
FormattingStyle
class to allow configuring line breaks in JSON output (@mihnita
, #2231)
Can be set usingGsonBuilder#setFormattingStyle
andJsonWriter#setFormattingStyle
.TypeToken
can no longer capture type variables by default (@Marcono1234
, #2376)
This was previously a common source of issues. The newly thrown exception refers to a Troubleshooting Guide article which explains this in more detail and provides suggestions for updating affected code.- Added serialization support for anonymous and local classes with a custom adapter (
@Marcono1234
, #2498)
This affects for exampleList
implementations returned by libraries such as Guava which are implemented as anonymous class, which were previously serialized asnull
. Anonymous and local classes without custom adapter will still be serialized asnull
.- Added dependency on
com.google.errorprone:error_prone_annotations
Your project can use Maven or Gradle dependency exclusions to remove the transitive error_prone_annotations dependency from Gson. Or if you are manually maintaining dependencies as JARs in your project you can omit error_prone_annotations. And it should still work correctly.
But Gson itself does declare it as a required dependency, and if you don't perform any custom configuration, then Maven or Gradle will by default try to download and use it.- Many exception messages now refer to the Troubleshooting Guide (
@Marcono1234
, #2357)
Feedback regarding the Troubleshooting Guide is appreciated!- Officially documented that JVM languages other than Java might not be fully supported, see the README.
- Guarantee that
JsonElement#toString
produces JSON output (@Marcono1234
, #2659)Other changes
Bug fixes
- Fixed incorrect
JsonPrimitive#equals
results for largeBigInteger
values (@MaicolAntali
, #2311)- Fixed incorrect
JsonPrimitive#equals
results for largeBigDecimal
values (@MaicolAntali
, #2364)- Fixed
JsonReader
throwingNumberFormatException
instead ofMalformedJsonException
for malformed Unicode escape sequences (@MaicolAntali
, #2337)- Fixed
TypeToken#getParameterized
returning bogusParameterizedType
for non-generic types (@Marcono1234
, #2447)- Fixed Java Record adapter not working for GraalVM Native Image (
@eamonnmcmanus
, #2465)- Fixed
JsonWriter#name
not throwing exception when no JSON object is currently being written (@shivam-sehgal
, #2475;@Marcono1234
, #2476)- Fixed
Gson#getDelegateAdapter
not working properly for@JsonAdapter
(@Marcono1234
, #2435)
Note thatnull
is now not allowed asskipPast
value anymore, which was previously allowed but undocumented.- Fixed
GsonBuilder
not rejecting type adapters forObject
andJsonElement
, whose default adapters cannot be overridden (@sachinp97
; #2479)- Fixed no limits being enforced when deserializing
BigDecimal
andBigInteger
(@Marcono1234
, #2510)
The new limits prevent potential performance problems when user code uses the deserialized numbers. Gson itself was and is not affected by these performance problems. The limits should be high enough to not cause issues for most use cases, but feedback is appreciated.- Fixed
GsonBuilder#setDateFormat
not rejecting invalid date formats (@Carpe-Wang
, #2538)- Fixed
GsonBuilder#setDateFormat
not rejecting invalid date styles (@Marcono1234
, #2545)- Fixed
GsonBuilder#setDateFormat
ignoring partial DEFAULT style (@Marcono1234
, #2556)- Fixed
TypeToken#isAssignableFrom
throwingAssertionError
in some cases (@Marcono1234
, #2544)- Fixed date adapters not restoring time zone after parsing (
@Carpe-Wang
, #2549)- Fixed
TypeToken#equals
erroneously returningfalse
for equal generic type parameters in some cases (@d-william
, #2599)- Fixed incorrect inherited URLs in
pom.xml
(@Marcono1234
, #2351)Performance improvements
- Slightly reduce memory usage for reflection-based adapter (
@sembseth
, #2325;@Marcono1234
, #2440)- Improved parsing speed of
ToNumberPolicy#LONG_OR_DOUBLE
(@ctasada
, #2674)
... (truncated)
Commits
828a97b
[maven-release-plugin] prepare release gson-parent-2.11.093bc0f2
Skip signing graal-native-test module. (#2675)b153ca1
[maven-release-plugin] rollback the release of gson-parent-2.11.00e3d2aa
[maven-release-plugin] prepare for next development iteration545b802
[maven-release-plugin] prepare release gson-parent-2.11.08bfdbb4
Guarantee thatJsonElement.toString()
produces JSON (#2659)9008b09
Extend Troubleshooting Guide with some ProGuard / R8 information (#2656)05652c3
Document that other JVM languages are not fully supported (#2666)454a491
Improved Long-Double Number Policy (#2674)570d911
Bump the github-actions group with 4 updates (#2671)- Additional commits viewable in compare view
Updates com.fasterxml.jackson.core:jackson-databind
from 2.16.0 to 2.17.1
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
from 2.16.0 to 2.17.1
Commits
349b40a
[maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1643bbf0
Prepare for 2.17.1 releasecb43e22
Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.174d4d141
Fix #490: regression in Double/Float conversion for "untyped" deserialization...2de31bf
Merge branch '2.16' into 2.17ea6e8ea
Add test wrt #490, passing against 2.16 (#491)1efa12b
Update release notes wrt #4879f9df25
Don't close IonParser on EOF to be compatible with MappingIterator when sourc...d90dd25
Update release notes0aa976a
Fix #488: update ion-java dep to 1.11.7 (#489)- Additional commits viewable in compare view
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-smile
from 2.16.0 to 2.17.1
Commits
349b40a
[maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1643bbf0
Prepare for 2.17.1 releasecb43e22
Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.174d4d141
Fix #490: regression in Double/Float conversion for "untyped" deserialization...2de31bf
Merge branch '2.16' into 2.17ea6e8ea
Add test wrt #490, passing against 2.16 (#491)1efa12b
Update release notes wrt #4879f9df25
Don't close IonParser on EOF to be compatible with MappingIterator when sourc...d90dd25
Update release notes0aa976a
Fix #488: update ion-java dep to 1.11.7 (#489)- Additional commits viewable in compare view
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-ion
from 2.16.0 to 2.17.1
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf
from 2.16.0 to 2.17.1
Commits
349b40a
[maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1643bbf0
Prepare for 2.17.1 releasecb43e22
Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.174d4d141
Fix #490: regression in Double/Float conversion for "untyped" deserialization...2de31bf
Merge branch '2.16' into 2.17ea6e8ea
Add test wrt #490, passing against 2.16 (#491)1efa12b
Update release notes wrt #4879f9df25
Don't close IonParser on EOF to be compatible with MappingIterator when sourc...d90dd25
Update release notes0aa976a
Fix #488: update ion-java dep to 1.11.7 (#489)- Additional commits viewable in compare view
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-avro
from 2.16.0 to 2.17.1
Commits
349b40a
[maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1643bbf0
Prepare for 2.17.1 releasecb43e22
Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.174d4d141
Fix #490: regression in Double/Float conversion for "untyped" deserialization...2de31bf
Merge branch '2.16' into 2.17ea6e8ea
Add test wrt #490, passing against 2.16 (#491)1efa12b
Update release notes wrt #4879f9df25
Don't close IonParser on EOF to be compatible with MappingIterator when sourc...- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >