From f8a3ec56ece409f30206ba33b98e3a8d2f529c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:36:03 +0000 Subject: [PATCH] Bump io.takari.maven.plugins:takari-plugin-testing from 3.0.3 to 3.0.4 Bumps [io.takari.maven.plugins:takari-plugin-testing](https://github.com/takari/takari-plugin-testing-project) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/takari/takari-plugin-testing-project/releases) - [Commits](https://github.com/takari/takari-plugin-testing-project/compare/takari-plugin-testing-3.0.3...takari-plugin-testing-3.0.4) --- updated-dependencies: - dependency-name: io.takari.maven.plugins:takari-plugin-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- maven-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin/build.gradle b/maven-plugin/build.gradle index d324473f..2275e2be 100644 --- a/maven-plugin/build.gradle +++ b/maven-plugin/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.hamcrest:hamcrest-core:3.0' - testImplementation 'io.takari.maven.plugins:takari-plugin-testing:3.0.3' + testImplementation 'io.takari.maven.plugins:takari-plugin-testing:3.0.4' testImplementation 'io.takari.maven.plugins:takari-plugin-integration-testing:3.0.4' testImplementation 'org.assertj:assertj-core:3.26.3' testRuntimeOnly 'org.apache.maven:maven-compat:3.9.9'