From c3ec9b1801b0984b4356d3a6a9b67662fccb1f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:48:19 +0000 Subject: [PATCH] Update plugin se.patrikerdes.use-latest-versions to v0.2.19 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..680f8fc 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,7 +4,7 @@ plugins { // Apply the java-library plugin for API and implementation separation. id 'java-library' id 'com.vanniktech.maven.publish' version '0.30.0' - id 'se.patrikerdes.use-latest-versions' version '0.2.18' + id 'se.patrikerdes.use-latest-versions' version '0.2.19' id 'com.github.ben-manes.versions' version '0.51.0' }