Skip to content

Commit c7c7a4a

Browse files
authored
Merge pull request #77 from eu-digital-green-certificates/chore/update-spring-boot
Update Spring Boot
2 parents 39ee7fb + 234dd36 commit c7c7a4a

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

pom.xml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2525
<!-- dependencies -->
26-
<owasp.version>6.5.0</owasp.version>
27-
<spring.boot.version>2.6.1</spring.boot.version>
26+
<owasp.version>6.5.2</owasp.version>
27+
<spring.boot.version>2.6.2</spring.boot.version>
2828
<spring.cloud.version>3.1.0</spring.cloud.version>
2929
<feign.version>11.7</feign.version>
3030
<bcpkix.version>1.70</bcpkix.version>
@@ -34,7 +34,6 @@
3434
<cbor.version>4.4.4</cbor.version>
3535
<jackson.version>2.13.0</jackson.version>
3636
<slf4j.version>1.7.32</slf4j.version>
37-
<log4j2.version>2.16.0</log4j2.version>
3837
<plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
3938
<plugin.sonar.version>3.9.1.2184</plugin.sonar.version>
4039
<plugin.surefire.version>3.0.0-M5</plugin.surefire.version>
@@ -72,21 +71,6 @@
7271
</distributionManagement>
7372

7473
<dependencies>
75-
<dependency>
76-
<groupId>org.apache.logging.log4j</groupId>
77-
<artifactId>log4j-to-slf4j</artifactId>
78-
<version>${log4j2.version}</version>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.apache.logging.log4j</groupId>
82-
<artifactId>log4j-api</artifactId>
83-
<version>${log4j2.version}</version>
84-
</dependency>
85-
<dependency>
86-
<groupId>org.apache.logging.log4j</groupId>
87-
<artifactId>log4j-core</artifactId>
88-
<version>${log4j2.version}</version>
89-
</dependency>
9074
<dependency>
9175
<groupId>org.springframework.cloud</groupId>
9276
<artifactId>spring-cloud-openfeign-dependencies</artifactId>

0 commit comments

Comments
 (0)