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 11 updates #3429

Merged
merged 1 commit into from
May 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the dependencies group with 11 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.720 1.12.725
com.google.code.gson:gson 2.10.1 2.11.0
io.swagger.core.v3:swagger-annotations 2.2.21 2.2.22
io.swagger.core.v3:swagger-models 2.2.21 2.2.22
org.hibernate.orm:hibernate-core 6.5.0.Final 6.5.1.Final
io.ebean:ebean 15.1.0 15.3.0
io.ebean:ebean-querybean 15.1.0 15.3.0
io.ebean:querybean-generator 15.1.0 15.3.0
io.ebean:ebean-test 15.1.0 15.3.0
gg.jte:jte 3.1.10 3.1.11
io.projectreactor:reactor-core 3.6.5 3.6.6

Updates com.amazonaws:aws-java-sdk-bom from 1.12.720 to 1.12.725

Changelog

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

1.12.725 2024-05-17

AWS CodeBuild

  • Features

    • Aws CodeBuild now supports 36 hours build timeout

AWS Lake Formation

  • Features

    • Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal

AWS Transfer Family

  • Features

    • Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

Application Auto Scaling

  • Features

    • add v2 smoke tests and smithy smokeTests trait for SDK testing.

Elastic Load Balancing

  • Features

    • This release adds dualstack-without-public-ipv4 IP address type for ALB.

1.12.724 2024-05-16

AWS Certificate Manager Private Certificate Authority

  • Features

    • This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions

AWS Secrets Manager

  • Features

    • Documentation updates for AWS Secrets Manager

Amazon Connect Service

  • Features

    • Adding Contact Flow metrics to the GetMetricDataV2 API

Amazon QuickSight

  • Features

    • This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).

Amazon SageMaker Service

  • Features

    • Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.

AmazonMWAA

  • Features

    • Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.

Managed Streaming for Kafka

  • Features

    • AWS MSK support for Broker Removal.

... (truncated)

Commits
  • fb8df83 AWS SDK for Java 1.12.725
  • 5043a04 Update GitHub version number to 1.12.725-SNAPSHOT
  • bac70cd AWS SDK for Java 1.12.724
  • 7f35f43 Update GitHub version number to 1.12.724-SNAPSHOT
  • 0fef246 AWS SDK for Java 1.12.723
  • ca4e6f3 Update GitHub version number to 1.12.723-SNAPSHOT
  • 49fc358 AWS SDK for Java 1.12.722
  • d2b936c Update GitHub version number to 1.12.722-SNAPSHOT
  • 2a8cb6c AWS SDK for Java 1.12.721
  • 10dc4bf Update GitHub version number to 1.12.721-SNAPSHOT
  • See full diff in compare view

Updates com.google.code.gson:gson from 2.10.1 to 2.11.0

