b-abderrahmane / CVE-2021-44228-playground

GNU General Public License v3.0
2 stars 2 forks source link

Bump com.esotericsoftware:kryo from 4.0.0 to 5.6.0 in /marshalsec #89

Open dependabot[bot] opened 4 months ago

dependabot[bot] commented 4 months ago

Bumps com.esotericsoftware:kryo from 4.0.0 to 5.6.0.

Release notes

Sourced from com.esotericsoftware:kryo's releases.

kryo-5.6.0

This is a maintenance release coming with bug fixes and performance improvements.

#968 Avoid creating GenericsHierarchy when generics optimization is disabled #1014 BigDecimal serializer memory and throughput optimizations (thanks @​gdela) #1018 Avoid allocation in BigDecimal serializer with new methods for bytes in Input/Output (thanks @​gdela)

Other Tasks:

  • Streamline Maven project structure and add Dependabot (#957)
  • Test CI build against Java 21 (#1017)
  • Upgrade Maven plugin dependencies

The full list of changes can be found here.

Many thanks to all contributors!

Upgrade Notes

For migration from previous major versions please check out the migration guide. We're asking the community to help and contribute this part: please edit the migration wiki page as you encounter any information or issues that might help others.

Compatibility

  • Serialization compatible
    • Standard IO: Yes
    • Unsafe-based IO: Yes
  • Binary compatible - Yes (Details)
  • Source compatible - Yes (Details)

kryo-5.5.0

This is a maintenance release coming with bug fixes and performance improvements.

#944 Avoid slow Class.forName when serializing lambdas #946 Make the ImmutableCollections serializers public and final #948 Ensure that record constructors are always accessible #951 Fix serialization of Kotlin lambdas #955 Fix type resolution for generic arrays #956 Performance improvements for Kryo.isClosure()

Other Tasks:

  • Test CI build against Java 20
  • Support for Kotlin tests
  • Upgrade Maven plugin dependencies

The full list of changes can be found here.

Many thanks to all contributors!

Upgrade Notes

For migration from previous major versions please check out the migration guide. We're asking the community to help and contribute this part: please edit the migration wiki page as you encounter any information or issues that might help others.

... (truncated)

Commits
  • 8c112cc [maven-release-plugin] prepare release kryo-parent-5.6.0
  • 726fabe Bump kotlin.version from 1.9.21 to 1.9.22 (#1039)
  • e040213 Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 (#1038)
  • a8b0154 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#1035)
  • e6dab28 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#1033)
  • 2c2eb7f Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#1032)
  • fa96a46 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (#1031)
  • 633ad65 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#1030)
  • b93b941 Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 (#1029)
  • f0fe10b Bump kotlin.version from 1.9.10 to 1.9.21 (#1028)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)