jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.68k stars 199 forks source link

build(deps): bump the dependencies group with 21 updates #3436

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 21 updates:

Package From To
io.netty:netty-bom 4.1.109.Final 4.1.110.Final
io.netty:netty-common 4.1.109.Final 4.1.110.Final
io.netty:netty-buffer 4.1.109.Final 4.1.110.Final
io.netty:netty-handler 4.1.109.Final 4.1.110.Final
io.netty:netty-transport 4.1.109.Final 4.1.110.Final
io.netty:netty-transport-native-epoll 4.1.109.Final 4.1.110.Final
io.netty:netty-codec-http 4.1.109.Final 4.1.110.Final
io.netty:netty-codec-http2 4.1.109.Final 4.1.110.Final
io.netty:netty-transport-native-kqueue 4.1.109.Final 4.1.110.Final
com.amazonaws:aws-java-sdk-bom 1.12.725 1.12.730
com.graphql-java:graphql-java 22.0 22.1
org.hibernate.orm:hibernate-core 6.5.1.Final 6.5.2.Final
org.jetbrains.kotlin:kotlin-stdlib 1.9.24 2.0.0
org.jetbrains.kotlin:kotlin-reflect 1.9.24 2.0.0
org.jetbrains.kotlin:kotlin-maven-plugin 1.9.24 2.0.0
org.codehaus.mojo:exec-maven-plugin 3.2.0 3.3.0
org.apache.maven:maven-plugin-api 3.9.6 3.9.7
org.apache.maven:maven-core 3.9.6 3.9.7
org.jboss.xnio:xnio-api 3.8.14.Final 3.8.15.Final
gg.jte:jte 3.1.11 3.1.12
org.assertj:assertj-core 3.25.3 3.26.0

Updates io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-common from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-buffer from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-handler from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-transport from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-transport-native-epoll from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-codec-http from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-codec-http2 from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-transport-native-kqueue from 4.1.109.Final to 4.1.110.Final

Commits


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

Changelog

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

1.12.730 2024-05-24

AWS IoT FleetWise

  • Features

    • AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.

Amazon DynamoDB

  • Features

    • Documentation only updates for DynamoDB.

Amazon Managed Blockchain

  • Features

    • This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.

1.12.729 2024-05-23

AWS OpsWorks

  • Features

    • Documentation-only update for OpsWorks Stacks.

EMR Serverless

  • Features

    • This release adds the capability to run interactive workloads using Apache Livy Endpoint.

1.12.728 2024-05-22

AWS Chatbot

  • Features

    • This change adds support for tagging Chatbot configurations.

AWS CloudFormation

  • Features

    • Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.

AWS Key Management Service

  • Features

    • This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.

AWS WAFV2

  • Features

    • You can now use Security Lake to collect web ACL traffic data.

Amazon OpenSearch Service

  • Features

    • This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.

1.12.727 2024-05-21

AWS Glue

  • Features

    • Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.

AWS Performance Insights

  • Features

... (truncated)

Commits
  • 17a055f AWS SDK for Java 1.12.730
  • 35e22dd Update GitHub version number to 1.12.730-SNAPSHOT
  • f583fa8 AWS SDK for Java 1.12.729
  • 1cf01f7 Update GitHub version number to 1.12.729-SNAPSHOT
  • 2234ade AWS SDK for Java 1.12.728
  • 43509cf Update GitHub version number to 1.12.728-SNAPSHOT
  • 9a3f693 AWS SDK for Java 1.12.727
  • 24d46f2 Update GitHub version number to 1.12.727-SNAPSHOT
  • ffd437a AWS SDK for Java 1.12.726
  • d112e57 Update GitHub version number to 1.12.726-SNAPSHOT
  • See full diff in compare view


Updates com.graphql-java:graphql-java from 22.0 to 22.1

Release notes

Sourced from com.graphql-java:graphql-java's releases.

22.1

This is a bugfix release. There are no breaking changes in this release.

Key changes include:

  • Fix to add field fetching method #3571
  • Add validation rule for @deprecated on required arguments and input object fields #3591

Thanks to everyone who contributed to this release!

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v22.0...v22.1

Commits
  • f93fdac Merge pull request #3471 from graphql-java/schema-extension-not-printed
  • 53f22c5 Merge pull request #3579 from graphql-java/dont-overwrite-default-data-fetche...
  • f3253b4 Merge pull request #3582 from Salzian/add-nullability-annotations-in-data-fet...
  • 58f82d2 Merge pull request #3601 from graphql-java/dependabot/gradle/com.google.code....
  • d50ed88 Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • 647e098 Merge pull request #3602 from graphql-java/dependabot/gradle/org.eclipse.jett...
  • 6ba529f Merge pull request #3603 from graphql-java/dependabot/github_actions/google-g...
  • ff71316 Bump google-github-actions/auth from 2.1.2 to 2.1.3
  • bbb1898 Bump org.eclipse.jetty:jetty-server from 11.0.20 to 11.0.21
  • a9e47b1 Merge pull request #3600 from graphql-java/release-prep
  • Additional commits viewable in compare view


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

