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 dependency-updates group across 1 directory with 9 updates #311

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependency-updates group with 9 updates in the / directory:

Package From To
org.checkerframework:checker-qual 3.42.0 3.43.0
com.fasterxml.jackson.core:jackson-core 2.17.0 2.17.1
com.fasterxml.jackson.core:jackson-databind 2.17.0 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-csv 2.17.0 2.17.1
com.fasterxml.jackson.core:jackson-annotations 2.17.0 2.17.1
com.google.guava:guava 33.1.0-jre 33.2.0-jre
com.amazonaws:aws-java-sdk-core 1.12.713 1.12.715
com.amazonaws:aws-java-sdk-s3 1.12.713 1.12.715
ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin 1.0.24 1.0.25

Updates org.checkerframework:checker-qual from 3.42.0 to 3.43.0

Release notes

Sourced from org.checkerframework:checker-qual's releases.

Checker Framework 3.43.0

Version 3.43.0 (May 1, 2024)

User-visible changes:

Method, constructor, lambda, and method reference type inference has been greatly improved. The -AconservativeUninferredTypeArguments option is no longer necessary and has been removed.

Renamed command-line arguments:

  • -AskipDirs has been renamed to -AskipFiles. -AskipDirs will continue to work for the time being.

New command-line arguments:

  • -AonlyFiles complements -AskipFiles

A specialized inference algorithm for the Resource Leak Checker runs automatically as part of whole-program inference.

Implementation details:

Deprecated ObjectCreationNode#getConstructor in favor of new ObjectCreationNode#getTypeToInstantiate().

Renamed AbstractCFGVisualizer.visualizeBlockHelper() to visualizeBlockWithSeparator().

Moved methods from TreeUtils to subclasses of TreeUtilsAfterJava11:

  • isConstantCaseLabelTree
  • isDefaultCaseLabelTree
  • isPatternCaseLabelTree

Renamed BaseTypeVisitor.checkForPolymorphicQualifiers() to warnInvalidPolymorphicQualifier().

Closed issues:

#979, #4559, #4593, #5058, #5734, #5781, #6071, #6093, #6239, #6297, #6317, #6322, #6346, #6373, #6376, #6378, #6379, #6380, #6389, #6393, #6396, #6402, #6406, #6407, #6417, #6421, #6430, #6433, #6438, #6442, #6473, #6480, #6507, #6531, #6535.

Changelog

Sourced from org.checkerframework:checker-qual's changelog.

Version 3.43.0 (May 1, 2024)

User-visible changes:

Method, constructor, lambda, and method reference type inference has been greatly improved. The -AconservativeUninferredTypeArguments option is no longer necessary and has been removed.

Renamed command-line arguments:

  • -AskipDirs has been renamed to -AskipFiles. -AskipDirs will continue to work for the time being.

New command-line arguments:

  • -AonlyFiles complements -AskipFiles

A specialized inference algorithm for the Resource Leak Checker runs automatically as part of whole-program inference.

Implementation details:

Deprecated ObjectCreationNode#getConstructor in favor of new ObjectCreationNode#getTypeToInstantiate().

Renamed AbstractCFGVisualizer.visualizeBlockHelper() to visualizeBlockWithSeparator().

Moved methods from TreeUtils to subclasses of TreeUtilsAfterJava11:

  • isConstantCaseLabelTree
  • isDefaultCaseLabelTree
  • isPatternCaseLabelTree

Renamed BaseTypeVisitor.checkForPolymorphicQualifiers() to warnInvalidPolymorphicQualifier().

Closed issues:

#979, #4559, #4593, #5058, #5734, #5781, #6071, #6093, #6239, #6297, #6317, #6322, #6346, #6373, #6376, #6378, #6379, #6380, #6389, #6393, #6396, #6402, #6406, #6407, #6417, #6421, #6430, #6433, #6438, #6442, #6473, #6480, #6507, #6531, #6535.

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.17.0 to 2.17.1

