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 16 updates #3423

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 16 updates:

Package From To
com.amazonaws:aws-java-sdk-bom 1.12.715 1.12.720
org.eclipse.jetty:jetty-server 12.0.8 12.0.9
org.eclipse.jetty.websocket:jetty-websocket-core-server 12.0.8 12.0.9
org.eclipse.jetty.websocket:jetty-websocket-jetty-api 12.0.8 12.0.9
org.eclipse.jetty.websocket:jetty-websocket-jetty-server 12.0.8 12.0.9
org.eclipse.jetty.http2:jetty-http2-server 12.0.8 12.0.9
org.eclipse.jetty:jetty-alpn-java-server 12.0.8 12.0.9
org.eclipse.jetty.http2:jetty-http2-client 12.0.8 12.0.9
org.jetbrains.kotlin:kotlin-stdlib 1.9.23 1.9.24
org.jetbrains.kotlin:kotlin-reflect 1.9.23 1.9.24
org.jetbrains.kotlin:kotlin-maven-plugin 1.9.23 1.9.24
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.0 1.8.1
org.mockito:mockito-core 5.11.0 5.12.0
org.mockito:mockito-junit-jupiter 5.11.0 5.12.0
info.picocli:picocli 4.7.5 4.7.6
info.picocli:picocli-codegen 4.7.5 4.7.6

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

Changelog

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

1.12.720 2024-05-10

AWS Application Discovery Service

  • Features

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

AWS IoT Greengrass V2

  • Features

    • Mark ComponentVersion in ComponentDeploymentSpecification as required.

AWS SSO OIDC

  • Features

    • Updated request parameters for PKCE support.

Amazon SageMaker Service

  • Features

    • Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.

1.12.719 2024-05-09

AWS Systems Manager for SAP

  • Features

    • Added support for application-aware start/stop of SAP applications running on EC2 instances, with SSM for SAP

Agents for Amazon Bedrock Runtime

  • Features

    • This release adds support to provide guardrail configuration and modify inference parameters that are then used in RetrieveAndGenerate API in Agents for Amazon Bedrock.

Amazon Pinpoint

  • Features

    • This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.

Amazon Route 53 Resolver

  • Features

    • Update the DNS Firewall settings to correct a spelling issue.

Amazon Verified Permissions

  • Features

    • Adds policy effect and actions fields to Policy API's.

1.12.718 2024-05-08

Amazon Cognito Identity Provider

  • Features

    • Add EXTERNAL_PROVIDER enum value to UserStatusType.

Amazon EC2 Container Registry

  • Features

    • This release adds pull through cache rules support for GitLab container registry in Amazon ECR.

Amazon Elastic Compute Cloud

  • Features

    • Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes

... (truncated)

Commits
  • 8efd1d9 AWS SDK for Java 1.12.720
  • bdefb0e Update GitHub version number to 1.12.720-SNAPSHOT
  • f10e25a AWS SDK for Java 1.12.719
  • 5d52a61 Update GitHub version number to 1.12.719-SNAPSHOT
  • b6a70a1 AWS SDK for Java 1.12.718
  • 31cdf3f Update GitHub version number to 1.12.718-SNAPSHOT
  • 5f7de41 AWS SDK for Java 1.12.717
  • c906ee9 Update GitHub version number to 1.12.717-SNAPSHOT
  • 4b7b9d4 AWS SDK for Java 1.12.716
  • f0737f1 Update GitHub version number to 1.12.716-SNAPSHOT
  • See full diff in compare view

Updates org.eclipse.jetty:jetty-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.http2:jetty-http2-client from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.0.8 to 12.0.9

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

Release notes

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

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

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

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-reflect from 1.9.23 to 1.9.24

Release notes

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

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view

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

Updates org.jetbrains.kotlin:kotlin-reflect from 1.9.23 to 1.9.24

Release notes

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

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.

1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.

Version 1.8.1

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small tweaks and documentation fixes.

