Merge remote-tracking branch 'origin/master'

This commit is contained in:
Gabriele C 2022-10-27 02:08:13 +02:00
commit a14df80a87
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
build_and_test: build_and_test:
strategy: strategy:
matrix: matrix:
jdkversion: [8, 11, 17] jdkversion: [11]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -1027,7 +1027,7 @@
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>
<scope>test</scope> <scope>test</scope>
<version>4.8.0</version> <version>4.8.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>hamcrest-core</artifactId> <artifactId>hamcrest-core</artifactId>