Skip to content

Commit

Permalink
Upgrade some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Nov 30, 2023
1 parent 7cbfcbd commit 1cf6be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<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>4.8.1</version.spotbugs>
<version.spotbugs>4.8.2</version.spotbugs>
</properties>

<profiles>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.2.3</version>
<version>5.2.4</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 1cf6be3

Please sign in to comment.