From 7d6d8cc6c141211dfcbe0e4e301cc20253d2e81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:48:04 +0100 Subject: [PATCH] chore(deps-dev): bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#153) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.25.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- nifi-influx-database-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-influx-database-processors/pom.xml b/nifi-influx-database-processors/pom.xml index bfaf8d2..fd67949 100644 --- a/nifi-influx-database-processors/pom.xml +++ b/nifi-influx-database-processors/pom.xml @@ -147,7 +147,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>3.25.1</version> + <version>3.25.2</version> <scope>test</scope> </dependency>