Skip to content

Commit

Permalink
fix: update dependencies (#293)
Browse files Browse the repository at this point in the history
* fix: update dependencies
- spring boot
- log4j
- lombok
- protobuf

* Update to Spring Boot 2.6.2

* Update File Header
Optimize Imports

* Fix pom.xml styling

Co-authored-by: Felix Dittrich <[email protected]>
Co-authored-by: Felix Dittrich <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2022
1 parent 1bb861c commit 2385af7
Show file tree
Hide file tree
Showing 89 changed files with 163 additions and 188 deletions.
28 changes: 8 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>eu.interop.federationgateway</groupId>
<artifactId>efgs-federation-gateway</artifactId>
<version>1.0.11</version>
<version>1.0.12</version>
<packaging>${packaging.format}</packaging>

<name>efgs-federation-gateway</name>
Expand All @@ -25,24 +25,23 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- dependencies -->
<owasp.version>6.5.0</owasp.version>
<spring.boot.version>2.5.7</spring.boot.version>
<spring.cloud.version>2020.0.3</spring.cloud.version>
<owasp.version>6.5.2</owasp.version>
<spring.boot.version>2.6.2</spring.boot.version>
<spring.cloud.version>2021.0.0</spring.cloud.version>
<spring.test.version>5.3.9</spring.test.version>
<spring.security.version>5.5.2</spring.security.version>
<lombok.version>1.18.20</lombok.version>
<spring.security.version>5.5.4</spring.security.version>
<lombok.version>1.18.22</lombok.version>
<liquibase.version>4.4.3</liquibase.version>
<springdoc.version>1.5.10</springdoc.version>
<protobuf.version>3.17.3</protobuf.version>
<protobuf.version>3.19.2</protobuf.version>
<protobuf-format.version>1.4</protobuf-format.version>
<junit.version>5.7.2</junit.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
<mockito.version>3.12.4</mockito.version>
<bcpkix.version>1.69</bcpkix.version>
<reactor.version>1.0.1.RELEASE</reactor.version>
<okhttp.version>5.0.0-alpha.2</okhttp.version>
<shedlock.version>4.27.0</shedlock.version>
<log4j.version>2.17.0</log4j.version>
<shedlock.version>4.30.0</shedlock.version>
<!-- plugins -->
<plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
<plugin.sonar.version>3.9.0.2155</plugin.sonar.version>
Expand Down Expand Up @@ -296,17 +295,6 @@
<artifactId>shedlock-spring</artifactId>
<version>${shedlock.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>${log4j.version}</version>
</dependency>

</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -28,7 +28,6 @@
import java.io.IOException;
import java.util.Base64;
import org.springframework.http.HttpStatus;
import org.springframework.web.client.HttpClientErrorException;
import org.springframework.web.server.ResponseStatusException;

public class ProtobufConverter extends JsonFormat {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*-
* ---license-start
* EU Digital Green Certificate Gateway Service / dgc-gateway
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* ---license-start
* EU-Federation-Gateway-Service / efgs-federation-gateway
* ---
* Copyright (C) 2020 - 2021 T-Systems International GmbH and all other contributors
* Copyright (C) 2020 - 2022 T-Systems International GmbH and all other contributors
* ---
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 2385af7

Please sign in to comment.