From 6936f893c8020d8af2cdf6a3f3af575b23c4eee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:58:09 +0000 Subject: [PATCH] Update dependency com.javiersc.hubdle to v0.8.1 | datasource | package | from | to | | ---------- | ----------------------------------------------------- | ----- | ----- | | maven | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.8.0 | 0.8.1 | --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 10de888..ba6dba0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -hubdle = "0.8.0" +hubdle = "0.8.1" [plugins] javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }