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 root-gradle-deps group with 10 updates #1438

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps the root-gradle-deps group with 10 updates:

Package From To
com.google.guava:guava 32.1.2-jre 32.1.3-jre
com.github.ben-manes.versions 0.48.0 0.49.0
com.google.cloud.tools.jib 3.3.2 3.4.0
com.amazonaws:aws-java-sdk-bom 1.12.553 1.12.565
org.mockito:mockito-core 5.5.0 5.6.0
com.github.spullara.mustache.java:compiler 0.9.10 0.9.11
commons-io:commons-io 2.13.0 2.14.0
io.freefair.lombok 8.3 8.4
com.diffplug.spotless 6.21.0 6.22.0
software.amazon.awssdk:s3 2.20.150 2.20.162

Updates com.google.guava:guava from 32.1.2-jre to 32.1.3-jre

Release notes

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

32.1.3

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Changed Gradle Metadata to include dependency versions directly. This may address "Could not find some-dependency" errors that some users have reported (which might be a result of users' excluding guava-parent). (c6d35cf1a5)
  • collect: Changed Multisets.unmodifiableMultiset(set).removeIf(predicate) to throw an exception always, even if nothing matches predicate. (61dbccfda3)
  • graph: Fixed the behavior of Graph/ValueGraph views for a node when that node is removed from the graph. (950799691c)
  • io: Fixed Files.createTempDir and FileBackedOutputStream under Windows services, a rare use case. (The fix actually covers only Java 9+ because Java 8 would require an additional approach. Let us know if you need support under Java 8.) (f87f68cd3e)
  • net: Made MediaType.parse allow and skip over whitespace around the / and = separator tokens in addition to the ; separator, for which it was already being allowed. (2786f83291)
  • util.concurrent: Tweaked Futures.getChecked constructor-selection behavior: The method continues to prefer to call constructors with a String parameter, but now it breaks ties based on whether the constructor has a Throwable parameter. Beyond that, the choice of constructor remains undefined. (For this and other reasons, we discourage the use of getChecked.) (59cfb2267a)
Commits

Updates com.github.ben-manes.versions from 0.48.0 to 0.49.0

Updates com.google.cloud.tools.jib from 3.3.2 to 3.4.0

Updates com.amazonaws:aws-java-sdk-bom from 1.12.553 to 1.12.565

Changelog

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

1.12.565 2023-10-06

AWS Marketplace Catalog Service

  • Features

    • This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs

AWS Transfer Family

  • Features

    • This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters

Amazon Elastic Compute Cloud

  • Features

    • Documentation updates for Elastic Compute Cloud (EC2).

Amazon FSx

  • Features

    • After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.

Amazon QuickSight

  • Features

    • NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication

1.12.564 2023-10-05

AWS SecurityHub

  • Features

    • Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster

AWS Storage Gateway

  • Features

    • Add SoftwareVersion to response of DescribeGatewayInformation.

Amazon Omics

  • Features

    • Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API

Amazon Relational Database Service

  • Features

    • Updates Amazon RDS documentation for corrections and minor improvements.

Amazon Route 53

  • Features

    • Add hostedzonetype filter to ListHostedZones API.

Amazon WorkSpaces

  • Features

    • This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.

1.12.563 2023-10-04

AWS MediaTailor

  • Features

    • Updates DescribeVodSource to include a list of ad break opportunities in the response

... (truncated)

Commits
  • d7567c0 AWS SDK for Java 1.12.565
  • 6248c4e Update GitHub version number to 1.12.565-SNAPSHOT
  • d730a4c AWS SDK for Java 1.12.564
  • def2c46 Update GitHub version number to 1.12.564-SNAPSHOT
  • 76db0a1 AWS SDK for Java 1.12.563
  • a0063e4 Update GitHub version number to 1.12.563-SNAPSHOT
  • fc14474 AWS SDK for Java 1.12.562
  • 246c9e6 Update GitHub version number to 1.12.562-SNAPSHOT
  • 17aa437 AWS SDK for Java 1.12.561
  • ee7313b Update GitHub version number to 1.12.561-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.5.0 to 5.6.0

Release notes

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

v5.6.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.6.0

Commits
  • 6f4eb02 Add parameter support for @Captor with JUnit Jupiter (#3133)
  • fb48e09 Make MockUtil.getMockMaker() public Mockito API (#3129)
  • 597e902 Use spdx identifier for license name (#3134)
  • 2dd0f08 Bump com.google.googlejavaformat:google-java-format (#3131)
  • 1c02bd7 Bump com.gradle.enterprise from 3.15 to 3.15.1 (#3132)
  • edc6243 Bump com.google.googlejavaformat:google-java-format (#3126)
  • 6d093b4 Bump com.diffplug.spotless from 6.21.0 to 6.22.0 (#3125)
  • 5d946b4 Bump versions.errorprone from 2.21.1 to 2.22.0 (#3122)
  • 20e878f Bump versions.bytebuddy from 1.14.7 to 1.14.8 (#3117)
  • bf3f9e9 Bump com.gradle.enterprise from 3.14.1 to 3.15 (#3115)
  • Additional commits viewable in compare view

Updates com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.11

Commits
  • fed5437 [maven-release-plugin] prepare release mustache.java-0.9.11
  • d6dfa10 need to update to the latest goal
  • 016764c add manifest information to built jar
  • 8c97ec4 ISSUR-280: example of delaying parsing and execution when you don't need it c...
  • 43fd04a add a test for null breaking execute
  • 64e6e3f change jackson version to remove warnings
  • 304f71a ISSUE-291: fix substring issue with empty dot
  • 3433d0c update to a later scala without deserialization issue
  • c4c5a6f share find code between Map/Simple object handlers
  • 7b5b600 remove usage of immutablemap
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.13.0 to 2.14.0

Updates io.freefair.lombok from 8.3 to 8.4

Release notes

Sourced from io.freefair.lombok's releases.

8.4

What's Changed

New Contributors

Full Changelog: freefair/gradle-plugins@8.3...8.4

Commits
  • 852ff21 Merge branch 'master' of github.com:freefair/gradle-plugins
  • 8724414 Update Lombok Plugin tests
  • 3f237d5 Merge pull request #903 from freefair/dependabot/gradle/examples/org.apache.m...
  • 4ba0b0e Bump org.apache.maven:maven-plugin-api from 3.9.4 to 3.9.5 in /examples
  • a1af72f Merge pull request #904 from freefair/dependabot/gradle/examples/org.apache.m...
  • a17f6b2 Bump org.apache.maven:maven-core from 3.9.4 to 3.9.5 in /examples
  • bac5673 Merge pull request #905 from freefair/dependabot/gradle/examples/org.apache.m...
  • 1849f9a Merge pull request #908 from freefair/dependabot/gradle/examples/com.gradle.e...
  • 5bbfa73 Merge pull request #909 from freefair/dependabot/gradle/com.gradle.enterprise...
  • eb97e53 Bump com.gradle.enterprise from 3.15 to 3.15.1
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 6.21.0 to 6.22.0

Updates software.amazon.awssdk:s3 from 2.20.150 to 2.20.162

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

@dependabot dependabot bot requested a review from a team as a code owner October 11, 2023 22:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 11, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/root-gradle-deps-db2347e6e9 branch from 0c601af to 39c8552 Compare October 11, 2023 22:27
Bumps the root-gradle-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.2-jre` | `32.1.3-jre` |
| com.github.ben-manes.versions | `0.48.0` | `0.49.0` |
| com.google.cloud.tools.jib | `3.3.2` | `3.4.0` |
| [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) | `1.12.553` | `1.12.565` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.5.0` | `5.6.0` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.10` | `0.9.11` |
| commons-io:commons-io | `2.13.0` | `2.14.0` |
| [io.freefair.lombok](https://github.com/freefair/gradle-plugins) | `8.3` | `8.4` |
| com.diffplug.spotless | `6.21.0` | `6.22.0` |
| software.amazon.awssdk:s3 | `2.20.150` | `2.20.162` |


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

Updates `com.github.ben-manes.versions` from 0.48.0 to 0.49.0

Updates `com.google.cloud.tools.jib` from 3.3.2 to 3.4.0

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

Updates `org.mockito:mockito-core` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.5.0...v5.6.0)

Updates `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.11
- [Commits](spullara/mustache.java@0.9.10...mustache.java-0.9.11)

Updates `commons-io:commons-io` from 2.13.0 to 2.14.0

Updates `io.freefair.lombok` from 8.3 to 8.4
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.3...8.4)

Updates `com.diffplug.spotless` from 6.21.0 to 6.22.0

Updates `software.amazon.awssdk:s3` from 2.20.150 to 2.20.162

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.amazonaws:aws-java-sdk-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-gradle-deps
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/root-gradle-deps-db2347e6e9 branch from 39c8552 to 4c8315b Compare October 11, 2023 22:28
@humivo humivo merged commit e97320d into terraform Oct 11, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/root-gradle-deps-db2347e6e9 branch October 11, 2023 22:45
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.

1 participant