From 772ba8f4d0296137bc9ae4170ea387ba8f0b9320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:01:19 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) and [exasol/python-toolbox](https://github.com/exasol/python-toolbox). Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.5 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/b1d7e1fb5de872772f31590499237e7cce841e8e...a16621b09c6db4281f81a93cb393b05dcd7b7165) Updates `exasol/python-toolbox` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/exasol/python-toolbox/releases) - [Commits](https://github.com/exasol/python-toolbox/compare/7.0.0...8.0.0) Bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.itsallcode:junit5-system-extensions](https://github.com/itsallcode/junit5-system-extensions) | `1.2.2` | `1.2.3` | | org.slf4j:slf4j-jdk14 | `2.0.17` | `2.0.18` | | org.slf4j:slf4j-api | `2.0.17` | `2.0.18` | | org.apache.maven:maven-model | `3.9.15` | `3.9.16` | | [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.15` | `3.9.16` | | org.apache.maven:maven-core | `3.9.15` | `3.9.16` | Updates `org.itsallcode:junit5-system-extensions` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/itsallcode/junit5-system-extensions/releases) - [Commits](https://github.com/itsallcode/junit5-system-extensions/compare/1.2.2...1.2.3) Updates `org.slf4j:slf4j-jdk14` from 2.0.17 to 2.0.18 Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18 Updates `org.apache.maven:maven-model` from 3.9.15 to 3.9.16 Updates `org.apache.maven:maven-plugin-api` from 3.9.15 to 3.9.16 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16) Updates `org.apache.maven:maven-core` from 3.9.15 to 3.9.16 Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18 Updates `org.apache.maven:maven-plugin-api` from 3.9.15 to 3.9.16 - [Release notes](https://github.com/apache/maven/releases) - [Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16) Updates `org.apache.maven:maven-core` from 3.9.15 to 3.9.16 --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: exasol/python-toolbox dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.itsallcode:junit5-system-extensions dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.slf4j:slf4j-jdk14 dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven:maven-model dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven:maven-core dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven:maven-plugin-api dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven:maven-core dependency-version: 3.9.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 2 +- .github/workflows/dependencies_check.yml | 2 +- parent-pom/pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 687881a9..234aa75b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -250,7 +250,7 @@ jobs: } - name: Lint GitHub actions with Zizmore id: lint-github-actions - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e + uses: zizmorcore/zizmor-action@a16621b09c6db4281f81a93cb393b05dcd7b7165 with: { advanced-security: false } diff --git a/.github/workflows/dependencies_check.yml b/.github/workflows/dependencies_check.yml index e833730c..78461974 100644 --- a/.github/workflows/dependencies_check.yml +++ b/.github/workflows/dependencies_check.yml @@ -63,7 +63,7 @@ jobs: } - name: Create GitHub Issues id: create-security-issues - uses: exasol/python-toolbox/.github/actions/security-issues@7.0.0 + uses: exasol/python-toolbox/.github/actions/security-issues@8.0.0 with: { format: maven, command: cat ossindex-report.json, diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index a7675b85..9d65dcd8 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -22,11 +22,11 @@ false 17 - 3.9.15 + 3.9.16 3.8.7 2.11.0 5.23.0 - 2.0.17 + 2.0.18 UTF-8 UTF-8 true @@ -225,7 +225,7 @@ org.itsallcode junit5-system-extensions - 1.2.2 + 1.2.3 test