From 3f741d579e0ab86106bb06807d5e83e816efa188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 10:27:43 +0000 Subject: [PATCH 1/2] Bump views-gradle from 2.1.0 to 2.1.1 Bumps [views-gradle](https://github.com/grails/grails-views) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/grails/grails-views/releases) - [Commits](https://github.com/grails/grails-views/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: org.grails.plugins:views-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0ab0bd3..3c630b03 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion" classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1' classpath "gradle.plugin.com.energizedwork.webdriver-binaries:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion" - classpath "org.grails.plugins:views-gradle:2.1.0" + classpath "org.grails.plugins:views-gradle:2.1.1" classpath "io.github.gradle-nexus:publish-plugin:1.1.0" } } From 4fc8ef4377bdca4f7167323c589f45b1b9af2a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:42:59 +0000 Subject: [PATCH 2/2] Bump junit-platform-runner from 1.8.1 to 1.8.2 Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c630b03..d4f665b8 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ subprojects { project -> testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion" testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false } testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion" - testImplementation "org.junit.platform:junit-platform-runner:1.8.1" + testImplementation "org.junit.platform:junit-platform-runner:1.8.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion" }