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 14 updates #3538

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the dependencies group with 14 updates:

Package From To
io.avaje:avaje-jsonb 2.1 2.2
io.avaje:avaje-jsonb-generator 2.1 2.2
io.avaje:avaje-validator 2.2 2.3
io.avaje:avaje-validator-generator 2.2 2.3
commons-io:commons-io 2.16.1 2.17.0
org.hibernate.orm:hibernate-core 6.6.0.Final 6.6.1.Final
io.ebean:ebean 15.5.2 15.6.0
io.ebean:ebean-querybean 15.5.2 15.6.0
io.ebean:querybean-generator 15.5.2 15.6.0
io.ebean:ebean-test 15.5.2 15.6.0
com.github.eirslett:frontend-maven-plugin 1.15.0 1.15.1
software.amazon.awssdk:bom 2.28.1 2.28.6
org.jline:jline 3.26.3 3.27.0
org.jline:jline-terminal-jna 3.26.3 3.27.0

Updates io.avaje:avaje-jsonb from 2.1 to 2.2

Release notes

Sourced from io.avaje:avaje-jsonb's releases.

2.2

What's Changed

Dependencies

Full Changelog: avaje/avaje-jsonb@2.1...2.2

Commits
  • 92e0461 Merge pull request #288 from Mechite/main
  • 9e6f7f1 Add InetAddress test to blackbox-test
  • 58ab3d1 Add InetAddressAdapter for serialization of all InetAddress variations
  • 2091198 Dependabot Grouping (#287)
  • 26a5c07 Merge pull request #286 from avaje/dependabot/maven/io.avaje-avaje-spi-servic...
  • 3912686 Bump io.avaje:avaje-spi-service from 2.4 to 2.5
  • 13b6eb5 Merge pull request #285 from avaje/dependabot/maven/org.springframework.boot-...
  • 7bf0838 Bump org.springframework.boot:spring-boot-dependencies
  • d1accee Merge pull request #284 from avaje/dependabot/maven/io.helidon.webserver-heli...
  • 9ea0cc4 Bump io.helidon.webserver:helidon-webserver from 4.0.11 to 4.1.0
  • Additional commits viewable in compare view

Updates io.avaje:avaje-jsonb-generator from 2.1 to 2.2

Updates io.avaje:avaje-jsonb-generator from 2.1 to 2.2

Updates io.avaje:avaje-validator from 2.2 to 2.3

Release notes

Sourced from io.avaje:avaje-validator's releases.

2.3

What's Changed

Full Changelog: avaje/avaje-validator@2.2...2.3

Commits

Updates io.avaje:avaje-validator-generator from 2.2 to 2.3

Updates io.avaje:avaje-validator-generator from 2.2 to 2.3

Updates commons-io:commons-io from 2.16.1 to 2.17.0

Updates org.hibernate.orm:hibernate-core from 6.6.0.Final to 6.6.1.Final

Release notes

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

Hibernate ORM 6.6.1.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.1.Final.

What's new

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

You can find the full list of 6.6.1.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.

Changelog

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

Changes in 6.6.1.Final (September 17, 2024)

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

** Bug * [HHH-18571] - Entities and collections with batch size 1 are treated as batchable * [HHH-18560] - DB2iDialect executes incompatible query in combination with @​AuditJoinTable mapping * [HHH-18558] - Informix UUID type support * [HHH-18556] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible * [HHH-18531] - Informix timestamp literal error * [HHH-18524] - @​IdClass and composite key generation not working with meta-annotated @​IdGenerationType * [HHH-18518] - MySQLDialect fails to detect version on azure flexible server * [HHH-18511] - ArrayIndexOutOfBoundsException in ImmutableFetchList * [HHH-18506] - Flush performance degradation due to itable stubs * [HHH-18503] - ID select criteria query fails with joined + discriminator inheritance when entity has subtypes * [HHH-18502] - Type conversion error due to surprising javac method selection in SqmSubQuery#in * [HHH-18493] - Resolving already initialized collection elements leads to assertion error * [HHH-18490] - Static metamodel contains wrong type for Embeddable with generic attribute extending from mapped superclass * [HHH-18489] - Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement * [HHH-18487] - Error: Detached entity wiht id X has an uninitialized version value '1'' * [HHH-18486] - Unable to add Persist the object because of EntityNameResolver being ignored * [HHH-18484] - Update fails when a many-to-one property on an entity with a generated value is changed * [HHH-18480] - ClassCastException when updating a Blob with Oracle * [HHH-18478] - Cannot invoke "org.hibernate.persister.entity.EntityPersister.getSubclassId()" because "data.concreteDescriptor" is null when reloading entity from query cache * [HHH-18476] - Fetchable scrolling with KeyToOne leads to assertion error * [HHH-18472] - Fix memory issues for release job * [HHH-18470] - Duplicate foreign key names generated for inheritance type TABLE_PER_CLASS * [HHH-18469] - Assertion Error when fetch joining complex entities structure * [HHH-18466] - Regression from 5.6.15.Final where a mutable natural IDs query cannot find an entity * [HHH-18447] - cast as boolean broken in Hibernate 6 * [HHH-18445] - Embeddable as Java Record has wrong order of columns * [HHH-18439] - NullPointerException when access data from query cache * [HHH-18436] - Wrong order-by rendering order for nested collections if loaded with entity graph * [HHH-18414] - Duplicated filter applied to 'find()' method * [HHH-18400] - AttributeConverter causing type-check failure when comparing Date field to parameter * [HHH-18353] - ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException * [HHH-18337] - SequenceStyleGenerator not respecting physical naming strategy * [HHH-18282] - generate error sql in case of @​DiscriminatorValue("not null") and the entity is superclass of other entity * [HHH-18174] - Hibernate polymorphic join in complex subquery not using discriminator * [HHH-18103] - MappedSuperclass handling for Embeddable is broken in metamodel

** Improvement * [HHH-18625] - Add Configurable#create(GeneratorCreationContext) * [HHH-18507] - allow overwriting the default db image with environment variable in docker_db.sh * [HHH-18459] - Add SingleStore community dialect * [HHH-17646] - JOINED @​Inheritance leads to bad performance in Hibernate 6

** Task * [HHH-18612] - Avoid writing files to classpath in tests to avoid spurious failures

Commits
  • 2c6b91d Pre-steps for release : 6.6.1.Final
  • 3e215b5 HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy
  • efd4528 HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy
  • 744732b HHH-18174 Fix junction entity name uses algorithm for subqueries
  • 0e9577a HHH-18174 Add test for issue
  • 9c5cf75 HHH-18447 Try using native cast for string to boolean
  • 723e18d HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy
  • 88bcc71 HHH-18337 Account for physical naming strategy when querying db sequence
  • 7c66788 HHH-18337 Add test for issue
  • b09b27c HHH-18625 - Add Configurable#create(GeneratorCreationContext)
  • Additional commits viewable in compare view

Updates io.ebean:ebean from 15.5.2 to 15.6.0

Commits

Updates io.ebean:ebean-querybean from 15.5.2 to 15.6.0

Updates io.ebean:querybean-generator from 15.5.2 to 15.6.0

Updates io.ebean:ebean-test from 15.5.2 to 15.6.0

Updates io.ebean:ebean-querybean from 15.5.2 to 15.6.0

Updates io.ebean:querybean-generator from 15.5.2 to 15.6.0

Updates io.ebean:ebean-test from 15.5.2 to 15.6.0

Updates com.github.eirslett:frontend-maven-plugin from 1.15.0 to 1.15.1

Changelog

Sourced from com.github.eirslett:frontend-maven-plugin's changelog.

1.15.1

  • Fix #1150: Update lifecycle-mapping-metadata.xml for npx
Commits
  • 3f70757 [maven-release-plugin] prepare release frontend-plugins-1.15.1
  • c5c9aec Attempt 2: secrets for OSSRH deployment
  • 274bb70 Update secrets for OSSRH deployment
  • f39b40c Fix: bun windows support
  • a7d3b8b Update NodeInstaller.java
  • 2750625 Fix #1152: Copy npm script file
  • 622ac16 #1042 Use correct Xpp3Dom class
  • bca8bdf Replace tabs with spaces
  • 122cd9b #1042 Allow Authentication via Http Header
  • 60bbf02 Fix: delete only bun directory inside the installation directory instead of t...
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:bom from 2.28.1 to 2.28.6

Updates org.jline:jline from 3.26.3 to 3.27.0

Release notes

Sourced from org.jline:jline's releases.

JLine 3.27.0

[maven-release-plugin] copy for tag jline-3.27.0

What's Changed

New Contributors

Full Changelog: jline/jline3@jline-parent-3.26.3...jline-3.27.0

Changelog

Sourced from org.jline:jline's changelog.

JLine3

Commits
  • 2271dd2 [maven-release-plugin] prepare release jline-3.27.0
  • cbe712c Bump net.java.dev.jna:jna from 5.14.0 to 5.15.0 (#1071)
  • fc794ca Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#1072)
  • 70a4ff6 Bump org.graalvm.sdk:graal-sdk from 24.0.2 to 24.1.0 (#1073)
  • 0a11a7b fix typo: inMode -> outMode (#1075)
  • 8b63743 [consoleui] Make it easier to extend ConsolePrompt (#1068)
  • 3d4efe8 Bump groovy.version from 4.0.22 to 4.0.23 (#1070)
  • 5283218 Added possibility of cancelling prompts (#1046)
  • fd634b5 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#1066)
  • 1435c1c Bump org.apache.maven.plugins:maven-dependency-plugin (#1064)
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jna from 3.26.3 to 3.27.0

Release notes

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

JLine 3.27.0

[maven-release-plugin] copy for tag jline-3.27.0

What's Changed

New Contributors

Full Changelog: jline/jline3@jline-parent-3.26.3...jline-3.27.0

Changelog

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

JLine3

Commits
  • 2271dd2 [maven-release-plugin] prepare release jline-3.27.0
  • cbe712c Bump net.java.dev.jna:jna from 5.14.0 to 5.15.0 (#1071)
  • fc794ca Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#1072)
  • 70a4ff6 Bump org.graalvm.sdk:graal-sdk from 24.0.2 to 24.1.0 (#1073)
  • 0a11a7b fix typo: inMode -> outMode (#1075)
  • 8b63743 [consoleui] Make it easier to extend ConsolePrompt (#1068)
  • 3d4efe8 Bump groovy.version from 4.0.22 to 4.0.23 (#1070)
  • 5283218 Added possibility of cancelling prompts (#1046)
  • fd634b5 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#1066)
  • 1435c1c Bump org.apache.maven.plugins:maven-dependency-plugin (#1064)
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jna from 3.26.3 to 3.27.0

Release notes

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

JLine 3.27.0

[maven-release-plugin] copy for tag jline-3.27.0

What's Changed

New Contributors

Full Changelog: jline/jline3@jline-parent-3.26.3...jline-3.27.0

Changelog

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

JLine3

Commits
  • 2271dd2 [maven-release-plugin] prepare release jline-3.27.0
  • cbe712c Bump net.java.dev.jna:jna from 5.14.0 to 5.15.0 (#1071)
  • fc794ca Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#1072)
  • 70a4ff6 Bump org.graalvm.sdk:graal-sdk from 24.0.2 to 24.1.0 (#1073)
  • 0a11a7b fix typo: inMode -> outMode (#1075)
  • 8b63743 [consoleui] Make it easier to extend ConsolePrompt (#1068)
  • 3d4efe8 Bump groovy.version from 4.0.22 to 4.0.23 (#1070)
  • 5283218 Added possibility of cancelling prompts (#1046)
  • fd634b5 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 (#1066)
  • 1435c1c Bump org.apache.maven.plugins:maven-dependency-plugin (#1064)
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `2.1` | `2.2` |
| io.avaje:avaje-jsonb-generator | `2.1` | `2.2` |
| [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.2` | `2.3` |
| io.avaje:avaje-validator-generator | `2.2` | `2.3` |
| commons-io:commons-io | `2.16.1` | `2.17.0` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.0.Final` | `6.6.1.Final` |
| [io.ebean:ebean](https://github.com/ebean-orm/ebean) | `15.5.2` | `15.6.0` |
| io.ebean:ebean-querybean | `15.5.2` | `15.6.0` |
| io.ebean:querybean-generator | `15.5.2` | `15.6.0` |
| io.ebean:ebean-test | `15.5.2` | `15.6.0` |
| [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) | `1.15.0` | `1.15.1` |
| software.amazon.awssdk:bom | `2.28.1` | `2.28.6` |
| [org.jline:jline](https://github.com/jline/jline3) | `3.26.3` | `3.27.0` |
| [org.jline:jline-terminal-jna](https://github.com/jline/jline3) | `3.26.3` | `3.27.0` |


Updates `io.avaje:avaje-jsonb` from 2.1 to 2.2
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](avaje/avaje-jsonb@2.1...2.2)

Updates `io.avaje:avaje-jsonb-generator` from 2.1 to 2.2

Updates `io.avaje:avaje-jsonb-generator` from 2.1 to 2.2

Updates `io.avaje:avaje-validator` from 2.2 to 2.3
- [Release notes](https://github.com/avaje/avaje-validator/releases)
- [Commits](avaje/avaje-validator@2.2...2.3)

Updates `io.avaje:avaje-validator-generator` from 2.2 to 2.3

Updates `io.avaje:avaje-validator-generator` from 2.2 to 2.3

Updates `commons-io:commons-io` from 2.16.1 to 2.17.0

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

Updates `io.ebean:ebean` from 15.5.2 to 15.6.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-querybean` from 15.5.2 to 15.6.0

Updates `io.ebean:querybean-generator` from 15.5.2 to 15.6.0

Updates `io.ebean:ebean-test` from 15.5.2 to 15.6.0

Updates `io.ebean:ebean-querybean` from 15.5.2 to 15.6.0

Updates `io.ebean:querybean-generator` from 15.5.2 to 15.6.0

Updates `io.ebean:ebean-test` from 15.5.2 to 15.6.0

Updates `com.github.eirslett:frontend-maven-plugin` from 1.15.0 to 1.15.1
- [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](eirslett/frontend-maven-plugin@frontend-plugins-1.15.0...frontend-plugins-1.15.1)

Updates `software.amazon.awssdk:bom` from 2.28.1 to 2.28.6

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

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

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

---
updated-dependencies:
- dependency-name: io.avaje:avaje-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ebean:ebean
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-querybean
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-querybean
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.eirslett:frontend-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 23, 2024
@jknack jknack added this to the 3.4.1 milestone Sep 23, 2024
@jknack jknack merged commit 6ad5084 into 3.x Sep 23, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-1af00b51c1 branch September 23, 2024 14:22
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.

1 participant