From 651fc8cc314e310392059c74de811e7fd2e3646d Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 17 Dec 2024 10:10:14 +0200 Subject: [PATCH 1/2] Bump samples to Quarkus 3.15.2 --- samples/chatbot-easy-rag/pom.xml | 2 +- samples/chatbot-web-search/pom.xml | 2 +- samples/chatbot/pom.xml | 2 +- samples/cli-translator/pom.xml | 2 +- samples/email-a-poem/pom.xml | 2 +- samples/fraud-detection/pom.xml | 2 +- samples/jbang-joke-bot/jokes.java | 2 +- samples/review-triage/pom.xml | 2 +- samples/secure-fraud-detection/pom.xml | 2 +- samples/secure-poem-multiple-models/pom.xml | 2 +- samples/secure-sql-chatbot/pom.xml | 2 +- samples/sql-chatbot/pom.xml | 2 +- samples/weather-agent/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/samples/chatbot-easy-rag/pom.xml b/samples/chatbot-easy-rag/pom.xml index a8b4f0d96..f32a955a7 100644 --- a/samples/chatbot-easy-rag/pom.xml +++ b/samples/chatbot-easy-rag/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/chatbot-web-search/pom.xml b/samples/chatbot-web-search/pom.xml index f676323d7..ca31a755e 100644 --- a/samples/chatbot-web-search/pom.xml +++ b/samples/chatbot-web-search/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/chatbot/pom.xml b/samples/chatbot/pom.xml index a3a9c0ec4..c4cfdcad0 100644 --- a/samples/chatbot/pom.xml +++ b/samples/chatbot/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/cli-translator/pom.xml b/samples/cli-translator/pom.xml index 71fe242cb..f3e8dfccd 100644 --- a/samples/cli-translator/pom.xml +++ b/samples/cli-translator/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/email-a-poem/pom.xml b/samples/email-a-poem/pom.xml index 4d442dbed..ae071d567 100644 --- a/samples/email-a-poem/pom.xml +++ b/samples/email-a-poem/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/fraud-detection/pom.xml b/samples/fraud-detection/pom.xml index af5702fd3..8f0afbdf6 100644 --- a/samples/fraud-detection/pom.xml +++ b/samples/fraud-detection/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/jbang-joke-bot/jokes.java b/samples/jbang-joke-bot/jokes.java index 27848f022..69465e106 100755 --- a/samples/jbang-joke-bot/jokes.java +++ b/samples/jbang-joke-bot/jokes.java @@ -1,5 +1,5 @@ ///usr/bin/env jbang "$0" "$@" ; exit $? -//DEPS io.quarkus.platform:quarkus-bom:3.15.1@pom +//DEPS io.quarkus.platform:quarkus-bom:3.15.2@pom //DEPS io.quarkus:quarkus-picocli //DEPS io.quarkiverse.langchain4j:quarkus-langchain4j-openai:0.21.0.CR4 //Q:CONFIG quarkus.banner.enabled=false diff --git a/samples/review-triage/pom.xml b/samples/review-triage/pom.xml index f73b827eb..9ee21b0f1 100644 --- a/samples/review-triage/pom.xml +++ b/samples/review-triage/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/secure-fraud-detection/pom.xml b/samples/secure-fraud-detection/pom.xml index 3af06e923..c2f0920fa 100644 --- a/samples/secure-fraud-detection/pom.xml +++ b/samples/secure-fraud-detection/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/secure-poem-multiple-models/pom.xml b/samples/secure-poem-multiple-models/pom.xml index dad799707..416709a06 100644 --- a/samples/secure-poem-multiple-models/pom.xml +++ b/samples/secure-poem-multiple-models/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/secure-sql-chatbot/pom.xml b/samples/secure-sql-chatbot/pom.xml index 621a45278..5a62fd3c7 100644 --- a/samples/secure-sql-chatbot/pom.xml +++ b/samples/secure-sql-chatbot/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/sql-chatbot/pom.xml b/samples/sql-chatbot/pom.xml index ae48c489c..0ed39140e 100644 --- a/samples/sql-chatbot/pom.xml +++ b/samples/sql-chatbot/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 diff --git a/samples/weather-agent/pom.xml b/samples/weather-agent/pom.xml index 3ce4fdffd..fdae00491 100644 --- a/samples/weather-agent/pom.xml +++ b/samples/weather-agent/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.1 + 3.15.2 true 3.2.5 0.23.0.CR1 From 1377d8ff55b3ab6c90eb573b7e6f66026e8e0862 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 17 Dec 2024 10:16:10 +0200 Subject: [PATCH 2/2] Bump WebSockets integration to Quarkus 3.15.2 --- quarkus-integrations/websockets-next/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarkus-integrations/websockets-next/pom.xml b/quarkus-integrations/websockets-next/pom.xml index b72d9c9e1..e538d886e 100644 --- a/quarkus-integrations/websockets-next/pom.xml +++ b/quarkus-integrations/websockets-next/pom.xml @@ -14,7 +14,7 @@ - 3.15.1 + 3.15.2