From f8955c8d391857740fb058e700aa4293480915ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:06:48 +0200 Subject: [PATCH 01/10] Update dependency org.springframework.security:spring-security-crypto to v5.4.6 (#109) Co-authored-by: Renovate Bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c55fbdc3..95cac871 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ org.springframework.security spring-security-crypto - 5.3.4.RELEASE + 5.4.6 From 022430f3c19714109495ce7cc8f793a302d30282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:07:12 +0200 Subject: [PATCH 02/10] Update dependency org.jacoco:jacoco-maven-plugin to v0.8.7 (#104) Co-authored-by: Renovate Bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 95cac871..ded4b182 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ org.jacoco jacoco-maven-plugin - 0.8.6 + 0.8.7 de/filefighter/rest/domain/**/data/**/*.class From d40695913fa87f80f1029cd310f7601898b45d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:07:34 +0200 Subject: [PATCH 03/10] Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v3.9.0.2155 (#103) Co-authored-by: Renovate Bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ded4b182..15d0f0db 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.8.0.2131 + 3.9.0.2155 org.jacoco From 20f1717367ba35b5564b031c8dd3298071511154 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 17 May 2021 11:08:06 +0300 Subject: [PATCH 04/10] fix: pom.xml to reduce vulnerabilities (#102) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-1277109 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15d0f0db..092968cf 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ org.springdoc springdoc-openapi-ui - 1.5.6 + 1.5.8 From a245dba8622ecd2c3ddd4393579707a303414d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:08:31 +0200 Subject: [PATCH 05/10] Update spring boot to v2.4.5 (#101) Co-authored-by: Renovate Bot --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 092968cf..fc317141 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.4 + 2.4.5 de.filefighter @@ -42,7 +42,7 @@ org.springframework.boot spring-boot - 2.4.4 + 2.4.5 From e03903719750fcadfe4fb6aa5149687b9983288c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:08:51 +0200 Subject: [PATCH 06/10] Update cucumber.version to v6.10.4 (#99) Co-authored-by: Renovate Bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc317141..2f5592c3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 11 - 6.10.2 + 6.10.4 **/data/**/*.java,**/configuration/*.java,**/exceptions/*.java From b2a019c213b8297569f4355960d5a26688f0fd35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:09:14 +0200 Subject: [PATCH 07/10] Update dependency org.springdoc:springdoc-openapi-ui to v1.5.8 (#96) Co-authored-by: Renovate Bot From 42fd573ae5d20261981130040a21796a724fdfa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:16:49 +0200 Subject: [PATCH 08/10] Update actions/setup-java action to v2 (#95) * Update actions/setup-java action to v2 * added distribution key to workflows Co-authored-by: Renovate Bot Co-authored-by: open-schnick --- .github/workflows/featureRelease.yml | 3 ++- .github/workflows/featureTests.yml | 3 ++- .github/workflows/latestRelease.yml | 3 ++- .github/workflows/masterTests.yml | 3 ++- .github/workflows/stableRelease.yml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/featureRelease.yml b/.github/workflows/featureRelease.yml index 689dc5e4..b221629d 100644 --- a/.github/workflows/featureRelease.yml +++ b/.github/workflows/featureRelease.yml @@ -17,9 +17,10 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: '11.0.8' + distribution: 'adopt' architecture: x64 - name: Build Docker Image diff --git a/.github/workflows/featureTests.yml b/.github/workflows/featureTests.yml index 62955868..8915c386 100644 --- a/.github/workflows/featureTests.yml +++ b/.github/workflows/featureTests.yml @@ -17,9 +17,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: '11.0.8' + distribution: 'adopt' architecture: x64 - name: Run Tests run: | diff --git a/.github/workflows/latestRelease.yml b/.github/workflows/latestRelease.yml index 7311acab..368b5209 100644 --- a/.github/workflows/latestRelease.yml +++ b/.github/workflows/latestRelease.yml @@ -17,9 +17,10 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: '11.0.8' + distribution: 'adopt' architecture: x64 - name: Build Docker Image diff --git a/.github/workflows/masterTests.yml b/.github/workflows/masterTests.yml index e7f810e3..e45c6758 100644 --- a/.github/workflows/masterTests.yml +++ b/.github/workflows/masterTests.yml @@ -16,9 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: '11.0.8' + distribution: 'adopt' architecture: x64 - name: Run Tests and update Sonar run: | diff --git a/.github/workflows/stableRelease.yml b/.github/workflows/stableRelease.yml index cd1892fe..d16d99eb 100644 --- a/.github/workflows/stableRelease.yml +++ b/.github/workflows/stableRelease.yml @@ -12,9 +12,10 @@ jobs: uses: actions/checkout@v2 - name: Set up JDK - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: '11.0.8' + distribution: 'adopt' architecture: x64 - name: Build Docker Image From 1fd2eaf38b66d647f8ea955c42becd9252da7c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:17:21 +0200 Subject: [PATCH 09/10] Update dependency org.mockito:mockito-inline to v3.10.0 (#88) Co-authored-by: Renovate Bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f5592c3..bdacd3be 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ org.mockito mockito-inline - 3.8.0 + 3.10.0 org.jetbrains From 6616334ee8468403abc68d5e4e9f22419fa8b674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 10:17:53 +0200 Subject: [PATCH 10/10] Update dependency org.mockito:mockito-core to v3.10.0 (#87) Co-authored-by: Renovate Bot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bdacd3be..68e18ccd 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ org.mockito mockito-core - 3.8.0 + 3.10.0 org.mockito