diff --git a/.gitattributes b/.gitattributes
index c3cb8eeff53..191e9a8ccc3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -11618,6 +11618,7 @@ src/main/java/forge/quest/data/pet/package-info.java svneol=native#text/plain
src/main/java/forge/quest/io/PreconReader.java -text
src/main/java/forge/quest/io/QuestDataIO.java svneol=native#text/plain
src/main/java/forge/quest/io/ReadPriceList.java svneol=native#text/plain
+src/main/java/forge/quest/io/package-info.java svneol=native#text/plain
src/main/java/forge/quest/package-info.java svneol=native#text/plain
src/main/java/forge/util/Base64Coder.java svneol=native#text/plain
src/main/java/forge/util/CopyFiles.java svneol=native#text/plain
diff --git a/pom.xml b/pom.xml
index cc6829418aa..3c1db6cf0d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -751,7 +751,7 @@
org.freemarker
freemarker
- 2.3.18
+ 2.3.19
@@ -773,7 +773,7 @@
org.apache.ant
ant-commons-logging
- 1.8.2
+ 1.8.3
commons-discovery
diff --git a/src/main/java/forge/quest/io/package-info.java b/src/main/java/forge/quest/io/package-info.java
new file mode 100644
index 00000000000..b53092c935e
--- /dev/null
+++ b/src/main/java/forge/quest/io/package-info.java
@@ -0,0 +1,3 @@
+/** Forge Card Game. */
+package forge.quest.io;
+