diff --git a/projects/jackson-core/Dockerfile b/projects/jackson-core/Dockerfile index 73e630b2a..e515294a9 100644 --- a/projects/jackson-core/Dockerfile +++ b/projects/jackson-core/Dockerfile @@ -24,7 +24,7 @@ RUN cat fuzzing/dictionaries/json.dict > $SRC/JsonFuzzer.dict RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \ zip -j $SRC/JsonFuzzer_seed_corpus.zip go-fuzz-corpus/json/corpus/* -ENV JACKSON_BRANCH=2.13 +ENV JACKSON_BRANCH=2.14 RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-core RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-databind diff --git a/projects/jackson-dataformat-xml/Dockerfile b/projects/jackson-dataformat-xml/Dockerfile index 65f1195cc..3f6fea620 100644 --- a/projects/jackson-dataformat-xml/Dockerfile +++ b/projects/jackson-dataformat-xml/Dockerfile @@ -30,7 +30,7 @@ RUN git clone --depth 1 https://github.com/dvyukov/go-fuzz-corpus && \ zip -j $SRC/XmlFuzzer_seed_corpus.zip go-fuzz-corpus/xml/corpus/* && \ rm -rf go-fuzz-corpus -ENV JACKSON_BRANCH=2.13 +ENV JACKSON_BRANCH=2.14 RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-dataformat-xml diff --git a/projects/jackson-dataformats-binary/Dockerfile b/projects/jackson-dataformats-binary/Dockerfile index 700e3ea9c..9714f95e5 100644 --- a/projects/jackson-dataformats-binary/Dockerfile +++ b/projects/jackson-dataformats-binary/Dockerfile @@ -17,7 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder-jvm RUN apt-get update && apt-get install -y maven -ENV JACKSON_BRANCH=2.13 +ENV JACKSON_BRANCH=2.14 RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-dataformats-binary RUN git clone --depth 1 --branch=$JACKSON_BRANCH https://github.com/FasterXML/jackson-databind