From 54766fd13b4ce6224a38a81c13b1e6cd8e09038e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:47:07 +0000 Subject: [PATCH] Bump the migrator group across 1 directory with 5 updates Bumps the migrator group with 5 updates in the /migrator directory: | Package | From | To | | --- | --- | --- | | [com.google.truth:truth](https://github.com/google/truth) | `1.0.1` | `1.4.4` | | [info.picocli:picocli](https://github.com/remkop/picocli) | `4.7.4` | `4.7.6` | | com.google.truth.extensions:truth-java8-extension | `1.0.1` | `1.4.4` | | [com.google.auto.value:auto-value](https://github.com/google/auto) | `1.10.2` | `1.11.0` | | [com.google.auto.value:auto-value-annotations](https://github.com/google/auto) | `1.10.2` | `1.11.0` | Updates `com.google.truth:truth` from 1.0.1 to 1.4.4 - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits/v1.4.4) Updates `info.picocli:picocli` from 4.7.4 to 4.7.6 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/remkop/picocli/compare/v4.7.4...v4.7.6) Updates `com.google.truth.extensions:truth-java8-extension` from 1.0.1 to 1.4.4 Updates `com.google.auto.value:auto-value` from 1.10.2 to 1.11.0 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-value-1.10.2...auto-value-1.11.0) Updates `com.google.auto.value:auto-value-annotations` from 1.10.2 to 1.11.0 - [Release notes](https://github.com/google/auto/releases) - [Commits](https://github.com/google/auto/compare/auto-value-1.10.2...auto-value-1.11.0) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:development update-type: version-update:semver-minor dependency-group: migrator - dependency-name: info.picocli:picocli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: migrator - dependency-name: com.google.truth.extensions:truth-java8-extension dependency-type: direct:development update-type: version-update:semver-minor dependency-group: migrator - dependency-name: com.google.auto.value:auto-value dependency-type: direct:production update-type: version-update:semver-minor dependency-group: migrator - dependency-name: com.google.auto.value:auto-value-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: migrator ... Signed-off-by: dependabot[bot] --- migrator/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/migrator/pom.xml b/migrator/pom.xml index 58fb5a9729..880b4f5c99 100644 --- a/migrator/pom.xml +++ b/migrator/pom.xml @@ -60,30 +60,30 @@ com.google.truth truth - 1.0.1 + 1.4.4 test info.picocli picocli - 4.7.4 + 4.7.6 com.google.truth.extensions truth-java8-extension - 1.0.1 + 1.4.4 test com.google.auto.value auto-value - 1.10.2 + 1.11.0 provided com.google.auto.value auto-value-annotations - 1.10.2 + 1.11.0