Skip to content

Commit

Permalink
Bump org.apache.commons:commons-dbcp2 from 2.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-dbcp2 from 2.0 to 2.11.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-dbcp2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent e3d7e0b commit 44b3456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instrumentation/commons-dbcp2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ muzzle {
}

dependencies {
compileOnly("org.apache.commons:commons-dbcp2:2.0")
compileOnly("org.apache.commons:commons-dbcp2:2.11.0")
implementation(project(":instrumentation:common"))

testImplementation("org.apache.commons:commons-dbcp2:2.0")
testImplementation("org.apache.commons:commons-dbcp2:2.11.0")
}

tasks {
Expand Down

0 comments on commit 44b3456

Please sign in to comment.