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:
strategy:
matrix:
jdkversion: [8, 11, 17]
jdkversion: [11]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

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