Skip to content

Commit 435124a

Browse files
author
Dennis Labordus
authored
Merge pull request #210 from com-pas/dependabot/maven/compas.core.version-0.9.0
Bump compas.core.version from 0.8.0 to 0.9.0
2 parents c7430ed + fa45736 commit 435124a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0
2424
<surefire-plugin.version>3.0.0-M6</surefire-plugin.version>
2525
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>
2626

27-
<compas.core.version>0.8.0</compas.core.version>
27+
<compas.core.version>0.9.0</compas.core.version>
2828

2929
<quarkus.platform.version>2.8.2.Final</quarkus.platform.version>
3030
<jaxb-impl.version>2.3.6</jaxb-impl.version>

repository-basex/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ SPDX-License-Identifier: Apache-2.0
3131
<groupId>commons-io</groupId>
3232
<artifactId>commons-io</artifactId>
3333
</dependency>
34+
35+
<dependency>
36+
<groupId>com.sun.xml.bind</groupId>
37+
<artifactId>jaxb-impl</artifactId>
38+
<scope>provided</scope>
39+
</dependency>
3440

3541
<!-- Test Dependencies -->
3642
<dependency>

0 commit comments

Comments
 (0)