From 26b49ba313107667df63e58a874eccf2d13bc8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:19:06 +0000 Subject: [PATCH] Bump the gradle-dependencies group Bumps the gradle-dependencies group in /examples/graal-native with 2 updates: com.gradle.common-custom-user-data-gradle-plugin and [com.google.truth:truth](https://github.com/google/truth). Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.0.1 to 2.0.2 Updates `com.google.truth:truth` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- examples/graal-native/gradle/libs.versions.toml | 2 +- examples/graal-native/settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/graal-native/gradle/libs.versions.toml b/examples/graal-native/gradle/libs.versions.toml index 0d233208ed..86d7356c16 100644 --- a/examples/graal-native/gradle/libs.versions.toml +++ b/examples/graal-native/gradle/libs.versions.toml @@ -2,7 +2,7 @@ caffeine = "3.1.8" graal = "0.10.2" junit = "5.11.0-M2" -truth = "1.4.2" +truth = "1.4.3" versions = "0.51.0" [libraries] diff --git a/examples/graal-native/settings.gradle.kts b/examples/graal-native/settings.gradle.kts index 7c5d22b6d7..93bb359b85 100644 --- a/examples/graal-native/settings.gradle.kts +++ b/examples/graal-native/settings.gradle.kts @@ -6,7 +6,7 @@ pluginManagement { } plugins { id("com.gradle.develocity") version "3.17.5" - id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.1" + id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2" id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" }