Changelog

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

Changes in 6.5.2.Final (May 20, 2024)

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

** Bug * [HHH-18112] - Some dialects use the wrong default version

** Improvement * [HHH-18026] - Prevent dialects not supporting arbitrary values retrieval in getGeneratedKeys() from logging a SQL exception

Commits
  • 41495bf Pre-steps for release : 6.5.2.Final
  • 19c42b3 HHH-18026 Fix SQL Exception for dialects not supporting arbitrary keys
  • c23d75c HHH-18026 Add test for issue
  • dfbb72a HHH-18112 Fix and test default version handling for non-Oracle dialects
  • a7cbd1a Post-steps for release : 6.5.1.Final
  • See full diff in compare view


Updates io.netty:netty-common from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-buffer from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-handler from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-transport from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-transport-native-epoll from 4.1.109.Final to 4.1.110.Final

Commits


Updates io.netty:netty-codec-http from 4.1.109.Final to 4.1.110.Final

Commits


Updates org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 2.0.0

Changelog

Analysis. API

New Features

  • KT-65327 Support reading klib contents in Analysis API

Performance Improvements

  • KT-65560 K2: Anaysis API: ContextCollector triggers redundant resolution in the case of file elements
  • KT-64987 Analysis API: 50GB memory allocation on creating empty kotlinx.collections.immutable.persistentMapOf
  • KT-61789 K2: optimize getFirForNonKtFileElement for references inside super type reference
  • KT-59498 K2: getOnAirGetTowerContextProvider took too much time due to on air resolve
  • KT-61728 Analysis API: optimize AllCandidatesResolver.getAllCandidates

Fixes

  • KT-65561 Analysis API: dummy.kt is not a physical file
  • KT-65616 K2: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus from STATUS
  • KT-65600 Analysis Api: FirFile for KtCodeFragments are created and not updated on changes
  • KT-64919 K2 IDE: Implement KMP support for sealed class inheritors
  • KT-64241 K2: Unresolved calls to functions in scripts depending on included projects
  • KT-65813 Analysis API Standalone: FirDeclarationForCompiledElementSearcher does not find compiled elements
  • KT-66052 AA: render expect/actual modifier
  • KT-66795 KtCodeFragment.clone() is broken
  • KT-66532 K2 CodeGen AA: missing annotation setup for function in source module but not in a compile target file
  • KT-64833 Analysis API: Members implemented by delegation have no overridden symbols
  • KT-62405 Analysis API: Symbols SUBSTITUTION_OVERRIDE have no overridden symbols
  • KT-66749 K2: "Collection contains no element matching the predicate" on an unresolved call
  • KT-62832 K2: ClassCastException: FirDeclarationStatusImpl cannot be cast to FirResolvedDeclarationStatus
  • KT-66719 AbstractGetKlibSourceFileNameTest: The dependency to ":native:analysis-api-klib-reader" breaks JPS compilation
  • KT-66603 Analysis API: support type annotations in KtPsiTypeProviderMixIn#asPsiType
  • KT-64505 Analysis API Standalone: Remove test-specific calculation of sealed class inheritors
  • KT-66013 Analysis API Standalone: Sealed inheritors aren't correctly calculated for source classes
  • KT-62880 K2 IDE: Unresolved java annotation methods in KDoc
  • KT-66530 K2: Analysis API: KtPsiTypeProvider#asKtType crashes on PsiClassType for Java type parameter with wrong use site
  • KT-65571 Support VirtualFile inputs to Analysis API modules
  • KT-66485 Substituted types are not provided for callable references
  • KT-66498 Analysis API: 'KtFe10SymbolDeclarationOverridesProvider' considers a class to be a subclass of itself
  • KT-64579 K2 IDE: "Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(Source) but FirArgumentListImpl found"
  • KT-65978 Analysis API: Use soft references in FileStructureCache
  • KT-64051 K2 IDE: Analysis API: Unresolved links to typealias in KDoc
  • KT-66189 K2 / IDE: KtFirExpressionTypeProvider bugs
  • KT-61422 K2 IDE: "No array element type for vararg value parameter: org.jetbrains.kotlin.fir.declarations.impl.FirValueParameterImpl"
  • KT-66276 K2: Analysis API: TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM false positive for script parameter
  • KT-66232 K2: Analysis API: cover ScriptWithCustomDefDiagnosticsTestBaseGenerated by LL FIR tests
  • KT-60996 K2: Stub Based Deserializer: Set versionRequirements to enable VERSION_REQUIREMENT_DEPRECATION diagnostics
  • KT-66306 K2: Analysis API: drop ability to enable ... _Description has been truncated_