From 87c60a5b44e9cd8a476a4539208f7b7acd1c88f5 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Thu, 27 Oct 2022 01:47:32 +0200 Subject: [PATCH 1/2] Update github workflow --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0e1946805..46d58c20b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ jobs: build_and_test: strategy: matrix: - jdkversion: [8, 11, 17] + jdkversion: [11] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 From 569b8ba2d390114bf974598e4ab8dc78eea2558b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 01:48:10 +0200 Subject: [PATCH 2/2] Bump mockito-core from 4.8.0 to 4.8.1 (#2632) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00acb96fd..d498b224c 100644 --- a/pom.xml +++ b/pom.xml @@ -1027,7 +1027,7 @@ org.mockito mockito-core test - 4.8.0 + 4.8.1 hamcrest-core