From 8b2514a956394600d1b0eef12c9abe70afd0ecce Mon Sep 17 00:00:00 2001 From: Tino Bischoff Date: Mon, 27 Nov 2023 16:28:51 +0100 Subject: [PATCH 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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