From 3b1a38edef92dbc60f66934d2e6ac90793e5b5cd Mon Sep 17 00:00:00 2001 From: DevDavido <997605+DevDavido@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:35:33 +0200 Subject: [PATCH] chore: Update Resource List Gradle Plugin --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f569f74..ab4a409 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -268,5 +268,5 @@ dependencies { compileOnly("org.apache.tomcat:tomcat-api:10.1.25") compileOnly("com.intershop.icm:isml-parser:12.0.0") - implementation("com.intershop.gradle.resourcelist:resourcelist-gradle-plugin:5.0.0") + implementation("com.intershop.gradle.resourcelist:resourcelist-gradle-plugin:5.0.1") }