From 4453017113c00e5879d94cf3c13942a29cfc1702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:18:20 -0400 Subject: [PATCH] Bump io.takari.maven.plugins:takari-plugin-testing from 3.0.3 to 3.0.4 (#777) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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'