Merge branch 'main' into renovate/autoprefixer-9.x
ci/woodpecker/push/lint_general Pipeline was successful
Details
ci/woodpecker/push/lint_general Pipeline was successful
Details
commit
89c60f01ae
|
|
@ -15,5 +15,5 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Use the Kotlin DSL plugin API to apply plugins from the Gradle Plugin Portal.
|
// 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")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,11 +16,11 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
constraints {
|
constraints {
|
||||||
// Define dependency versions as 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.
|
// 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")
|
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue