Skip to content

Commit

Permalink
apache-poi: Update dependencies for Apache POI to fix broken build (#…
Browse files Browse the repository at this point in the history
…12589)

Apache POI seems to depend on a newer version of Log4j now.

Also update main version and jazzer-api to latest
  • Loading branch information
centic9 authored Oct 10, 2024
1 parent 8171a2f commit c8bca3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/apache-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fuzzedLibaryVersion>5.2.3</fuzzedLibaryVersion>
<fuzzedLibaryVersion>5.3.0</fuzzedLibaryVersion>
<exec.mainClass>org.apache.poi.XLSX2CSVFuzzer</exec.mainClass>
</properties>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.code-intelligence</groupId>
<artifactId>jazzer-api</artifactId>
<version>0.12.0</version>
<version>0.22.1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.20.0</version>
<version>2.24.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c8bca3b

Please sign in to comment.