Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 4.2.1 SNAPSHOT for 8-Jan #898

Merged
merged 8 commits into from
Jan 19, 2024
Prev Previous commit
Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (#897)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.8.0...v5.9.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
commit 7b1f53bf677c7baf3dcec1923824cc407935d505
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<lombok.version>1.18.30</lombok.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
<junit.version>4.13.2</junit.version>
<mockito.version>5.8.0</mockito.version>
<mockito.version>5.9.0</mockito.version>
<podam.version>8.0.1.RELEASE</podam.version>
<log4j.version>2.22.1</log4j.version>
<awaitility.version>4.2.0</awaitility.version>
Expand Down
Loading