From ccc75c80e701294159ee79d65f09c4a290534a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Manteaux?= Date: Fri, 8 Dec 2023 13:41:12 +0100 Subject: [PATCH 1/2] Update documentation --- plume-mail/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plume-mail/README.md b/plume-mail/README.md index 15f251c..ec85147 100644 --- a/plume-mail/README.md +++ b/plume-mail/README.md @@ -58,8 +58,8 @@ public class EmailService { Email email = EmailBuilder .startingBlank() .to("Russell Powell", "rpowell0@whitehouse.gov") - .withSubject("Plume Framework") - .withPlainText("You should check out this awesome framework!") + .withSubject("Plume") + .withPlainText("You should check this Java library out!") .buildEmail(); mailer.sendMail(email, true); } From 15b4b0bea8e4254b42b31d1809ac21c4bef00a72 Mon Sep 17 00:00:00 2001 From: Lucas Amiaud Date: Thu, 11 Jan 2024 11:52:19 +0100 Subject: [PATCH 2/2] upgrade swagger version and compatibility --- plume-framework-dependencies/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plume-framework-dependencies/pom.xml b/plume-framework-dependencies/pom.xml index 5f53e88..fd76d26 100644 --- a/plume-framework-dependencies/pom.xml +++ b/plume-framework-dependencies/pom.xml @@ -29,15 +29,15 @@ 1.6.0 9.3.0 2.2.220 - 2.14.1 + 2.16.1 2.35 - 2.2.2 + 2.2.20 2.6.1 - 1.7 + 1.8.0 1.3.2 4.1.2 4.8.161 - 3.3.9 + 3.9.6 4.13.2 3.23.1 @@ -268,7 +268,7 @@ io.swagger.core.v3 - swagger-annotations2 + swagger-annotations ${swagger.version}