File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments