From f5b0d88e0a90c7d4fe2569160f28268e06b55b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:57:43 +0000 Subject: [PATCH] Bump me.champeau.gradle.japicmp from 0.4.1 to 0.4.6 in /lib Bumps me.champeau.gradle.japicmp from 0.4.1 to 0.4.6. --- updated-dependencies: - dependency-name: me.champeau.gradle.japicmp dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index a017820a..78c453b5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -13,7 +13,7 @@ plugins { id 'java' id 'jacoco' id 'checkstyle' - id 'me.champeau.gradle.japicmp' version '0.4.1' + id 'me.champeau.gradle.japicmp' version '0.4.6' id 'maven-publish' }