Skip to content

Commit

Permalink
Bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.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 Jan 1, 2025
1 parent 5ac5527 commit 18adcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation('org.postgresql:postgresql:42.7.4') {
exclude(module: 'checker-qual')
}
implementation 'org.apache.commons:commons-dbcp2:2.12.0'
implementation 'org.apache.commons:commons-dbcp2:2.13.0'
implementation 'org.mybatis:mybatis:3.4.6'
implementation 'org.flywaydb:flyway-core:4.2.0'
runtimeOnly 'ch.qos.logback:logback-classic:1.5.12'
Expand Down

0 comments on commit 18adcb2

Please sign in to comment.