From 8b213dcdd36692c8b20f168b3e6db7691bdbf57a Mon Sep 17 00:00:00 2001 From: Ryan Ashcraft Date: Wed, 13 Dec 2023 17:47:07 -0500 Subject: [PATCH] #69 :arrow_up: pull dependencies up to sensible versions --- habushu-maven-plugin/pom.xml | 14 +++++++------- habushu-mixology-consumer/pyproject.toml | 2 +- habushu-mixology/pyproject.toml | 2 +- pom.xml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/habushu-maven-plugin/pom.xml b/habushu-maven-plugin/pom.xml index a120221..412de83 100644 --- a/habushu-maven-plugin/pom.xml +++ b/habushu-maven-plugin/pom.xml @@ -24,14 +24,14 @@ io.cucumber cucumber-bom - 7.12.0 + 7.15.0 pom import org.junit junit-bom - 5.9.3 + 5.10.1 pom import @@ -52,7 +52,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.14.0 org.apache.commons @@ -67,12 +67,12 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.9 com.electronwill.night-config toml - 3.6.6 + 3.6.7 org.apache.maven.plugins @@ -92,7 +92,7 @@ org.technologybrewery.baton baton-maven-plugin - 0.1.0 + 0.2.0 org.codehaus.plexus @@ -107,7 +107,7 @@ commons-io commons-io - 2.13.0 + 2.15.1 diff --git a/habushu-mixology-consumer/pyproject.toml b/habushu-mixology-consumer/pyproject.toml index c9ee413..ae179da 100644 --- a/habushu-mixology-consumer/pyproject.toml +++ b/habushu-mixology-consumer/pyproject.toml @@ -16,5 +16,5 @@ black = "^23.3.0" behave = "^1.2.6" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.6.0"] build-backend = "poetry.core.masonry.api" diff --git a/habushu-mixology/pyproject.toml b/habushu-mixology/pyproject.toml index d9e9c14..506d616 100644 --- a/habushu-mixology/pyproject.toml +++ b/habushu-mixology/pyproject.toml @@ -18,5 +18,5 @@ grpcio-tools = "^1.48.0" python-dotenv = "^0.20.0" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.6.0"] build-backend = "poetry.core.masonry.api" diff --git a/pom.xml b/pom.xml index f37fc03..de87e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.technologybrewery parent - 6 + 7 org.technologybrewery.habushu