From 6ac18c98e4bd07d82eda3bbd2f049981b0695e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 03:24:14 +0000 Subject: [PATCH] chore(deps): bump takes from 1.24.1 to 1.24.2 Bumps [takes](https://github.com/yegor256/takes) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/yegor256/takes/releases) - [Commits](https://github.com/yegor256/takes/compare/1.24.1...1.24.2) --- updated-dependencies: - dependency-name: org.takes:takes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample-operators/mysql-schema/pom.xml | 2 +- sample-operators/tomcat-operator/pom.xml | 2 +- sample-operators/webpage/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-operators/mysql-schema/pom.xml b/sample-operators/mysql-schema/pom.xml index 92a40ace03..64df44152a 100644 --- a/sample-operators/mysql-schema/pom.xml +++ b/sample-operators/mysql-schema/pom.xml @@ -35,7 +35,7 @@ org.takes takes - 1.24.1 + 1.24.2 mysql diff --git a/sample-operators/tomcat-operator/pom.xml b/sample-operators/tomcat-operator/pom.xml index bf21e1d42d..77c9908f37 100644 --- a/sample-operators/tomcat-operator/pom.xml +++ b/sample-operators/tomcat-operator/pom.xml @@ -39,7 +39,7 @@ org.takes takes - 1.24.1 + 1.24.2 org.junit.jupiter diff --git a/sample-operators/webpage/pom.xml b/sample-operators/webpage/pom.xml index 99b57fee70..4c6f670c72 100644 --- a/sample-operators/webpage/pom.xml +++ b/sample-operators/webpage/pom.xml @@ -33,7 +33,7 @@ org.takes takes - 1.24.1 + 1.24.2 io.fabric8