Commits
  • 828a97b [maven-release-plugin] prepare release gson-parent-2.11.0
  • 93bc0f2 Skip signing graal-native-test module. (#2675)
  • b153ca1 [maven-release-plugin] rollback the release of gson-parent-2.11.0
  • 0e3d2aa [maven-release-plugin] prepare for next development iteration
  • 545b802 [maven-release-plugin] prepare release gson-parent-2.11.0
  • 8bfdbb4 Guarantee that JsonElement.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 io.swagger.core.v3:swagger-annotations from 2.2.21 to 2.2.22

Updates io.swagger.core.v3:swagger-models from 2.2.21 to 2.2.22

Updates io.swagger.core.v3:swagger-models from 2.2.21 to 2.2.22

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

Changelog

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

Changes in 6.5.1.Final (May 13, 2024)

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

** Bug * [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to warning about "0.0.0 version" * [HHH-18046] - DB2 numeric parameter arithmetic issue * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown * [HHH-18018] - Derby implementation for 'right' function wrongly passes parameter to 'length' * [HHH-18011] - Parallel entity enhancement causes a classloader cache stampede * [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many association * [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS * [HHH-17827] - “Not a managed type” error when using entity interface extending from java.util.Map * [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE causes needless follow-on locking

** Improvement * [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory * [HHH-18091] - Upgrade to ByteBuddy 1.14.15 * [HHH-17305] - Keep order of selected tables in polymorphic query

Commits
  • c81fafa Pre-steps for release : 6.5.1.Final
  • 641a7dd Provide a way to override global env properties in a test ConnectionProviderB...
  • 7321ca4 HHH-18105 added missing semicolon in CSS file
  • eb5a1ec HHH-18080 Fix default version handling in dialects when not using JDBC metadata
  • 32d4f15 HHH-18080 Fix default version handling in dialects when not using JDBC metadata
  • 73edbac HHH-18079 Default to minimum supported DB version in more cases
  • b98ee83 HHH-18094 Bytebuddy enhancer: make better use of constants and memory
  • fb7c9a4 HHH-18091 Upgrade to ByteBuddy 1.14.15
  • e7d32c0 Fix Oracle test missing order by expression in select distinct
  • 23fecb1 HHH-17421 Ensure that no follow-on locking happens on SQL Server and Sybase ASE
  • Additional commits viewable in compare view

Updates io.ebean:ebean from 15.1.0 to 15.3.0

Commits

Updates io.ebean:ebean-querybean from 15.1.0 to 15.3.0

Updates io.ebean:querybean-generator from 15.1.0 to 15.3.0

Updates io.ebean:ebean-test from 15.1.0 to 15.3.0

Updates io.ebean:ebean-querybean from 15.1.0 to 15.3.0

Updates io.ebean:querybean-generator from 15.1.0 to 15.3.0

Updates io.ebean:ebean-test from 15.1.0 to 15.3.0

Updates gg.jte:jte from 3.1.10 to 3.1.11

Release notes

Sourced from gg.jte:jte's releases.

3.1.11

Commits
  • 6fe8c0b Bump version to 3.1.11
  • f85582e Initial insert of jte-jsp-converter-jakarta module
  • e2e56b2 Move example data to test sources
  • 8c7703b Use Java modern features/APIs (#357)
  • 9320ca7 Add defer and inert to the list of boolean attributes (#356)
  • 6a84710 Solves #351 - Add kotlin docs (#353)
  • 124108a [github-actions]: Bump gradle/wrapper-validation-action from 2 to 3 (#349)
  • 7e97af2 Update SECURITY.md
  • 8cf10c7 Bump version to 3.1.11-SNAPSHOT for further development
  • See full diff in compare view

Updates io.projectreactor:reactor-core from 3.6.5 to 3.6.6

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.6.6

Reactor Core 3.6.6 is part of 2023.0.6 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6

Commits
  • 69871e9 [release] Prepare and release 3.6.6
  • 3bd2d1c Merge-ignore release 3.4.38 into 3.6.6
  • 8ab9a81 Merge-ignore release 3.4.38 into 3.5.17
  • ac572b7 [release] Next development version 3.4.39-SNAPSHOT
  • 734e779 [release] Prepare and release 3.4.38
  • bf22c93 Merge 47436c0 into 3.6.6
  • 3435586 Merge 47436c0 into 3.5.17
  • 47436c0 Migrate gradle/wrapper-validation-action 2.1.2 to gradle/actions/wrapper-vali...
  • 6832bad Merge #3800 into 3.6.6
  • 88c26b0 Merge #3800 into 3.5.17
  • 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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.720` | `1.12.725` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.10.1` | `2.11.0` |
| io.swagger.core.v3:swagger-annotations | `2.2.21` | `2.2.22` |
| io.swagger.core.v3:swagger-models | `2.2.21` | `2.2.22` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.5.0.Final` | `6.5.1.Final` |
| [io.ebean:ebean](https://github.com/ebean-orm/ebean) | `15.1.0` | `15.3.0` |
| io.ebean:ebean-querybean | `15.1.0` | `15.3.0` |
| io.ebean:querybean-generator | `15.1.0` | `15.3.0` |
| io.ebean:ebean-test | `15.1.0` | `15.3.0` |
| [gg.jte:jte](https://github.com/casid/jte) | `3.1.10` | `3.1.11` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.6.5` | `3.6.6` |


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

Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.21 to 2.2.22

Updates `io.swagger.core.v3:swagger-models` from 2.2.21 to 2.2.22

Updates `io.swagger.core.v3:swagger-models` from 2.2.21 to 2.2.22

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

Updates `io.ebean:ebean` from 15.1.0 to 15.3.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.1.0 to 15.3.0

Updates `io.ebean:querybean-generator` from 15.1.0 to 15.3.0

Updates `io.ebean:ebean-test` from 15.1.0 to 15.3.0

Updates `io.ebean:ebean-querybean` from 15.1.0 to 15.3.0

Updates `io.ebean:querybean-generator` from 15.1.0 to 15.3.0

Updates `io.ebean:ebean-test` from 15.1.0 to 15.3.0

Updates `gg.jte:jte` from 3.1.10 to 3.1.11
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.1.10...3.1.11)

Updates `io.projectreactor:reactor-core` from 3.6.5 to 3.6.6
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.5...v3.6.6)

---
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: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  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-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: gg.jte:jte
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 May 20, 2024
@jknack jknack added this to the 3.1.1 milestone May 20, 2024
@jknack jknack merged commit 2c3f248 into 3.x May 20, 2024
4 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-404d4b6201 branch May 20, 2024 00:32
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