Update Saxon from 12.4 to 12.5
diff --git a/Makefile b/Makefile
index eff8f3b..70e64fc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
MAKE ?= make -j $(shell nproc)
KORAPXML2CONLLU_HEAP ?= $(shell echo "$$(($(MAX_THREADS) * 2500))")
KORAPXML2CONLLU ?= java -Xmx$(KORAPXML2CONLLU_HEAP)m -jar lib/korapxml2conllu.jar
-SAXON ?= java -Djava.util.logging.config.file=/logging.properties -cp lib/saxon-ee-12.4.jar:lib/xmlresolver-5.2.2.jar:lib/textclassifier.jar:lib/xmlresolver-5.2.2-data.jar net.sf.saxon.Transform -expand:off
+SAXON ?= java -Djava.util.logging.config.file=/logging.properties -cp lib/saxon-ee-12.5.jar:lib/xmlresolver-5.2.2.jar:lib/textclassifier.jar:lib/xmlresolver-5.2.2-data.jar net.sf.saxon.Transform -expand:off
diff --git a/lib/saxon-ee-12.4.jar b/lib/saxon-ee-12.5.jar
similarity index 75%
rename from lib/saxon-ee-12.4.jar
rename to lib/saxon-ee-12.5.jar
index a0656dd..f0a374c 100644
--- a/lib/saxon-ee-12.4.jar
+++ b/lib/saxon-ee-12.5.jar
Binary files differ