Merge branch 'main' into renovate/autoprefixer-9.x
ci/woodpecker/push/lint_general Pipeline was successful Details

pull/25/head
fjadmin 2024-01-28 21:23:10 +00:00
commit 89c60f01ae
2 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ repositories {
dependencies {
// Use the Kotlin DSL plugin API to apply plugins from the Gradle Plugin Portal.
implementation("org.cyclonedx.bom:org.cyclonedx.bom.gradle.plugin:1.7.2")
implementation("org.cyclonedx.bom:org.cyclonedx.bom.gradle.plugin:1.8.2")
}

View File

@ -16,11 +16,11 @@ repositories {
dependencies {
constraints {
// Define dependency versions as constraints
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.apache.commons:commons-text:1.11.0")
}
// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}