diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3fca2fb8..0462cc99 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,6 +17,6 @@ moshi = { module = "com.squareup.moshi:moshi", version = "1.15.1" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.11.0" } -maven-model = { module = "org.apache.maven:maven-model", version = "3.9.6" } +maven-model = { module = "org.apache.maven:maven-model", version = "3.9.7" } spock = { module = "org.spockframework:spock-junit4", version = "2.4-M1-groovy-3.0" } xmlunit = { module = "org.xmlunit:xmlunit-matchers", version = "2.10.0" }