Skip to content

Commit

Permalink
Update dependency org.glassfish.jaxb:jaxb-runtime to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent e177983 commit c33594f
Show file tree
Hide file tree
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
Expand Up @@ -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.4</version> <!-- 2.3.3 has BROKEN manifest -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4</version> <!-- 2.3.3 has a BROKEN manifest -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit c33594f

Please sign in to comment.