From 3d902c6961f085c1209172b2b78ab61ab6f9012b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:38:25 +0000 Subject: [PATCH 1/2] Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.13 to 0.9.14. - [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.13...mustache.java-0.9.14) --- updated-dependencies: - dependency-name: com.github.spullara.mustache.java:compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index b4fd86cf..9cc327e5 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'io.projectreactor:reactor-core:3.6.8' implementation 'com.apollographql.apollo:apollo-runtime:2.5.14' implementation 'com.github.ben-manes:gradle-versions-plugin:0.51.0' - implementation 'com.github.spullara.mustache.java:compiler:0.9.13' + implementation 'com.github.spullara.mustache.java:compiler:0.9.14' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.42' implementation 'io.spring.nohttp:nohttp-gradle:0.0.11' implementation 'net.sourceforge.htmlunit:htmlunit:2.70.0' From c5298feaca65a4f896fd67f6a5fe2e1cfe3bd842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:38:27 +0000 Subject: [PATCH 2/2] Bump io.spring.gradle:dependency-management-plugin from 1.1.5 to 1.1.6 Bumps [io.spring.gradle:dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: io.spring.gradle:dependency-management-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 9cc327e5..f52217b9 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation localGroovy() implementation 'io.github.gradle-nexus:publish-plugin:1.3.0' - implementation 'io.spring.gradle:dependency-management-plugin:1.1.5' + implementation 'io.spring.gradle:dependency-management-plugin:1.1.6' implementation 'io.projectreactor:reactor-core:3.6.8' implementation 'com.apollographql.apollo:apollo-runtime:2.5.14' implementation 'com.github.ben-manes:gradle-versions-plugin:0.51.0'