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

Bump the minor-and-patch-dependencies group with 13 updates #165

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the minor-and-patch-dependencies group with 13 updates:

Package From To
jvm 1.9.20 1.9.21
software.amazon.awssdk:aws-core 2.21.15 2.21.37
software.amazon.awssdk:cloudformation 2.21.15 2.21.37
software.amazon.awssdk:dynamodb 2.21.15 2.21.37
software.amazon.awssdk:s3 2.21.15 2.21.37
software.amazon.awssdk:secretsmanager 2.21.15 2.21.37
software.amazon.awssdk:sns 2.21.15 2.21.37
software.amazon.awssdk:sqs 2.21.15 2.21.37
com.amazonaws:aws-java-sdk-core 1.12.581 1.12.604
software.amazon.awssdk:firehose 2.21.15 2.21.37
software.amazon.awssdk:kinesis 2.21.15 2.21.37
software.amazon.awssdk:kms 2.21.15 2.21.37
software.amazon.awssdk:ses 2.21.15 2.21.37

Updates jvm from 1.9.20 to 1.9.21

Release notes

Sourced from jvm's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

... (truncated)

Changelog

Sourced from jvm's changelog.

1.9.21

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by "unlock" called twice

Klibs

  • KT-62515 Interop klib of concurrent version is not accepted when building dependent project: "The library versions don't match"

Tools. CLI

  • KT-63139 Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata info

Tools. Gradle

  • KT-63499 Gradle: Source sets conventions are still registered

Tools. Gradle. JS

  • KT-59523 MPP / KJS: ESM modules uses incorrect file extension on package.json (.mjs)

Tools. Gradle. Kapt

  • KT-63366 Kapt processing fails with custom source sets

... (truncated)

Commits
  • b2740d8 Add changelog for 1.9.21
  • 5d6520c [K/JS] Fix coroutines but turn back the fix for coroutines intrinsics `interc...
  • 8293c8f KAPT: Use reflection to access code, changed in JDK 21
  • e459a6d KAPT: Always print parens on empty annotation parameters
  • 705c804 KAPT: Run tests on JDK 21
  • 120c99d Fix ClassCastException in JPS statistics ad update log messages
  • 68f2618 Fix ClassCastException in JPS statistics ad update log messages
  • c66b789 KAPT3: Use another class in com.sun.tools.javac.main
  • d4ce8c7 Temporarily disable Kapt4IT and KaptIncrementalIT and the descendants.
  • f559dd5 Stop using IJ's maps in graph implementation of JPS
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:aws-core from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:cloudformation from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:dynamodb from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:s3 from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:secretsmanager from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:sns from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:sqs from 2.21.15 to 2.21.37

Updates com.amazonaws:aws-java-sdk-core from 1.12.581 to 1.12.604

Changelog

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

1.12.604 2023-12-01

Amazon Q Connect

  • Features

    • This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.

Amazon Recycle Bin

  • Features

    • Added resource identifier in the output and updated error handling.

Amazon Verified Permissions

  • Features

    • Adds description field to PolicyStore API's and namespaces field to GetSchema.

1.12.603 2023-11-30

AWS ARC - Zonal Shift

  • Features

    • This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.

AWS Glue

  • Features

    • Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.

AWS Marketplace Agreement Service

  • Features

    • The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.

AWS Marketplace Catalog Service

  • Features

    • This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.

AWS Marketplace Deployment Service

  • Features

    • AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.

Amazon SageMaker Service

  • Features

    • This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio

Redshift Serverless

  • Features

    • This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.

1.12.600 2023-11-29

AWS Clean Rooms Service

  • Features

    • AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.

AWS Security Token Service

  • Features

    • Documentation updates for AWS Security Token Service.

... (truncated)

Commits
  • c265f9f AWS SDK for Java 1.12.604
  • e0c2c57 Update GitHub version number to 1.12.604-SNAPSHOT
  • a1f23e8 AWS SDK for Java 1.12.603
  • c69beec Update GitHub version number to 1.12.603-SNAPSHOT
  • fa6cef3 AWS SDK for Java 1.12.602
  • 44e5277 Update GitHub version number to 1.12.601-SNAPSHOT
  • 117cfa7 AWS SDK for Java 1.12.600
  • 90f6e58 Update GitHub version number to 1.12.601-SNAPSHOT
  • 1f42766 AWS SDK for Java 1.12.600
  • c5275d7 Update GitHub version number to 1.12.600-SNAPSHOT
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:firehose from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:kinesis from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:kms from 2.21.15 to 2.21.37

Updates software.amazon.awssdk:ses from 2.21.15 to 2.21.37

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 minor-and-patch-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.20` | `1.9.21` |
| software.amazon.awssdk:aws-core | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:cloudformation | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:dynamodb | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:s3 | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:secretsmanager | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:sns | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:sqs | `2.21.15` | `2.21.37` |
| [com.amazonaws:aws-java-sdk-core](https://github.com/aws/aws-sdk-java) | `1.12.581` | `1.12.604` |
| software.amazon.awssdk:firehose | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:kinesis | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:kms | `2.21.15` | `2.21.37` |
| software.amazon.awssdk:ses | `2.21.15` | `2.21.37` |


Updates `jvm` from 1.9.20 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.21)

Updates `software.amazon.awssdk:aws-core` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:cloudformation` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:dynamodb` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:s3` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:secretsmanager` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:sns` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:sqs` from 2.21.15 to 2.21.37

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

Updates `software.amazon.awssdk:firehose` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:kinesis` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:kms` from 2.21.15 to 2.21.37

Updates `software.amazon.awssdk:ses` from 2.21.15 to 2.21.37

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:aws-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:cloudformation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 6, 2023
@dependabot dependabot bot deleted the dependabot/gradle/minor-and-patch-dependencies-d63a921d22 branch December 6, 2023 06:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants