Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group with 7 updates #3419

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the dependencies group with 7 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.705 1.12.710
org.hibernate.orm:hibernate-core 6.4.4.Final 6.5.0.Final
org.apache.maven.plugins:maven-shade-plugin 3.5.2 3.5.3
org.jboss.xnio:xnio-api 3.8.13.Final 3.8.14.Final
commons-codec:commons-codec 1.16.1 1.17.0
org.jline:jline 3.25.1 3.26.1
org.jline:jline-terminal-jna 3.25.1 3.26.1

Updates com.amazonaws:aws-java-sdk-bom from 1.12.705 to 1.12.710

Changelog

Sourced from com.amazonaws:aws-java-sdk-bom's changelog.

1.12.710 2024-04-26

AWS CodePipeline

  • Features

    • Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.

AWS Marketplace Entitlement Service

  • Features

    • Releasing minor endpoint updates.

AWS Support

  • Features

    • Releasing minor endpoint updates.

Amazon Cognito Identity Provider

  • Features

    • Add LimitExceededException to SignUp errors

Amazon Relational Database Service

  • Features

    • SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.

AmazonConnectCampaignService

  • Features

    • This release adds support for specifying if Answering Machine should wait for prompt sound.

CloudWatch Observability Access Manager

  • Features

    • This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account

1.12.709 2024-04-25

AWS AppSync

  • Features

    • UpdateGraphQLAPI documentation update and datasource introspection secret arn update

AWS Step Functions

  • Features

    • Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.

Amazon Interactive Video Service

  • Features

    • Bug Fix: IVS does not support arns with the svs prefix

Amazon Interactive Video Service RealTime

  • Features

    • Bug Fix: IVS Real Time does not support ARNs using the svs prefix.

Amazon Relational Database Service

  • Features

    • Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances.

... (truncated)

Commits
  • b9b7136 AWS SDK for Java 1.12.710
  • 28af19f Update GitHub version number to 1.12.710-SNAPSHOT
  • 04488d7 AWS SDK for Java 1.12.709
  • 2dfd56b Update GitHub version number to 1.12.709-SNAPSHOT
  • 546e53a AWS SDK for Java 1.12.708
  • f302f6a Update GitHub version number to 1.12.708-SNAPSHOT
  • b6df177 AWS SDK for Java 1.12.707
  • 34b4aa0 Update GitHub version number to 1.12.707-SNAPSHOT
  • 98da5c1 AWS SDK for Java 1.12.706
  • 6670530 Update GitHub version number to 1.12.706-SNAPSHOT
  • See full diff in compare view

