Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
* Jetty to 9.4.46.v20220331 - closes #181
* Mockito to 4.5.1 - closes #185
* Maven project info reports plugin to 3.3.0 - closes #186
  • Loading branch information
juanpablo-santos committed May 1, 2022
1 parent 68faee5 commit 0c5b903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<junit.version>5.8.2</junit.version>
<log4j2.version>2.17.2</log4j2.version>
<lucene.version>8.11.1</lucene.version> <!-- 9.0.0 and above require JDK >= 11 to execute -->
<mockito.version>4.5.0</mockito.version>
<mockito.version>4.5.1</mockito.version>
<nekohtml.version>2.0.2</nekohtml.version> <!-- 2.1.0 and above require JDK >= 11 to execute -->
<oro.version>2.0.8</oro.version>
<sandler.version>0.5</sandler.version>
Expand All @@ -92,7 +92,7 @@
<plugin.jar.version>3.2.2</plugin.jar.version>
<plugin.javadoc.version>3.4.0</plugin.javadoc.version>
<plugin.jxr.version>3.2.0</plugin.jxr.version>
<plugin.project-info-reports.version>3.2.2</plugin.project-info-reports.version>
<plugin.project-info-reports.version>3.3.0</plugin.project-info-reports.version>
<plugin.release.version>3.0.0-M5</plugin.release.version>
<plugin.resources.version>3.2.0</plugin.resources.version>
<plugin.source.version>3.2.1</plugin.source.version>
Expand Down

0 comments on commit 0c5b903

Please sign in to comment.