Skip to content

Commit

Permalink
dependency upgrades: classgraph, surefire/failsafe, guava, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Apr 21, 2022
1 parent bfbc836 commit dbc3dfe
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,25 +236,26 @@
<derby.version>10.15.2.0</derby.version>
<wro4j.version>1.10.1</wro4j.version>
<!-- Version for classgraph must the one declared in Prism -->
<classgraph.version>4.8.129</classgraph.version>
<surefire.version>3.0.0-M5</surefire.version>
<guava.version>30.1.1-jre</guava.version>
<jcommander.version>1.81</jcommander.version>
<failsafe.version>3.0.0-M4</failsafe.version>
<classgraph.version>4.8.146</classgraph.version>
<guava.version>31.1-jre</guava.version>
<jcommander.version>1.82</jcommander.version>
<qpid-broker.version>8.0.4</qpid-broker.version>
<apache-artemis.version>2.19.1</apache-artemis.version>
<asm.version>9.1</asm.version>
<asm.version>9.3</asm.version>
<geronimo-ws-metadata_2.0_spec.version>1.1.3</geronimo-ws-metadata_2.0_spec.version>
<jetty.version>11.0.4</jetty.version>
<maven.api.version>3.8.1</maven.api.version>
<jetty.version>11.0.9</jetty.version>
<checkstyle.version>3.1.2</checkstyle.version>
<xalan.version>2.7.2</xalan.version>
<xerces.version>2.12.2</xerces.version>
<commons.csv.version>1.8</commons.csv.version>
<commons.csv.version>1.9.0</commons.csv.version>
<j2html.version>1.4.0</j2html.version>
<bouncycastle.version>1.69</bouncycastle.version>
<javax.persistence.version>2.2</javax.persistence.version>

<maven.api.version>3.8.5</maven.api.version>
<surefire.version>3.0.0-M6</surefire.version>
<failsafe.version>3.0.0-M6</failsafe.version>

<asciidoclet.version>1.5.6</asciidoclet.version>
</properties>

Expand Down

0 comments on commit dbc3dfe

Please sign in to comment.