diff --git a/pom.xml b/pom.xml
index 2cfce8eb756a570df690e6c00a63a7e9902ec934..8f637b7888866825b0325ec572d79c7bbe1da1c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<targetJdk>1.8</targetJdk>
-		<org.springframework.version>5.2.0.RELEASE</org.springframework.version>
+		<org.springframework.version>5.2.1.RELEASE</org.springframework.version>
 		<org.hibernate.version>5.4.8.Final</org.hibernate.version>
 		<apache.cxf>3.3.4</apache.cxf>
 		<apache.pdfbox>2.0.17</apache.pdfbox>
@@ -1953,7 +1953,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-css</artifactId>
-			<version>1.11</version>
+			<version>1.12</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xml-apis</groupId>
@@ -1968,7 +1968,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-util</artifactId>
-			<version>1.11</version>
+			<version>1.12</version>
 		</dependency>
 		<dependency>
 			<groupId>de.java2html</groupId>