Updates org.hibernate.orm:hibernate-core from 6.4.4.Final to 6.5.0.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.7.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.7.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.7.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 6.5.0.Final (April 25, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32276

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times * [HHH-17991] - Reduce overhead from @​DialectOverride discovery * [HHH-17988] - MetadataContext should consistently use ClassLoaderService * [HHH-17987] - Improve allocation rate of ReflectHelper#setterMethodOrNull * [HHH-17980] - Excessive contention during getter identification in the ByteBuddy enhancer

** Task * [HHH-17951] - Deprecate Size.LobMultiplier for removal

Changes in 6.5.0.CR2 (April 12, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32268

** Bug * [HHH-17947] - Bidirectional association management shouldn't ignore maintaining inverse lazy objects * [HHH-17935] - Running query with "root" tenant leads to "HibernateException: Either value and resolver for filter [_tenantId] parameter [tenantId] not set" * [HHH-17934] - StatelessSession.upsert() with @​Version-ed entity * [HHH-17918] - EntityNotFoundException when loading non-proxy entities with circular dependencies * [HHH-17912] - Disallow multiple valued binding for BasicCollectionType * [HHH-17908] - Schema validation error for STRING enums on MySQL * [HHH-17906] - Missing type inference for SqmValues * [HHH-17898] - Validate derived join queries not using lateral * [HHH-17897] - Joining Multiple CTEs in a HQL * [HHH-17887] - Release mode After Statment with deferred result set access does not work * [HHH-17885] - Same named formula attribute of different Embedded uses same selection expression * [HHH-17884] - Native enum type should respect ordering implied by EnumeratedType * [HHH-17881] - Unable to use a proxy as parameter in Query when the FK does not target the PK * [HHH-17872] - NPE in JtaIsolationDelegate * [HHH-17871] - NullPointerException during the creation of the session if ManyToAny that references a MappedSuperClass and defined in multiple subclasses * [HHH-17862] - TemporaryTable identity column sqlTypeName error * [HHH-17826] - ResultSet closed while scrolling results * [HHH-17801] - array_position fails with enums in Hibernate 6.4 (worked in 6.2) * [HHH-17783] - Joined Entity is Added to Persistent Set Without Being Fully Initialized

... (truncated)

Commits
  • cd57311 Pre-steps for release : 6.5.0.Final
  • 986d439 make the section on @​Lob even more explicit
  • 816d1e1 mention GenericGenerator deprecation in migration guide
  • b5b40f2 HHH-17964 Hibernate using wrong column order for ElementCollection query when...
  • 96793fa HHH-17964 Add test for issue
  • 84cdd7c slightly improve format of error message
  • 9346c28 HHH-17983 Remove entity keys from batch queue before loading
  • c846bc3 HHH-17983 Add test for issue
  • 205197b HHH-17883 Correct original column order for primary keys
  • 00d5f2f HHH-17883 Add test for issue
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3

Commits
  • 19618cd [maven-release-plugin] prepare release maven-shade-plugin-3.5.3
  • faf233e [MSHADE-472] upgrade parent POM
  • 7de9ae7 [MSHADE-471] deal with DST
  • 58d8cfe [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (#218)
  • 9074582 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
  • a8030f8 Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 (#215)
  • 1218bdc [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.jboss.xnio:xnio-api from 3.8.13.Final to 3.8.14.Final

Updates commons-codec:commons-codec from 1.16.1 to 1.17.0

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.17.0 RELEASE NOTES

The Apache Commons Codec component contains encoders and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Feature and fix release. Requires a minimum of Java 8.

New features

  •         Add override org.apache.commons.codec.language.bm.Rule.PhonemeExpr.size(). Thanks to Gary Gregory.
    
  •         Add support for Base64 custom alphabets [#266](https://github.com/apache/commons-codec/issues/266). Thanks to Chris Kocel, Gary Gregory.
    
  •         Add Base64.Builder (allows custom alphabets). Thanks to Gary Gregory.
    
  •         Add Base32.Builder (allows custom alphabets). Thanks to Gary Gregory.
    
  •         Add Base64 support for a custom padding byte (like Base32). Thanks to Gary Gregory.
    

Fixed Bugs

  • CODEC-320: Wrong output of DoubleMetaphone in 1.16.1. Thanks to Martin Frydl, Gary Gregory.
  •         Optimize memory allocation in PhoneticEngine. Thanks to Gary Gregory.
    
  •         BCodec and QCodec encode() methods throw UnsupportedCharsetException instead of EncoderException. Thanks to Gary Gregory.
    
  •         Set Javadoc link to latest Java API LTS version. Thanks to Gary Gregory.
    
  •         Base32 constructor fails-fast with a NullPointerException if the custom alphabet array is null. Thanks to Gary Gregory.
    
  •         Base32 constructor makes a defensive copy of the line separator array. Thanks to Gary Gregory.
    
  •         Base64 constructor makes a defensive copy of the line separator array. Thanks to Gary Gregory.
    
  •         Base64 constructor makes a defensive copy of a custom alphabet array. Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-parent from 66 to 69 [#250](https://github.com/apache/commons-codec/issues/250), [#261](https://github.com/apache/commons-codec/issues/261). Thanks to Dependabot, Gary Gregory.
    
  •         Bump commons-io:commons-io from 2.15.1 to 2.16.1 [#258](https://github.com/apache/commons-codec/issues/258), [#265](https://github.com/apache/commons-codec/issues/265). Thanks to Dependabot, Gary Gregory.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits
  • 5d809fe Prepare for the next release candidate
  • 9a59c1c Prepare for the next release candidate
  • 5f0cfd4 Longer lines
  • 8714b5f Remove dead comment
  • c56b956 Bullet-proof internals
  • d2215d5 Base32 constructor fails-fast with a NullPointerException if the custom
  • fcc70e6 Base32 constructor makes a defensive copy of the line separator
  • ebe805a Base64 constructor makes a defensive copy of a custom alphabet array
  • 5504333 Better exception message
  • c6c5f11 Base64 constructor makes a better defensive copy of the line separator
  • Additional commits viewable in compare view

Updates org.jline:jline from 3.25.1 to 3.26.1

Release notes

Sourced from org.jline:jline's releases.

JLine 3.26.1

What's Changed

Full Changelog: jline/jline3@jline-parent-3.26.0...jline-parent-3.26.1

JLine 3.26.0

What's Changed

New Contributors

Full Changelog: jline/jline3@jline-parent-3.25.1...jline-parent-3.26.0

Changelog

Sourced from org.jline:jline's changelog.

JLine3

[JLine 3.26.0][3_26_0]

[3_26_0] https://repo1.maven.org/maven2/org/jline/jline/3.26.0/

Commits
  • 84eea31 [maven-release-plugin] prepare release jline-parent-3.26.1
  • 1ab69e3 Fix OutOfMemoryError when using TailTipWidget (fix #974) (#975)
  • 98d3d08 Fix interrupt signal killing application (#958) (#973)
  • 247d90b [maven-release-plugin] prepare for next development iteration
  • 12288da [maven-release-plugin] prepare release jline-parent-3.26.0
  • 58cb049 Update changelog for 3.26.0 release
  • 164a751 Remove --enable-preview flags
  • 67106b6 Add jline-console-ui jar to the readme
  • f01e9ef Simplify graal demo (#970)
  • f370265 Switch the nativeSignals boolean to true by default (#971)
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jna from 3.25.1 to 3.26.1

Release notes

Sourced from org.jline:jline-terminal-jna's releases.

JLine 3.26.1

What's Changed

Full Changelog: jline/jline3@jline-parent-3.26.0...jline-parent-3.26.1

JLine 3.26.0

What's Changed

New Contributors

Full Changelog: jline/jline3@jline-parent-3.25.1...jline-parent-3.26.0

Changelog

Sourced from org.jline:jline-terminal-jna's changelog.

JLine3

[JLine 3.26.0][3_26_0]

[3_26_0] https://repo1.maven.org/maven2/org/jline/jline/3.26.0/

Commits
  • 84eea31 [maven-release-plugin] prepare release jline-parent-3.26.1
  • 1ab69e3 Fix OutOfMemoryError when using TailTipWidget (fix #974) (#975)
  • 98d3d08 Fix interrupt signal killing application (#958) (#973)
  • 247d90b [maven-release-plugin] prepare for next development iteration
  • 12288da [maven-release-plugin] prepare release jline-parent-3.26.0
  • 58cb049 Update changelog for 3.26.0 release
  • 164a751 Remove --enable-preview flags
  • 67106b6 Add jline-console-ui jar to the readme
  • f01e9ef Simplify graal demo (#970)
  • f370265 Switch the nativeSignals boolean to true by default (#971)
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jna from 3.25.1 to 3.26.1

Release notes

Sourced from org.jline:jline-terminal-jna's releases.

JLine 3.26.1

What's Changed

Full Changelog: jline/jline3@jline-parent-3.26.0...jline-parent-3.26.1

JLine 3.26.0

What's Changed

New Contributors

Full Changelog: jline/jline3@jline-parent-3.25.1...jline-parent-3.26.0

Changelog

Sourced from org.jline:jline-terminal-jna's changelog.

JLine3

[JLine 3.26.0][3_26_0]

[3_26_0] https://repo1.maven.org/maven2/org/jline/jline/3.26.0/

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.705` | `1.12.710` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.4.4.Final` | `6.5.0.Final` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.2` | `3.5.3` |
| org.jboss.xnio:xnio-api | `3.8.13.Final` | `3.8.14.Final` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.16.1` | `1.17.0` |
| [org.jline:jline](https://github.com/jline/jline3) | `3.25.1` | `3.26.1` |
| [org.jline:jline-terminal-jna](https://github.com/jline/jline3) | `3.25.1` | `3.26.1` |


Updates `com.amazonaws:aws-java-sdk-bom` from 1.12.705 to 1.12.710
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.705...1.12.710)

Updates `org.hibernate.orm:hibernate-core` from 6.4.4.Final to 6.5.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.4.4...6.5.0)

Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.2...maven-shade-plugin-3.5.3)

Updates `org.jboss.xnio:xnio-api` from 3.8.13.Final to 3.8.14.Final

Updates `commons-codec:commons-codec` from 1.16.1 to 1.17.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.16.1...rel/commons-codec-1.17.0)

Updates `org.jline:jline` from 3.25.1 to 3.26.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.1...jline-parent-3.26.1)

Updates `org.jline:jline-terminal-jna` from 3.25.1 to 3.26.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.1...jline-parent-3.26.1)

Updates `org.jline:jline-terminal-jna` from 3.25.1 to 3.26.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.1...jline-parent-3.26.1)

---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jboss.xnio:xnio-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jline:jline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 29, 2024
@jknack jknack added this to the 3.1.0 milestone May 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/maven/dependencies-0e4259a504 branch May 6, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant