ACS-930 security update to Spring Boot 2.4.1 (#318)

* ACS-930 Update Spring boot to 2.4.1

* ACS-930 Update missing dependencies
This commit is contained in:
David Edwards
2021-01-06 09:23:48 +00:00
committed by GitHub
parent 28e7d205cd
commit 6da39399db
9 changed files with 49 additions and 12 deletions

View File

@@ -78,7 +78,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
@@ -94,11 +93,15 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@@ -43,11 +43,9 @@
<artifactId>alfresco-transform-imagemagick</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>