From 0162f2d748cdcb86c6f1053763539ccabec3034c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:32:14 +0000 Subject: [PATCH] build(deps): Bump org.apache.maven:maven-model from 3.9.4 to 3.9.5 Bumps [org.apache.maven:maven-model](https://github.com/apache/maven) from 3.9.4 to 3.9.5. - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.4...maven-3.9.5) --- 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..0570fc2 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.5") 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")