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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 24aa0a9b Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2 (#311) 24aa0a9b is described below commit 24aa0a9bad535f3b71018d5d2413513abd8515f7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 8 07:25:09 2024 -0500 Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2 (#311) Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-type: direct:development 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 895528f8..0cd8ee0f 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ The following provides more details on the included cryptographic software: <commons.release.isDistModule>true</commons.release.isDistModule> <jna.version>5.14.0</jna.version> <!-- Version 4.0.1 requires Java 11+; the version is overridden in a profile if necessary --> - <jakarta.xml.bind.version>4.0.1</jakarta.xml.bind.version> + <jakarta.xml.bind.version>4.0.2</jakarta.xml.bind.version> <!-- The property "target.name" is used to specify the ant target, The "all" target will use OsInfo.java to detect the OS info and arch to generate the native binary for detected platform.