Skip to content

Commit

Permalink
Upgrade mockito-inline from 4.8.0 to 4.8.1 (#3382)
Browse files Browse the repository at this point in the history
* Bump mockito-inline from 4.8.0 to 4.8.1

Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Removes explicit mockito-core import as it is a dependency of mockito-inline, facilitating dependabot analysis.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: filipe <flautert@liquibase.org>
  • Loading branch information
dependabot[bot] and filipelautert committed Nov 8, 2022
1 parent 1a92adb commit f32df09
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,10 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.8.0</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f32df09

Please sign in to comment.