Commits
  • cba40f1 [maven-release-plugin] prepare release jackson-core-2.17.1
  • d33c4b5 Prepare for 2.17.1 release
  • 2a4a6dc Fix #1256: revert #1117, default recycler pool again threadLocalPool() (for...
  • 7e57e5b Update branch designation for CI
  • 4b8d399 Part of #1260: write a manually run concurrency test to tease out problem wit...
  • 33c4260 Fixes #1262: Add diagnostic method pooledCount() in RecyclerPool (#1263)
  • c73bde2 Fix NumberInput.looksLikeValidNumber() implementation (#1241)
  • 1c656ae ...
  • 11e3bd7 update(tests): migrate remaining JUnit 4 code in core to JUnit 5 (#1248)
  • fff79ea update(tests): migrate JUnit 4 code to JUnit 5 in core.base64 to core.sym (#1...
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.17.0 to 2.17.1

Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.17.0 to 2.17.1

Commits

Updates com.google.guava:guava from 33.1.0-jre to 33.2.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.2.0

Android users: Please test recent Guava versions

If you know of Guava Android users who have not yet upgraded to at least release 33.0.0, please encourage them to upgrade, preferably to today's release, 33.2.0. These releases have begun adding Java 8+ APIs to guava-android. While we don't anticipate problems, we do anticipate that any unexpected problems could force a disruptive rollback. To minimize any disruption, we'd like to catch any such problems early.

Please let us know of any problems you encounter.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.2.0-jre</version>
  <!-- or, for Android: -->
  <version>33.2.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Dropped testing for Android versions before Lollipop (API Level 21). Guava may stop working under older versions in the future, or it may have done so already.
  • Fixed a GWT compilation breakage under Gradle. (858caf425c)
  • collect: Made our Collector APIs (e.g., ImmutableList.toImmutableList()) available in guava-android. More Java 8 APIs will follow in future releases. (96fca0b747)
    • As always, streams are available to Android code only when that code enables library desugaring or targets a new enough API Level (24 (Nougat) for many stream APIs). (But note that we test only with library desugaring, so we don't currently know if API Level 24 is high enough to use our Collector APIs unless you have also enabled library desugaring.) Guava users who avoid the Collector APIs do not need to meet this requirement.
  • collect: Fixed a potential NullPointerException in ImmutableMap.Builder on a rare code path. (70a98115d8)
  • net: Added HttpHeaders constants Ad-Auction-Allowed, Permissions-Policy-Report-Only, and Sec-GPC. (7dc01ed27b, 41d0d9a833, 38c8017bd44b7919b112f1c99f3d8ce4b058ae5d)
Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1

Commits

Updates com.amazonaws:aws-java-sdk-core from 1.12.713 to 1.12.715

Changelog

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

1.12.715 2024-05-03

AWS DataSync

  • Features

    • Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.

AWS SDK for Java

  • Features

    • Update Jackson to 2.12.7.2. This fixes the last of the known compatibility issues with Java 17.

Agents for Amazon Bedrock

  • Features

    • This release adds support for using Provisioned Throughput with Bedrock Agents.

Amazon Connect Cases

  • Features

    • This feature supports the release of Files related items

Amazon Connect Service

  • Features

    • This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.

Amazon SageMaker Service

  • Features

    • Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs

Amazon Simple Email Service

  • Features

    • Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

Inspector2

  • Features

    • This release adds CSV format to GetCisScanReport for Inspector v2

1.12.714 2024-05-02

Amazon DynamoDB

  • Features

    • This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.

Amazon Elastic Compute Cloud

  • Features

    • This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).

Amazon Personalize

  • Features

    • This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.

Redshift Serverless

  • Features

    • Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.
Commits
  • dac714b AWS SDK for Java 1.12.715
  • acf9d55 Update GitHub version number to 1.12.715-SNAPSHOT
  • baa2c38 AWS SDK for Java 1.12.714
  • 37e68c3 Update GitHub version number to 1.12.714-SNAPSHOT
  • See full diff in compare view

Updates com.amazonaws:aws-java-sdk-s3 from 1.12.713 to 1.12.715

Changelog

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

1.12.715 2024-05-03

AWS DataSync

  • Features

    • Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.

AWS SDK for Java

  • Features

    • Update Jackson to 2.12.7.2. This fixes the last of the known compatibility issues with Java 17.

Agents for Amazon Bedrock

  • Features

    • This release adds support for using Provisioned Throughput with Bedrock Agents.

Amazon Connect Cases

  • Features

    • This feature supports the release of Files related items

Amazon Connect Service

  • Features

    • This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.

Amazon SageMaker Service

  • Features

    • Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs

Amazon Simple Email Service

  • Features

    • Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

Inspector2

  • Features

    • This release adds CSV format to GetCisScanReport for Inspector v2

1.12.714 2024-05-02

Amazon DynamoDB

  • Features

    • This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.

Amazon Elastic Compute Cloud

  • Features

    • This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).

Amazon Personalize

  • Features

    • This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.

Redshift Serverless

  • Features

    • Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.
Commits
  • dac714b AWS SDK for Java 1.12.715
  • acf9d55 Update GitHub version number to 1.12.715-SNAPSHOT
  • baa2c38 AWS SDK for Java 1.12.714
  • 37e68c3 Update GitHub version number to 1.12.714-SNAPSHOT
  • See full diff in compare view

Updates com.amazonaws:aws-java-sdk-s3 from 1.12.713 to 1.12.715

Changelog

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

1.12.715 2024-05-03

AWS DataSync

  • Features

    • Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.

AWS SDK for Java

  • Features

    • Update Jackson to 2.12.7.2. This fixes the last of the known compatibility issues with Java 17.

Agents for Amazon Bedrock

  • Features

    • This release adds support for using Provisioned Throughput with Bedrock Agents.

Amazon Connect Cases

  • Features

    • This feature supports the release of Files related items

Amazon Connect Service

  • Features

    • This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.

Amazon SageMaker Service

  • Features

    • Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs

Amazon Simple Email Service

  • Features

    • Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.

Inspector2

  • Features

    • This release adds CSV format to GetCisScanReport for Inspector v2

1.12.714 2024-05-02

Amazon DynamoDB

  • Features

    • This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.

Amazon Elastic Compute Cloud

  • Features

    • This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).

Amazon Personalize

  • Features

    • This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.

Redshift Serverless

  • Features

    • Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.
Commits
  • dac714b AWS SDK for Java 1.12.715
  • acf9d55 Update GitHub version number to 1.12.715-SNAPSHOT
  • baa2c38 AWS SDK for Java 1.12.714
  • 37e68c3 Update GitHub version number to 1.12.714-SNAPSHOT
  • See full diff in compare view

Updates ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.24 to 1.0.25

Release notes

Sourced from ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin's releases.

provisio-1.0.25

What's Changed

Full Changelog: jvanzyl/provisio@provisio-1.0.24...provisio-1.0.25

Commits
  • 9cbd1f8 [maven-release-plugin] prepare release provisio-1.0.25
  • 714af0e Updates
  • bfcdd56 Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.13
  • d4d61ce [maven-release-plugin] prepare for next development iteration
  • See full diff 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 dependency-updates group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.42.0` | `3.43.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.17.0` | `2.17.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.0` | `2.17.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-csv](https://github.com/FasterXML/jackson-dataformats-text) | `2.17.0` | `2.17.1` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.0` | `2.17.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.1.0-jre` | `33.2.0-jre` |
| [com.amazonaws:aws-java-sdk-core](https://github.com/aws/aws-sdk-java) | `1.12.713` | `1.12.715` |
| [com.amazonaws:aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) | `1.12.713` | `1.12.715` |
| [ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin](https://github.com/takari/provisio) | `1.0.24` | `1.0.25` |



Updates `org.checkerframework:checker-qual` from 3.42.0 to 3.43.0
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.42.0...checker-framework-3.43.0)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-core@jackson-core-2.17.0...jackson-core-2.17.1)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.0...jackson-dataformats-text-2.17.1)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.17.0 to 2.17.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.0...jackson-dataformats-text-2.17.1)

Updates `com.google.guava:guava` from 33.1.0-jre to 33.2.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.0 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

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

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

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

Updates `ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin` from 1.0.24 to 1.0.25
- [Release notes](https://github.com/takari/provisio/releases)
- [Commits](jvanzyl/provisio@provisio-1.0.24...provisio-1.0.25)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: com.amazonaws:aws-java-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2024

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

@dependabot dependabot bot closed this May 9, 2024
@dependabot dependabot bot deleted the dependabot/maven/dependency-updates-0e11fa05fb branch May 9, 2024 15:17
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

0 participants