Skip to content

Commit

Permalink
Merge pull request #242 from powerunit/renovate/jaxb-api.version
Browse files Browse the repository at this point in the history
Update jaxb-api.version
  • Loading branch information
boretti committed Nov 8, 2019
2 parents 73d5afd + 93ff915 commit ade7c77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<deploy.url>https://oss.sonatype.org/content/repositories/snapshots</deploy.url>
<deploy.id>oss-snapshots</deploy.id>
<powerunit.version>0.5.0</powerunit.version>
<jaxb-api.version>2.3.0</jaxb-api.version>
</properties>

<build>
Expand Down Expand Up @@ -781,17 +780,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb-api.version}</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb-api.version}</version>
<version>2.3.0.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit ade7c77

Please sign in to comment.