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 #1434

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
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
io.opentelemetry:opentelemetry-bom 1.30.1 1.31.0
software.amazon.awssdk:s3 2.20.150 2.20.162

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 io.opentelemetry:opentelemetry-bom from 1.30.1 to 1.31.0

Release notes

Sourced from io.opentelemetry:opentelemetry-bom's releases.

Version 1.31.0

API

Incubator

  • Refactor advice API to simplify usage (#5848)

SDK

  • BatchLogRecordProcessor and BatchSpanProcessor unify queueSize metric description and attribute name for processorType (#5836)

Metrics

  • Allow instrument names to contain a forward slash (#5824)
  • Memory Mode support: Adding memory mode, and implementing it for Asynchronous Instruments (#5709, #5855)
  • Stabilize MetricProducer, allow custom MetricReaders (#5835)
  • Drop NaN measurements to metric instruments (#5859)
  • Fix flaky MetricExporterConfigurationTest (#5877)

Logs

  • Add addAllAttributes() to ReadWriteLogRecord. (#5825)

Exporters

  • Prometheus exporter: handle colliding metric attribute keys (#5717)

SDK Extensions

  • File configuration ConfigurationReader handles null values as empty (#5829)

Semantic conventions

Project Tooling

  • Add Benchmark workflows (#5842, #5874)
  • Add clearer docs around coroutine support with an example (#5799)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​aabmass @​asafm @​breedx-splk @​cbos @​cmunger @​dashpole

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.31.0 (2023-10-06)

API

Incubator

  • Refactor advice API to simplify usage (#5848)

SDK

  • BatchLogRecordProcessor and BatchSpanProcessor unify queueSize metric description and attribute name for processorType (#5836)

Metrics

  • Allow instrument names to contain a forward slash (#5824)
  • Memory Mode support: Adding memory mode, and implementing it for Asynchronous Instruments (#5709, #5855)
  • Stabilize MetricProducer, allow custom MetricReaders (#5835)
  • Drop NaN measurements to metric instruments (#5859)
  • Fix flaky MetricExporterConfigurationTest (#5877)

Logs

  • Add addAllAttributes() to ReadWriteLogRecord. (#5825)

Exporters

  • Prometheus exporter: handle colliding metric attribute keys (#5717)

SDK Extensions

  • File configuration ConfigurationReader handles null values as empty (#5829)

Semantic conventions

  • BREAKING: Stop publishing io.opentelemetry:opentelemetry-semconv. Please use io.opentelemetry.semconv:opentelemetry-semconv:1.21.0-alpha instead, which is published from open-telemetry/semantic-conventions-java. The new repository is published in lockstep

... (truncated)

Commits

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

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

| Package | From | To |
| --- | --- | --- |
| 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` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.30.1` | `1.31.0` |
| software.amazon.awssdk:s3 | `2.20.150` | `2.20.162` |


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 `io.opentelemetry:opentelemetry-bom` from 1.30.1 to 1.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.30.1...v1.31.0)

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

---
updated-dependencies:
- 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: io.opentelemetry:opentelemetry-bom
  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 requested a review from a team as a code owner October 10, 2023 05:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2023

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

@dependabot dependabot bot closed this Oct 11, 2023
@dependabot dependabot bot deleted the dependabot/gradle/root-gradle-deps-212892e89b branch October 11, 2023 22:09
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.

0 participants