Skip to content

Commit

Permalink
Update com.code-intelligence:jazzer to version 0.23.0 (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Jan 14, 2025
1 parent 5496c72 commit 4d0f818
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions log4j-fuzz-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
<artifactId>jazzer</artifactId>
</dependency>

<!-- Jazzer release `0.23.0` made `jazzer-api` a runtime dependency: https://github.com/CodeIntelligenceTesting/jazzer/issues/919
This causes compilation failures, hence adding it as an explicit compile-time dependency. -->
<dependency>
<groupId>com.code-intelligence</groupId>
<artifactId>jazzer-api</artifactId>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<javax-servlet.version>4.0.1</javax-servlet.version>
<javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
<java-allocation-instrumenter.version>3.3.4</java-allocation-instrumenter.version>
<jazzer.version>0.22.1</jazzer.version>
<jazzer.version>0.23.0</jazzer.version>
<jconsole.version>1.7.0</jconsole.version>
<jctools.version>4.0.5</jctools.version>
<jeromq.version>0.6.0</jeromq.version>
Expand Down Expand Up @@ -270,6 +270,12 @@
<version>${jazzer.version}</version>
</dependency>

<dependency>
<groupId>com.code-intelligence</groupId>
<artifactId>jazzer-api</artifactId>
<version>${jazzer.version}</version>
</dependency>

<dependency>
<groupId>org.apache-extras.beanshell</groupId>
<artifactId>bsh</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions src/changelog/.2.x.x/update_com_code_intelligence_jazzer.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
<issue id="3326" link="https://github.com/apache/logging-log4j2/pull/3326"/>
<description format="asciidoc">Update `com.code-intelligence:jazzer` to version `0.23.0`</description>
</entry>

0 comments on commit 4d0f818

Please sign in to comment.