Skip to content

Commit

Permalink
Bump org.mockito.version from 5.13.0 to 5.14.1 in /vividus-studio-ser…
Browse files Browse the repository at this point in the history
…ver (#697)

Bumps `org.mockito.version` from 5.13.0 to 5.14.1.

Updates `org.mockito:mockito-core` from 5.13.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.13.0...v5.14.1)

Updates `org.mockito:mockito-junit-jupiter` from 5.13.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.13.0...v5.14.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  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 Oct 1, 2024
1 parent 388122d commit 6b1be66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-studio-server/vividus-studio-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<org.mockito.version>5.13.0</org.mockito.version>
<org.mockito.version>5.14.1</org.mockito.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle.plugin.version>3.5.0</checkstyle.plugin.version>
Expand Down

0 comments on commit 6b1be66

Please sign in to comment.