From 8456fdef9071255b5ddf3cf7ddeb3878d3073d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:17:58 +0000 Subject: [PATCH] build(deps): Bump org.apache.maven:maven-model from 3.9.4 to 3.9.6 Bumps [org.apache.maven:maven-model](https://github.com/apache/maven) from 3.9.4 to 3.9.6. - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.4...maven-3.9.6) --- updated-dependencies: - dependency-name: org.apache.maven:maven-model dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2009912..a4a45e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("com.github.ajalt.clikt:clikt:4.2.0") implementation("com.corgibytes:dependency-history-maven:2.0.47") implementation("com.github.package-url:packageurl-java:1.4.1") - implementation("org.apache.maven:maven-model:3.9.4") + implementation("org.apache.maven:maven-model:3.9.6") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") implementation("com.github.pgreze:kotlin-process:1.4.1") implementation("com.github.oshi:oshi-core:6.4.5")