Skip to content

Commit

Permalink
Merge pull request #1226 from gocd/dependabot/gradle/org.apache.commo…
Browse files Browse the repository at this point in the history
…ns-commons-dbcp2-2.13.0

Bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0
  • Loading branch information
chadlwilson authored Jan 1, 2025
2 parents 5ac5527 + 18adcb2 commit 5c7cef4
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 5c7cef4

Please sign in to comment.