This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 9d0c34e5d0 build(deps): bump mockito.version from 5.15.2 to 5.17.0
(#2064)
9d0c34e5d0 is described below
commit 9d0c34e5d0e58032159ace8f18b47a2a91b72f95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 5 09:53:53 2025 +0200
build(deps): bump mockito.version from 5.15.2 to 5.17.0 (#2064)
Bumps `mockito.version` from 5.15.2 to 5.17.0.
Updates `org.mockito:mockito-core` from 5.15.2 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.17.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.17.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.17.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e327f6754a..fd767b5374 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<logback.version>1.5.16</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.15</milo.version>
- <mockito.version>5.15.2</mockito.version>
+ <mockito.version>5.17.0</mockito.version>
<netty.version>4.1.119.Final</netty.version>
<pcap4j.version>1.8.2</pcap4j.version>
<slf4j.version>2.0.16</slf4j.version>