[UIMA-6333] Update Spring dependency

- Update version
- Update NOTICE / LICENSE files used by binary distribution
diff --git a/src/main/dist-bin/LICENSE b/src/main/dist-bin/LICENSE
index 1a12bb2..f9529d8 100644
--- a/src/main/dist-bin/LICENSE
+++ b/src/main/dist-bin/LICENSE
@@ -203,9 +203,9 @@
 
 =======================================================================   
 
-SPRING FRAMEWORK 4.3.26.RELEASE SUBCOMPONENTS:
+SPRING FRAMEWORK 4.3.30.RELEASE SUBCOMPONENTS:
 
-Spring Framework 4.3.26.RELEASE includes a number of subcomponents
+Spring Framework 4.3.30.RELEASE includes a number of subcomponents
 with separate copyright notices and license terms. The product that
 includes this file does not necessarily use all the open source
 subcomponents referred to below. Your use of the source
@@ -262,6 +262,13 @@
 http://objenesis.org/download.html, Objenesis 2.6 is licensed under the
 Apache License, version 2.0, the text of which is included above.
 
+Per the NOTICE file in the Objenesis ZIP distribution downloaded from
+http://objenesis.org/download.html and corresponding to section 4d of the
+Apache License, Version 2.0, in this case for Objenesis:
+
+Objenesis
+Copyright 2006-2017 Joe Walnes, Henri Tremblay, Leonardo Mesquita
+
 
 ===============================================================================
 
diff --git a/src/main/dist-bin/NOTICE b/src/main/dist-bin/NOTICE
index 912e97a..55cf795 100644
--- a/src/main/dist-bin/NOTICE
+++ b/src/main/dist-bin/NOTICE
@@ -56,7 +56,7 @@
   
 ----------------------------------------------------------------
   
-Spring Framework 4.3.26.RELEASE
+Spring Framework 4.3.30.RELEASE
 Copyright (c) 2002-2020 Pivotal, Inc.
 
 This product is licensed to you under the Apache License, Version 2.0
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 6acec8f..98e953e 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -32,7 +32,7 @@
   <url>${uimaWebsiteUrl}</url>
   <inceptionYear>2012</inceptionYear>
   <properties>
-    <spring.version>4.3.26.RELEASE</spring.version>
+    <spring.version>4.3.30.RELEASE</spring.version>
     <uima.version>2.10.4</uima.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>