From 77cc5522300c1498cd5e0374750c02e08d052545 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Tue, 1 Feb 2022 14:58:39 +0100 Subject: [PATCH] Increase spring version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 64b0e12..faa6f0a 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ <junit-version>4.13.2</junit-version> <!--servlet-api.version>2.5</servlet-api.version--> <servlet-api.version>3.0.1</servlet-api.version> - <spring-version>3.2.2.RELEASE</spring-version> - <!--spring-version>3.2.6.RELEASE</spring-version--> + <!--spring-version>3.2.2.RELEASE</spring-version--> + <spring-version>3.2.6.RELEASE</spring-version> <git-commit-id-plugin.version>2.1.15</git-commit-id-plugin.version> <maven-compiler-plugin.version>3.9.0</maven-compiler-plugin.version> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> -- GitLab