Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency org.glassfish.jaxb:jaxb-runtime to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored Jul 6, 2023
1 parent 6ebc257 commit 4902d2f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hosted-tenant-base/pom.xml
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version> <!-- 2.3.3 has BROKEN manifest -->
<version>4.0.3</version> <!-- 2.3.3 has BROKEN manifest -->
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
@@ -975,7 +975,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version> <!-- 2.3.3 has a BROKEN manifest -->
<version>4.0.3</version> <!-- 2.3.3 has a BROKEN manifest -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>

0 comments on commit 4902d2f

Please sign in to comment.