Skip to content

Commit c09b625

Browse files
build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api (#2172)
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/eclipse-ee4j/jaxb-api/releases) - [Commits](jakartaee/jaxb-api@4.0.0...4.0.1) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4cb01f commit c09b625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jaxb-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>jakarta.xml.bind</groupId>
5151
<artifactId>jakarta.xml.bind-api</artifactId>
52-
<version>4.0.0</version>
52+
<version>4.0.1</version>
5353
</dependency>
5454

5555
<!-- Test -->

soap-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>jakarta.xml.bind</groupId>
7070
<artifactId>jakarta.xml.bind-api</artifactId>
71-
<version>4.0.0</version>
71+
<version>4.0.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.sun.xml.messaging.saaj</groupId>

0 commit comments

Comments
 (0)