From 48aa766356125376d5a3a46a9da2a47e0aaf26ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:41:35 +0530 Subject: [PATCH] Bump asset-pipeline-gradle from 2.14.2 to 2.14.10 (#866) Bumps [asset-pipeline-gradle](https://github.com/bertramdev/asset-pipeline-core) from 2.14.2 to 2.14.10. - [Release notes](https://github.com/bertramdev/asset-pipeline-core/releases) - [Commits](https://github.com/bertramdev/asset-pipeline-core/commits/rel-2.14.10) --- updated-dependencies: - dependency-name: com.bertramlabs.plugins:asset-pipeline-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/integration-test-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integration-test-app/build.gradle b/examples/integration-test-app/build.gradle index 81d43425..525c2b4e 100644 --- a/examples/integration-test-app/build.gradle +++ b/examples/integration-test-app/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath "org.grails:grails-gradle-plugin:$grailsVersion" classpath "org.grails.plugins:hibernate5:${gormVersion-".RELEASE"}" - classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.14.2" + classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.14.10" } }