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 1186cb7fb7 build(deps): bump mockito.version from 5.18.0 to 5.19.0
(#2220)
1186cb7fb7 is described below
commit 1186cb7fb740909c8b6f83e4870f0980cc53606a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 18 11:57:49 2025 +0200
build(deps): bump mockito.version from 5.18.0 to 5.19.0 (#2220)
Bumps `mockito.version` from 5.18.0 to 5.19.0.
Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0)
Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-version: 5.19.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 650e362879..003c7242f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<logback.version>1.5.18</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.16</milo.version>
- <mockito.version>5.18.0</mockito.version>
+ <mockito.version>5.19.0</mockito.version>
<!-- Netty 4.2.x seems to break the serial transports -->
<netty.version>4.1.123.Final</netty.version>
<pcap4j.version>1.8.2</pcap4j.version>