From 65bf88191d00222ccc60c6fd3ae98380b2055170 Mon Sep 17 00:00:00 2001 From: Dejan Date: Wed, 13 Mar 2024 13:39:47 +0100 Subject: [PATCH 1/6] 1.9.3 Lithium 3.6.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f3515bd..ff09387 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ echo com.wire.bots - 1.9.2 + 1.9.3 Echo Bot A demo project for Lithium. @@ -25,7 +25,7 @@ 11 UTF-8 UTF-8 - 3.6.0 + 3.6.2 From 14a5a3a80a65a2b9dc8b698b1487be3aa1bed0e2 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Wed, 13 Mar 2024 16:28:20 +0100 Subject: [PATCH 2/6] chore: bump lithium and deps --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ff09387..06a64f5 100644 --- a/pom.xml +++ b/pom.xml @@ -25,14 +25,31 @@ 11 UTF-8 UTF-8 - 3.6.2 + 3.6.3 + 4.0.0 + + + + io.dropwizard + dropwizard-bom + ${dropwizard.version} + pom + import + + + + com.wire lithium ${lithium.version} + + io.dropwizard + dropwizard-core + From 691364775619006a34dc68daf5b4f86d1fd31988 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Wed, 13 Mar 2024 16:28:55 +0100 Subject: [PATCH 3/6] chore: bump lithium and deps --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 06a64f5..4e85bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ echo com.wire.bots - 1.9.3 + 1.9.4 Echo Bot A demo project for Lithium. From 2d5e18e868200ee6ae83832bc9f3ef904358035b Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Wed, 13 Mar 2024 16:49:10 +0100 Subject: [PATCH 4/6] chore: declare missing dep --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 4e85bbb..58c275c 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,11 @@ io.dropwizard dropwizard-core + + com.smoketurner + dropwizard-swagger + 4.0.0-1 + From 33a168759672e5924575832ab4d6593a7381a76f Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Wed, 13 Mar 2024 17:27:07 +0100 Subject: [PATCH 5/6] chore: adjust deps not provided --- pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 58c275c..8e44443 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ echo com.wire.bots - 1.9.4 + 1.9.5 Echo Bot A demo project for Lithium. @@ -51,9 +51,12 @@ dropwizard-core - com.smoketurner - dropwizard-swagger - 4.0.0-1 + io.dropwizard + dropwizard-jdbi3 + + + io.dropwizard + dropwizard-client From 9444dc58621ed4983db74cc6b762cc379ebf8328 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Wed, 13 Mar 2024 18:02:53 +0100 Subject: [PATCH 6/6] chore: bump lithium --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e44443..9523eec 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 11 UTF-8 UTF-8 - 3.6.3 + 3.6.4 4.0.0