Skip to content

Commit

Permalink
Merge pull request #82 from apache/dependabot/maven/jakarta.xml.bind-…
Browse files Browse the repository at this point in the history
…jakarta.xml.bind-api-4.0.1

Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.1
  • Loading branch information
tandraschko authored Jan 24, 2024
2 parents ab3a5ea + a071037 commit 09cea13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bval-jsr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bval-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ under the License.
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 09cea13

Please sign in to comment.