From 8999a712221049c8fee77b3d1f7f447e5a0ef4dc Mon Sep 17 00:00:00 2001 From: Christoph Pirkl Date: Mon, 9 Jan 2023 13:46:14 +0100 Subject: [PATCH] #356: Fix warning in CI build (#361) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * #342: Restructure changelog * Apply suggestions from code review Co-authored-by: Christoph Pirkl * #342: Restructure changelog * #342: Updated versions. * #359: Improve logo transparency * #359: Updated version number and changelog. * #356: Fix warning in codeql-analysis.yml * Upgrade test dependencies Co-authored-by: Sebastian Bär Co-authored-by: kaklakariada --- .github/workflows/codeql-analysis.yml | 1 + doc/changes/changes_3.7.1.md | 1 + parent/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dae0e7aa..7d7c426c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,6 +4,7 @@ on: push: branches: [ main ] pull_request: + branches: [ main ] schedule: - cron: '0 4 * * 3' diff --git a/doc/changes/changes_3.7.1.md b/doc/changes/changes_3.7.1.md index 0545af88..fbcea750 100644 --- a/doc/changes/changes_3.7.1.md +++ b/doc/changes/changes_3.7.1.md @@ -11,3 +11,4 @@ This release fixes a couple of little bugs: ## Bugfixes * #359: Fixed transparency in the "O" of the OFT logo +* #356: Fixed warning in CI build diff --git a/parent/pom.xml b/parent/pom.xml index dd65856b..48b32d1b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,7 +10,7 @@ 3.7.1 11 - 5.9.0 + 5.9.1 3.0.0-M7 UTF-8 UTF-8 @@ -202,7 +202,7 @@ org.mockito mockito-junit-jupiter - 4.6.1 + 4.11.0 test @@ -220,7 +220,7 @@ nl.jqno.equalsverifier equalsverifier - 3.10.1 + 3.12.3 test diff --git a/pom.xml b/pom.xml index 642b3400..c070a119 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8.2 + 3.0.0 true