Skip to content

Commit ea36a3c

Browse files
dependabot[bot]rfscholte
authored andcommitted
Bump jaxb-api from 2.1 to 2.3.1
Bumps [jaxb-api](https://github.com/javaee/jaxb-spec) from 2.1 to 2.3.1. - [Release notes](https://github.com/javaee/jaxb-spec/releases) - [Commits](https://github.com/javaee/jaxb-spec/commits/2.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 861fcde commit ea36a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modello-plugins/modello-plugin-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>javax.xml.bind</groupId>
3434
<artifactId>jaxb-api</artifactId>
35-
<version>2.1</version>
35+
<version>2.3.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838

modello-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>javax.xml.bind</groupId>
4242
<artifactId>jaxb-api</artifactId>
43-
<version>2.1</version>
43+
<version>2.3.1</version>
4444
<scope>test</scope>
4545
</dependency>
4646
</dependencies>

0 commit comments

Comments
 (0)