Skip to content

Commit

Permalink
Bump the build-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 3 updates: [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp), [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) and [org.mockito:mockito-core](https://github.com/mockito/mockito).


Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.18.5 to 0.19.1
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.18.5...japicmp-base-0.19.1)

Updates `org.mockito:mockito-junit-jupiter` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.10.0...v5.11.0)

Updates `org.mockito:mockito-core` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.10.0...v5.11.0)

Updates `org.mockito:mockito-core` from 5.10.0 to 5.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.10.0...v5.11.0)

---
updated-dependencies:
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent 120f306 commit 4a6c617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<version.testcontainers>1.19.6</version.testcontainers>

<version.org.hamcrest>2.2</version.org.hamcrest>
<version.org.mockito>5.10.0</version.org.mockito>
<version.org.mockito>5.11.0</version.org.mockito>
<version.org.assertj.assertj-core>3.25.3</version.org.assertj.assertj-core>
<version.org.awaitily>4.2.0</version.org.awaitily>
<version.org.skyscreamer.jsonassert>1.5.1</version.org.skyscreamer.jsonassert>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<version.install.plugin>3.1.1</version.install.plugin>
<version.enforcer.plugin>3.4.0</version.enforcer.plugin>
<version.project-info.plugin>3.5.0</version.project-info.plugin>
<version.japicmp.plugin>0.18.5</version.japicmp.plugin>
<version.japicmp.plugin>0.19.1</version.japicmp.plugin>
<version.nexus-staging.plugin>1.6.13</version.nexus-staging.plugin>
<version.deploy.plugin>3.1.1</version.deploy.plugin>
<version.gpg.plugin>3.1.0</version.gpg.plugin>
Expand Down

0 comments on commit 4a6c617

Please sign in to comment.