From 8b2514a956394600d1b0eef12c9abe70afd0ecce Mon Sep 17 00:00:00 2001 From: Tino Bischoff Date: Mon, 27 Nov 2023 16:28:51 +0100 Subject: [PATCH 01/12] update libs --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a236d7b..926ebb0 100644 --- a/pom.xml +++ b/pom.xml @@ -48,20 +48,20 @@ 3.24.2 - 10.12.4 + 10.12.5 1.16.0 2.14.0 3.13.0 0.6.0-SNAPSHOT 2.2.224 - 6.3.1.Final - 2.15.3 + 6.4.0.Final + 2.16.0 4.13.2 1.4.11 17 17 3.6.0 - 3.3.0 + 3.3.1 3.11.0 3.6.0 3.1.2 @@ -78,7 +78,7 @@ 3.3.0 2.35.0 4.7.5 - 42.6.0 + 42.7.0 UTF-8 ${project.basedir} 2.0.9 @@ -89,7 +89,7 @@ jacoco java fraunhofer-iosb - 3.1.5 + 3.2.0 From bb357e4669e7de801114a2c964ddee67e5d1c50d Mon Sep 17 00:00:00 2001 From: Tino Bischoff Date: Mon, 27 Nov 2023 16:49:58 +0100 Subject: [PATCH 02/12] update libs --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 926ebb0..8ef7d2c 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 3.6.0 3.3.1 3.11.0 - 3.6.0 + 3.6.1 3.1.2 3.1.0 0.8.10 @@ -71,12 +71,12 @@ 3.6.0 2.0.0 1.6.13 - 8.1.2 + 8.4.3 4.7.5 2.5.3 3.5.1 3.3.0 - 2.35.0 + 2.40.0 4.7.5 42.7.0 UTF-8 From 788811f9be2d6b26f3e82b5f56083e14359e0fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:35:25 +0000 Subject: [PATCH 03/12] Bump logback.version from 1.4.11 to 1.4.12 Bumps `logback.version` from 1.4.11 to 1.4.12. Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.12 - [Commits](https://github.com/qos-ch/logback/commits) Updates `ch.qos.logback:logback-core` from 1.4.11 to 1.4.12 - [Commits](https://github.com/qos-ch/logback/commits) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ef7d2c..eddac14 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 6.4.0.Final 2.16.0 4.13.2 - 1.4.11 + 1.4.12 17 17 3.6.0 From a65ac48374a2a02b582e130ccdfc303f4708a462 Mon Sep 17 00:00:00 2001 From: Tino Bischoff Date: Wed, 6 Dec 2023 12:25:03 +0100 Subject: [PATCH 04/12] update libs --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index eddac14..f070b93 100644 --- a/pom.xml +++ b/pom.xml @@ -57,18 +57,18 @@ 6.4.0.Final 2.16.0 4.13.2 - 1.4.12 + 1.4.14 17 17 3.6.0 3.3.1 3.11.0 3.6.1 - 3.1.2 + 3.2.2 3.1.0 0.8.10 3.3.0 - 3.6.0 + 3.6.3 2.0.0 1.6.13 8.4.3 From ae57887bf45338874caa72c9904aa7d8f9b4f340 Mon Sep 17 00:00:00 2001 From: Tino Bischoff Date: Wed, 6 Dec 2023 13:04:40 +0100 Subject: [PATCH 05/12] add logback to core --- core/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 2230009..d953448 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,6 +15,16 @@ ${project.parent.basedir} + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + de.fraunhofer.iosb.ilt.faaast.service model From 91fda9e2bf3301cdeed3abd1684a65727d45d06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 01:52:22 +0000 Subject: [PATCH 06/12] Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-build-pr.yml | 2 +- .github/workflows/maven-build.yml | 2 +- .github/workflows/maven-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-build-pr.yml b/.github/workflows/maven-build-pr.yml index 8c0d4de..be558ea 100644 --- a/.github/workflows/maven-build-pr.yml +++ b/.github/workflows/maven-build-pr.yml @@ -29,7 +29,7 @@ jobs: ${{ runner.os }}-maven - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: 17 diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index a292b69..889e865 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -28,7 +28,7 @@ jobs: restore-keys: ${{ runner.os }}-maven - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: 17 diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 434c0b5..170c8da 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}-maven - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'adopt' java-version: 17 From d10511da3b513b42483998aea103101d952b64e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:01:24 +0000 Subject: [PATCH 07/12] Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.40.0 to 2.41.1. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.40.0...maven/2.41.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f070b93..3a7a200 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.5.3 3.5.1 3.3.0 - 2.40.0 + 2.41.1 4.7.5 42.7.0 UTF-8 From 64c448af166465636e98a8fcea2bbed80ec1e7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:01:14 +0000 Subject: [PATCH 08/12] Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a7a200..02f780d 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.6.1 3.2.2 3.1.0 - 0.8.10 + 0.8.11 3.3.0 3.6.3 2.0.0 From f14063714139f0fce32064e040f33a40d431bf48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:00:46 +0000 Subject: [PATCH 09/12] Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.0 to 42.7.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.0...REL42.7.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02f780d..989f0bc 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 3.3.0 2.41.1 4.7.5 - 42.7.0 + 42.7.1 UTF-8 ${project.basedir} 2.0.9 From 0d69a9c603effa693b073060442bd2842a5d50ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:01:05 +0000 Subject: [PATCH 10/12] Bump org.codehaus.mojo:license-maven-plugin from 2.0.0 to 2.3.0 Bumps [org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/mojohaus/license-maven-plugin/releases) - [Commits](https://github.com/mojohaus/license-maven-plugin/compare/license-maven-plugin-2.0.0...2.3.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:license-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 989f0bc..ae0a071 100644 --- a/pom.xml +++ b/pom.xml @@ -252,7 +252,7 @@ org.codehaus.mojo license-maven-plugin - 2.0.0 + 2.3.0 ${root.basedir}/docs/third_party_licenses_report From 1232b1b94b897ffa25f91ddd32ef8afce90262fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:45:57 +0000 Subject: [PATCH 11/12] Bump org.owasp:dependency-check-maven from 8.4.3 to 9.0.4 Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.4.3 to 9.0.4. - [Release notes](https://github.com/jeremylong/DependencyCheck/releases) - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v8.4.3...v9.0.4) --- updated-dependencies: - dependency-name: org.owasp:dependency-check-maven dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae0a071..162cebc 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ 3.6.3 2.0.0 1.6.13 - 8.4.3 + 9.0.4 4.7.5 2.5.3 3.5.1 From 98f1a226a88ae25e06b72c27bf971722b340440d Mon Sep 17 00:00:00 2001 From: Tino Bischoff Date: Mon, 11 Dec 2023 15:32:37 +0100 Subject: [PATCH 12/12] update libs --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 162cebc..6ba9bae 100644 --- a/pom.xml +++ b/pom.xml @@ -48,10 +48,10 @@ 3.24.2 - 10.12.5 + 10.12.6 1.16.0 - 2.14.0 - 3.13.0 + 2.15.1 + 3.14.0 0.6.0-SNAPSHOT 2.2.224 6.4.0.Final