This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/main by this push: new b7c18dc chore(deps-dev): bump org.mockito:mockito-inline from 4.11.0 to 5.2.0 (#7) b7c18dc is described below commit b7c18dc49b4bad3e9ef787032238f3c9d5c209f1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Apr 9 09:42:45 2024 +0200 chore(deps-dev): bump org.mockito:mockito-inline from 4.11.0 to 5.2.0 (#7) Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.11.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml b/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml index 72aca53..c81d0d8 100644 --- a/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml +++ b/plc4j/integrations/apache-nifi/nifi-plc4x-processors/pom.xml @@ -178,7 +178,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> - <version>4.11.0</version> + <version>5.2.0</version> <scope>test</scope> </dependency>