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 21 updates #3436

Merged
merged 1 commit into from
May 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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: graphql-java/graphql-java@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

Bumps the dependencies group with 21 updates:

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


Updates `io.netty:netty-bom` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-common` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-buffer` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-handler` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-transport` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-transport-native-epoll` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-codec-http` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-codec-http2` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-transport-native-kqueue` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

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

Updates `com.graphql-java:graphql-java` from 22.0 to 22.1
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v22.0...v22.1)

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

Updates `io.netty:netty-common` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-buffer` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-handler` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-transport` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-transport-native-epoll` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-codec-http` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.2.0...3.3.0)

Updates `org.apache.maven:maven-plugin-api` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.6...maven-3.9.7)

Updates `org.apache.maven:maven-core` from 3.9.6 to 3.9.7
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.6...maven-3.9.7)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.24 to 2.0.0

Updates `io.netty:netty-codec-http2` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

Updates `io.netty:netty-transport-native-kqueue` from 4.1.109.Final to 4.1.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

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

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

Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-buffer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-epoll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-kqueue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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.graphql-java:graphql-java
  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.netty:netty-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-buffer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-epoll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.netty:netty-codec-http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.netty:netty-transport-native-kqueue
  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: gg.jte:jte
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  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 May 27, 2024
@jknack jknack added this to the 3.1.2 milestone May 27, 2024
@jknack jknack merged commit ba216aa into 3.x May 27, 2024
0 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-bf8136652e branch May 27, 2024 09:42
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