Update `com.google.jimfs:jimfs` to version `1.3.0` (#64)
diff --git a/pom.xml b/pom.xml
index f3dc22a..d48cab0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,7 +359,7 @@
       <dependency>
         <groupId>com.google.jimfs</groupId>
         <artifactId>jimfs</artifactId>
-        <version>1.1</version>
+        <version>1.3.0</version>
       </dependency>
       <dependency>
         <groupId>net.sf.jopt-simple</groupId>
diff --git a/src/changelog/.1.x.x/update_com_google_jimfs_jimfs.xml b/src/changelog/.1.x.x/update_com_google_jimfs_jimfs.xml
new file mode 100644
index 0000000..93cea95
--- /dev/null
+++ b/src/changelog/.1.x.x/update_com_google_jimfs_jimfs.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="64" link="https://github.com/apache/logging-log4j-audit/pull/64"/>
+  <description format="asciidoc">Update `com.google.jimfs:jimfs` to version `1.3.0`</description>
+</entry>