Changelog relative to version 1.8.1-Beta

  • Flow.timeout throws the exception with which the channel was closed (#4071).
  • Small documentation fixes.

Version 1.8.1-Beta

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!
  • Attempt a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#4051).
  • Small tweaks.
Commits
  • cd696d3 Version 1.8.1
  • c1ba5af Fix the ticker channel example giving wrong results on the website (#4109)
  • 2430d9a Fix broken API reference links to the Project Reactor Javadoc (#4111)
  • f22b229 fix the link to Thread.uncaughtExceptionHandler
  • 515308d fix: get rid of horizontal scrolling by splitting the comment and show more c...
  • f8d1821 Fix typo in coroutine-context-and-dispatchers.md (#3941)
  • 20707d3 fix: remove sampleStart and sampleEnd comments from example in coroutine-...
  • 0148534 chore: fix identation in example loadContributorsBlocking() (#4085)
  • 74774df Docs: reference to The Hitchhiker's Guide to the Galaxy (#4082)
  • d106ac7 Docs: avoid scrolling sample code; fix test description; add () to functions ...
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.11.0 to 5.12.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.12.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.12.0

Commits
  • 12cef84 AdditionalMatchers.and() and or() swap matcher order (#3335)
  • f3821ff Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#3341)
  • 25ad018 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#3339)
  • de38124 Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#3338)
  • 88e8481 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#3336)
  • 8c222c2 Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#3337)
  • fb9ff6d Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#3327)
  • af70125 Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#3324)
  • 1eac76b Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#3322)
  • cd512ab Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#3320)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.12.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.12.0

Commits
  • 12cef84 AdditionalMatchers.and() and or() swap matcher order (#3335)
  • f3821ff Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#3341)
  • 25ad018 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#3339)
  • de38124 Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#3338)
  • 88e8481 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#3336)
  • 8c222c2 Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#3337)
  • fb9ff6d Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#3327)
  • af70125 Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#3324)
  • 1eac76b Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#3322)
  • cd512ab Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#3320)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.12.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.12.0

Commits
  • 12cef84 AdditionalMatchers.and() and or() swap matcher order (#3335)
  • f3821ff Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#3341)
  • 25ad018 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#3339)
  • de38124 Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#3338)
  • 88e8481 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#3336)
  • 8c222c2 Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#3337)
  • fb9ff6d Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#3327)
  • af70125 Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#3324)
  • 1eac76b Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#3322)
  • cd512ab Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#3320)
  • Additional commits viewable in compare view

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

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.8 to 12.0.9

Updates info.picocli:picocli from 4.7.5 to 4.7.6

Release notes

Sourced from info.picocli:picocli's releases.

Picocli 4.7.6

Picocli 4.7.6

The picocli community is pleased to announce picocli 4.7.6.

This release includes bugfixes and enhancements.

Many thanks to the picocli community for raising these issues and providing the pull requests to address them!

This is the eighty-fifth public release. Picocli follows semantic versioning. Artifacts in this release are signed by Remko Popma (6601 E5C0 8DCC BB96).

Table of Contents

    Description has been truncated

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.715` | `1.12.720` |
| org.eclipse.jetty:jetty-server | `12.0.8` | `12.0.9` |
| org.eclipse.jetty.websocket:jetty-websocket-core-server | `12.0.8` | `12.0.9` |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-api | `12.0.8` | `12.0.9` |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-server | `12.0.8` | `12.0.9` |
| org.eclipse.jetty.http2:jetty-http2-server | `12.0.8` | `12.0.9` |
| org.eclipse.jetty:jetty-alpn-java-server | `12.0.8` | `12.0.9` |
| org.eclipse.jetty.http2:jetty-http2-client | `12.0.8` | `12.0.9` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.23` | `1.9.24` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `1.9.23` | `1.9.24` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `1.9.23` | `1.9.24` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.8.0` | `1.8.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.11.0` | `5.12.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.11.0` | `5.12.0` |
| [info.picocli:picocli](https://github.com/remkop/picocli) | `4.7.5` | `4.7.6` |
| [info.picocli:picocli-codegen](https://github.com/remkop/picocli) | `4.7.5` | `4.7.6` |


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

Updates `org.eclipse.jetty:jetty-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.websocket:jetty-websocket-core-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-api` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.http2:jetty-http2-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty:jetty-alpn-java-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.http2:jetty-http2-client` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.websocket:jetty-websocket-core-server` from 12.0.8 to 12.0.9

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

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

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

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

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.8.0...1.8.1)

Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

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

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-api` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.websocket:jetty-websocket-jetty-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.http2:jetty-http2-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty:jetty-alpn-java-server` from 12.0.8 to 12.0.9

Updates `info.picocli:picocli` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.5...v4.7.6)

Updates `info.picocli:picocli-codegen` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.5...v4.7.6)

Updates `info.picocli:picocli-codegen` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.5...v4.7.6)

Updates `org.eclipse.jetty.http2:jetty-http2-client` from 12.0.8 to 12.0.9

---
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.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-core-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-alpn-java-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-core-server
  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-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  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-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.websocket:jetty-websocket-jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-alpn-java-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: info.picocli:picocli-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: info.picocli:picocli-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty.http2:jetty-http2-client
  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 13, 2024
@jknack jknack merged commit 6e9a1bd into 3.x May 13, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-e59b13b358 branch May 13, 2024 10:20
@jknack jknack added this to the 3.1.0 milestone May 13, 2024
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