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 b0afc8ce8a build(deps): bump mockito.version from 5.14.1 to 5.14.2
(#1846)
b0afc8ce8a is described below
commit b0afc8ce8a10ba34210237d639a82c23778ffffd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 25 12:22:56 2024 +0200
build(deps): bump mockito.version from 5.14.1 to 5.14.2 (#1846)
Bumps `mockito.version` from 5.14.1 to 5.14.2.
Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2)
Updates `org.mockito:mockito-junit-jupiter` from 5.14.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 5005f2d0ca..a906d0358a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<logback.version>1.5.9</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.14</milo.version>
- <mockito.version>5.14.1</mockito.version>
+ <mockito.version>5.14.2</mockito.version>
<netty.version>4.1.114.Final</netty.version>
<pcap4j.version>1.8.2</pcap4j.version>
<slf4j.version>2.0.16</slf4j.version>