From cd4ee738ac45d5342773170fc2260e0f87e76767 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 26 Sep 2024 16:31:55 +0300 Subject: [PATCH] Bump to Quarkus 3.15.1 --- pom.xml | 2 +- quarkus-integrations/websockets-next/pom.xml | 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 | 4 ++-- 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-vertex-ai-gemini-poem/pom.xml | 2 +- samples/sql-chatbot/pom.xml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 5e0f7e746..29e9c6a91 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ HEAD - 3.15.0 + 3.15.1 0.34.0 0.34.0 0.0.4 diff --git a/quarkus-integrations/websockets-next/pom.xml b/quarkus-integrations/websockets-next/pom.xml index 54817936a..b72d9c9e1 100644 --- a/quarkus-integrations/websockets-next/pom.xml +++ b/quarkus-integrations/websockets-next/pom.xml @@ -14,7 +14,7 @@ - 3.15.0 + 3.15.1 diff --git a/samples/chatbot-easy-rag/pom.xml b/samples/chatbot-easy-rag/pom.xml index 5c2cbbfbb..756c915c5 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/chatbot-web-search/pom.xml b/samples/chatbot-web-search/pom.xml index 054c4ba73..6d5abe6ad 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/chatbot/pom.xml b/samples/chatbot/pom.xml index 0197b358d..e565fd3af 100644 --- a/samples/chatbot/pom.xml +++ b/samples/chatbot/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/cli-translator/pom.xml b/samples/cli-translator/pom.xml index 818050069..f3e17b110 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/email-a-poem/pom.xml b/samples/email-a-poem/pom.xml index cbbfc8987..221c46403 100644 --- a/samples/email-a-poem/pom.xml +++ b/samples/email-a-poem/pom.xml @@ -15,10 +15,10 @@ UTF-8 quarkus-bom io.quarkus - 3.15.0 + 3.15.1 true 3.2.5 - 0.19.0.CR1 + 999-SNAPSHOT diff --git a/samples/fraud-detection/pom.xml b/samples/fraud-detection/pom.xml index 88d5bd951..bdb9d593a 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/jbang-joke-bot/jokes.java b/samples/jbang-joke-bot/jokes.java index 6a6fcfb85..e2044e1b6 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.0@pom +//DEPS io.quarkus.platform:quarkus-bom:3.15.1@pom //DEPS io.quarkus:quarkus-picocli //DEPS io.quarkiverse.langchain4j:quarkus-langchain4j-openai:0.18.0 //Q:CONFIG quarkus.banner.enabled=false diff --git a/samples/review-triage/pom.xml b/samples/review-triage/pom.xml index d052c1e16..56066c69f 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/secure-fraud-detection/pom.xml b/samples/secure-fraud-detection/pom.xml index 757998023..037c59870 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/secure-vertex-ai-gemini-poem/pom.xml b/samples/secure-vertex-ai-gemini-poem/pom.xml index 8ae568223..91af07b32 100644 --- a/samples/secure-vertex-ai-gemini-poem/pom.xml +++ b/samples/secure-vertex-ai-gemini-poem/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus - 3.15.0 + 3.15.1 true 3.2.5 0.19.0.CR1 diff --git a/samples/sql-chatbot/pom.xml b/samples/sql-chatbot/pom.xml index 0d873e72c..d14dae029 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.0 + 3.15.1 true 3.2.5 0.19.0.CR1