Skip to content

Commit 4866ed6

Browse files
Bump commons-lang3 from 3.11 to 3.12.0 (#334)
Bumps commons-lang3 from 3.11 to 3.12.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Fergerson <[email protected]> Former-commit-id: 2aefa43
1 parent 69ef31d commit 4866ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapper/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
dependencies {
2525
implementation(project(":protocol"))
2626
implementation("com.github.sh5i:git-stein:v0.5.0")
27-
implementation("org.apache.commons:commons-lang3:3.11")
27+
implementation("org.apache.commons:commons-lang3:3.12.0")
2828
implementation("org.eclipse.jgit:org.eclipse.jgit:5.10.0.202012080955-r")
2929
implementation("com.google.guava:guava:30.1-jre")
3030
testImplementation("junit:junit:4.13.2")

plugin/jetbrains/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.1.1")
7575
implementation("org.jooq:jooq:3.14.8")
7676
implementation("org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5")
77-
implementation("org.apache.commons:commons-lang3:3.11")
77+
implementation("org.apache.commons:commons-lang3:3.12.0")
7878
}
7979

8080
tasks {

0 commit comments

Comments
 (0)