Skip to content

Commit 4d0f818

Browse files
committed
Update com.code-intelligence:jazzer to version 0.23.0 (apache#3326)
1 parent 5496c72 commit 4d0f818

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

log4j-fuzz-test/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
<artifactId>jazzer</artifactId>
6767
</dependency>
6868

69+
<!-- Jazzer release `0.23.0` made `jazzer-api` a runtime dependency: https://github.com/CodeIntelligenceTesting/jazzer/issues/919
70+
This causes compilation failures, hence adding it as an explicit compile-time dependency. -->
71+
<dependency>
72+
<groupId>com.code-intelligence</groupId>
73+
<artifactId>jazzer-api</artifactId>
74+
</dependency>
75+
6976
<dependency>
7077
<groupId>org.json</groupId>
7178
<artifactId>json</artifactId>

log4j-parent/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<javax-servlet.version>4.0.1</javax-servlet.version>
102102
<javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
103103
<java-allocation-instrumenter.version>3.3.4</java-allocation-instrumenter.version>
104-
<jazzer.version>0.22.1</jazzer.version>
104+
<jazzer.version>0.23.0</jazzer.version>
105105
<jconsole.version>1.7.0</jconsole.version>
106106
<jctools.version>4.0.5</jctools.version>
107107
<jeromq.version>0.6.0</jeromq.version>
@@ -270,6 +270,12 @@
270270
<version>${jazzer.version}</version>
271271
</dependency>
272272

273+
<dependency>
274+
<groupId>com.code-intelligence</groupId>
275+
<artifactId>jazzer-api</artifactId>
276+
<version>${jazzer.version}</version>
277+
</dependency>
278+
273279
<dependency>
274280
<groupId>org.apache-extras.beanshell</groupId>
275281
<artifactId>bsh</artifactId>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="3326" link="https://github.com/apache/logging-log4j2/pull/3326"/>
7+
<description format="asciidoc">Update `com.code-intelligence:jazzer` to version `0.23.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)