Skip to content

Commit a14df80

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d7437bd + 569b8ba commit a14df80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_and_test:
1111
strategy:
1212
matrix:
13-
jdkversion: [8, 11, 17]
13+
jdkversion: [11]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
<groupId>org.mockito</groupId>
10281028
<artifactId>mockito-core</artifactId>
10291029
<scope>test</scope>
1030-
<version>4.8.0</version>
1030+
<version>4.8.1</version>
10311031
<exclusions>
10321032
<exclusion>
10331033
<artifactId>hamcrest-core</artifactId>

0 commit comments

Comments
 (0)