Skip to content

Commit

Permalink
Merge pull request #8083 from eclipse/dependabot/maven/jetty-10.0.x/o…
Browse files Browse the repository at this point in the history
…rg.asciidoctor-asciidoctorj-2.5.4
  • Loading branch information
dependabot[bot] committed Jun 1, 2022
2 parents 7a1c165 + 40ba7ba commit 7336226
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions documentation/jetty-asciidoctor-extensions/pom.xml
Expand Up @@ -17,11 +17,11 @@
<artifactId>asciidoctorj</artifactId>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
<!--
the pom of this dependencies has an unknow repository protocol
the pom of this dependencies has an unknown repository protocol
https://issues.apache.org/jira/browse/MENFORCER-393
it fail enforcer plugin
-->
Expand Down
6 changes: 6 additions & 0 deletions documentation/jetty-documentation/pom.xml
Expand Up @@ -26,6 +26,12 @@
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>jetty-asciidoctor-extensions</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@
<apache.httpclient.version>4.5.13</apache.httpclient.version>
<apache.httpcore.version>4.4.15</apache.httpcore.version>
<asciidoctorj-diagram.version>2.2.3</asciidoctorj-diagram.version>
<asciidoctorj.version>2.5.3</asciidoctorj.version>
<asciidoctorj.version>2.5.4</asciidoctorj.version>
<asm.version>9.3</asm.version>
<awaitility.version>4.2.0</awaitility.version>
<bndlib.version>6.2.0</bndlib.version>
Expand Down

0 comments on commit 7336226

Please sign in to comment.