This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 2a47e9d Upgrading Spring Boot and pdfbox
2a47e9d is described below
commit 2a47e9d9ff3da0e44af5fbcc0e46a608ac82f9a5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 12 08:57:25 2020 +0200
Upgrading Spring Boot and pdfbox
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 78eb924..0e7d626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
<spring.version>5.2.7.RELEASE</spring.version>
<spring-security.version>5.3.3.RELEASE</spring-security.version>
- <spring-boot.version>2.3.0.RELEASE</spring-boot.version>
+ <spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>
<openjpa.version>3.1.1</openjpa.version>
@@ -1820,7 +1820,7 @@ under the License.
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>2.0.18</version>
+ <version>2.0.20</version>
</dependency>
<dependency>