From facf3e386b5dd59d4d28aeb734833832660b4f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:53:08 +0000 Subject: [PATCH] Bump io.takari.maven.plugins:takari-plugin-integration-testing Bumps [io.takari.maven.plugins:takari-plugin-integration-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-integration-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 748407a1..d324473f 100644 --- a/maven-plugin/build.gradle +++ b/maven-plugin/build.gradle @@ -23,7 +23,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-integration-testing:3.0.3' + 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' testRuntimeOnly 'org.apache.maven:maven-core:3.9.9'