Skip to content

Commit

Permalink
Upgrade some dependencies/plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Dec 4, 2023
1 parent f00df4c commit 295838c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<project.java.target>1.8</project.java.target>
<version.findsecbugs>1.12.0</version.findsecbugs>
<version.slf4j>2.0.9</version.slf4j>
<version.spotbugs.maven>4.8.1.0</version.spotbugs.maven>
<version.spotbugs.maven>4.8.2.0</version.spotbugs.maven>
<version.spotbugs>4.8.2</version.spotbugs>
</properties>

Expand All @@ -73,12 +73,12 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>3.8.0</version>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
<version>5.2.3</version>
<exclusions>
<!-- exclude old versions of slf4j-api and httpcore5 as newer versions can be used -->
<exclusion>
Expand Down Expand Up @@ -223,7 +223,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<!-- supports reproducibility of generated Javadocs -->
<notimestamp>true</notimestamp>
Expand Down

0 comments on commit 295838c

Please sign in to comment.