Skip to content

Commit

Permalink
fix(deps): 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 29, 2024
1 parent 8b5a1a9 commit f9d99f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opc-ua-stack/bsd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.9</version>
<version>4.0.5</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/bsd-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.9</version>
<version>4.0.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion opc-ua-stack/stack-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.9</version>
<version>4.0.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f9d99f7

Please sign in to comment.