Skip to content

Commit

Permalink
Address enforcer dependency conflicts (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Apr 12, 2023
1 parent f3c2cc3 commit c2ebe1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
directory: /
schedule:
interval: monthly
ignore:
# Must be updated together with jakarta.xml.bind:jakarta.xml.bind-api
- dependency-name: com.sun.xml.bind:jaxb-impl
versions: [">=4.0.1"]
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
2 changes: 1 addition & 1 deletion junit-reporting-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.2</version>
<version>4.0.1</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion rspec-reporting-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.2</version>
<version>4.0.1</version>
<scope>runtime</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion testng-reporting-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.2</version>
<version>4.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c2ebe1e

Please sign in to comment.