Skip to content

Commit

Permalink
Update dependency org.apache.commons:commons-pool2 to v2.12.0 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 5, 2023
1 parent 3aa4558 commit 75d4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configurations {
documentation.extendsFrom compileClasspath
all {
resolutionStrategy {
force 'org.apache.commons:commons-pool2:2.11.1'
force 'org.apache.commons:commons-pool2:2.12.0'
}
}
}
Expand Down

0 comments on commit 75d4834

Please sign in to comment.