Update `com.fasterxml.jackson.core:jackson-databind` to version `2.18.2` (#146)
diff --git a/log4j-converter-plugin-descriptor/pom.xml b/log4j-converter-plugin-descriptor/pom.xml
index 239960b..f4be039 100644
--- a/log4j-converter-plugin-descriptor/pom.xml
+++ b/log4j-converter-plugin-descriptor/pom.xml
@@ -35,7 +35,7 @@
<Main-Class>org.apache.logging.log4j.converter.plugins.PluginCacheConverter</Main-Class>
<!-- Dependency versions -->
- <jackson.version>2.18.1</jackson.version>
+ <jackson.version>2.18.2</jackson.version>
</properties>
<dependencies>
diff --git a/src/changelog/.0.x.x/update_com_fasterxml_jackson_core_jackson_databind.xml b/src/changelog/.0.x.x/update_com_fasterxml_jackson_core_jackson_databind.xml
new file mode 100644
index 0000000..35e4acd
--- /dev/null
+++ b/src/changelog/.0.x.x/update_com_fasterxml_jackson_core_jackson_databind.xml
@@ -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="146" link="https://github.com/apache/logging-log4j-transform/pull/146"/>
+ <description format="asciidoc">Update `com.fasterxml.jackson.core:jackson-databind` to version `2.18.2`</description>
+</entry>