Skip to content

Commit c675380

Browse files
Bump org.mockito:mockito-inline from 4.2.0 to 4.11.0
1 parent 11db625 commit c675380

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ name: Semgrep
1212
jobs:
1313
semgrep:
1414
name: Scan
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
env:
1717
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1818
container:
1919
image: returntocorp/semgrep
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- run: semgrep ci

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.mockito</groupId>
165165
<artifactId>mockito-inline</artifactId>
166-
<version>4.2.0</version>
166+
<version>4.11.0</version>
167167
<scope>test</scope>
168168
</dependency>
169169
</dependencies>

0 commit comments

Comments
 (0)