Skip to content

Commit 01964a4

Browse files
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.13.0 (#1020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f2a915 commit 01964a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

insight/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
compileOnly("io.vertx:vertx-core:$vertxVersion")
6464
compileOnly("io.vertx:vertx-lang-kotlin:$vertxVersion")
6565
compileOnly("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
66-
compileOnly("org.apache.commons:commons-lang3:3.12.0")
66+
compileOnly("org.apache.commons:commons-lang3:3.13.0")
6767

6868
testImplementation(projectDependency(":marker:js-marker"))
6969
testImplementation(projectDependency(":marker:jvm-marker"))

marker/jvm-marker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
compileOnly("io.vertx:vertx-core:$vertxVersion")
6464
compileOnly("io.vertx:vertx-lang-kotlin:$vertxVersion")
6565
compileOnly("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
66-
compileOnly("org.apache.commons:commons-lang3:3.12.0")
66+
compileOnly("org.apache.commons:commons-lang3:3.13.0")
6767

6868
testRuntimeOnly(projectDependency(":marker:ult-marker"))
6969
testImplementation("io.vertx:vertx-core:$vertxVersion")

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
implementation("io.dropwizard.metrics:metrics-core:4.2.19")
9797
implementation("org.jooq:joor:$joorVersion")
9898
implementation("org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5")
99-
implementation("org.apache.commons:commons-lang3:3.12.0")
99+
implementation("org.apache.commons:commons-lang3:3.13.0")
100100
implementation("eu.geekplace.javapinning:java-pinning-core:1.2.0")
101101
implementation("info.debatty:java-string-similarity:2.0.0")
102102

0 commit comments

Comments
 (0)