Skip to content

Commit

Permalink
Revert change in Mockito version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Aug 28, 2024
1 parent fb5c6ac commit 4491df9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mysql-57.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: mvn -B install --file pom.xml
run: mvn -B install -Dgpg.skip=true --file pom.xml
2 changes: 1 addition & 1 deletion .github/workflows/mysql-80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
run: MYSQL_VERSION=8.0 mvn -B install --file pom.xml
run: MYSQL_VERSION=8.0 mvn -B install -Dgpg.skip=true --file pom.xml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4491df9

Please sign in to comment.