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-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new 88d20e4 Bump commons-jxpath:commons-jxpath from 1.3 to 1.4.0 (#360) 88d20e4 is described below commit 88d20e4f2f122b71f9b6759736b1fe39ef5ea75c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Apr 25 08:03:32 2025 -0400 Bump commons-jxpath:commons-jxpath from 1.3 to 1.4.0 (#360) Bumps commons-jxpath:commons-jxpath from 1.3 to 1.4.0. --- updated-dependencies: - dependency-name: commons-jxpath:commons-jxpath dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 ba28380..de8fd81 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ <dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> - <version>1.3</version> + <version>1.4.0</version> <scope>test</scope> </dependency> </dependencies>