We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7437bd + 569b8ba commit a14df80Copy full SHA for a14df80
2 files changed
.github/workflows/maven.yml
@@ -10,7 +10,7 @@ jobs:
10
build_and_test:
11
strategy:
12
matrix:
13
- jdkversion: [8, 11, 17]
+ jdkversion: [11]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
pom.xml
@@ -1027,7 +1027,7 @@
1027
<groupId>org.mockito</groupId>
1028
<artifactId>mockito-core</artifactId>
1029
<scope>test</scope>
1030
- <version>4.8.0</version>
+ <version>4.8.1</version>
1031
<exclusions>
1032
<exclusion>
1033
<artifactId>hamcrest-core</artifactId>
0 commit comments