This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new d0324ecd Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (#390) d0324ecd is described below commit d0324ecd995742c417f648a8dabef2f3385090d4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Mar 24 11:38:11 2024 -0400 Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 (#390) Bumps commons-logging:commons-logging from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b003ad7..0dc19984 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.0</version> + <version>1.3.1</version> <exclusions> <exclusion> <groupId>logkit</groupId>