From aa1a63480182838da72ef8bda21d88dba848ecb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 11:23:54 +0000 Subject: [PATCH] chore(deps)(deps): bump org.codehaus.mojo:exec-maven-plugin Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.0 to 3.6.3. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.1.0...3.6.3) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/anthropic/pom.xml | 2 +- samples/aws-bedrock/pom.xml | 2 +- samples/azure-foundry/pom.xml | 2 +- samples/chat-session/pom.xml | 2 +- samples/cohere/pom.xml | 2 +- samples/complex-io/pom.xml | 2 +- samples/deepseek/pom.xml | 2 +- samples/evaluations/pom.xml | 2 +- samples/evaluators-plugin/pom.xml | 2 +- samples/firebase/pom.xml | 2 +- samples/google-genai/pom.xml | 2 +- samples/groq/pom.xml | 2 +- samples/interrupts/pom.xml | 2 +- samples/mcp/pom.xml | 2 +- samples/middleware/pom.xml | 2 +- samples/mistral/pom.xml | 2 +- samples/multi-agent/pom.xml | 2 +- samples/ollama/pom.xml | 2 +- samples/openai/pom.xml | 2 +- samples/pinecone/pom.xml | 2 +- samples/postgresql/pom.xml | 2 +- samples/rag/pom.xml | 2 +- samples/spring/pom.xml | 2 +- samples/structured-output/pom.xml | 2 +- samples/weaviate/pom.xml | 2 +- samples/xai/pom.xml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/samples/anthropic/pom.xml b/samples/anthropic/pom.xml index 50d88aa2a..fa447f96b 100644 --- a/samples/anthropic/pom.xml +++ b/samples/anthropic/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.AnthropicSample diff --git a/samples/aws-bedrock/pom.xml b/samples/aws-bedrock/pom.xml index c55328e7a..46382368a 100644 --- a/samples/aws-bedrock/pom.xml +++ b/samples/aws-bedrock/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.AwsBedrockSample diff --git a/samples/azure-foundry/pom.xml b/samples/azure-foundry/pom.xml index 843813294..007f5bc61 100644 --- a/samples/azure-foundry/pom.xml +++ b/samples/azure-foundry/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.AzureFoundrySample diff --git a/samples/chat-session/pom.xml b/samples/chat-session/pom.xml index 928dcac8d..16cceaaf5 100644 --- a/samples/chat-session/pom.xml +++ b/samples/chat-session/pom.xml @@ -72,7 +72,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.6.3 com.google.genkit.samples.ChatSessionApp diff --git a/samples/cohere/pom.xml b/samples/cohere/pom.xml index 504b3cd8a..cb4cbaac4 100644 --- a/samples/cohere/pom.xml +++ b/samples/cohere/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.CohereSample diff --git a/samples/complex-io/pom.xml b/samples/complex-io/pom.xml index e329b7e85..43c853d6f 100644 --- a/samples/complex-io/pom.xml +++ b/samples/complex-io/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.ComplexIOSample diff --git a/samples/deepseek/pom.xml b/samples/deepseek/pom.xml index c8fe79ac5..a68f08aa0 100644 --- a/samples/deepseek/pom.xml +++ b/samples/deepseek/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.DeepSeekSample diff --git a/samples/evaluations/pom.xml b/samples/evaluations/pom.xml index c612bf32f..c3e4b10a7 100644 --- a/samples/evaluations/pom.xml +++ b/samples/evaluations/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.EvaluationsSample diff --git a/samples/evaluators-plugin/pom.xml b/samples/evaluators-plugin/pom.xml index 588b407b1..a0ad3a84e 100644 --- a/samples/evaluators-plugin/pom.xml +++ b/samples/evaluators-plugin/pom.xml @@ -95,7 +95,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.EvaluatorsPluginSample diff --git a/samples/firebase/pom.xml b/samples/firebase/pom.xml index eb508fed1..2039b4cb5 100644 --- a/samples/firebase/pom.xml +++ b/samples/firebase/pom.xml @@ -98,7 +98,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.6.3 com.google.genkit.samples.firebase.FirestoreRAGSample diff --git a/samples/google-genai/pom.xml b/samples/google-genai/pom.xml index a18aaf02b..3876bd377 100644 --- a/samples/google-genai/pom.xml +++ b/samples/google-genai/pom.xml @@ -70,7 +70,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.GoogleGenAIApp diff --git a/samples/groq/pom.xml b/samples/groq/pom.xml index 74a9a7945..cbd50c94f 100644 --- a/samples/groq/pom.xml +++ b/samples/groq/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.GroqSample diff --git a/samples/interrupts/pom.xml b/samples/interrupts/pom.xml index 8254b357c..80d932e2a 100644 --- a/samples/interrupts/pom.xml +++ b/samples/interrupts/pom.xml @@ -72,7 +72,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.6.3 com.google.genkit.samples.InterruptsApp diff --git a/samples/mcp/pom.xml b/samples/mcp/pom.xml index 040922869..31d5b1682 100644 --- a/samples/mcp/pom.xml +++ b/samples/mcp/pom.xml @@ -95,7 +95,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.MCPSample diff --git a/samples/middleware/pom.xml b/samples/middleware/pom.xml index a38f521de..bc55d0c80 100644 --- a/samples/middleware/pom.xml +++ b/samples/middleware/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.MiddlewareSample diff --git a/samples/mistral/pom.xml b/samples/mistral/pom.xml index 02443a296..a65a49308 100644 --- a/samples/mistral/pom.xml +++ b/samples/mistral/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.MistralSample diff --git a/samples/multi-agent/pom.xml b/samples/multi-agent/pom.xml index 6806d6f03..2034796ce 100644 --- a/samples/multi-agent/pom.xml +++ b/samples/multi-agent/pom.xml @@ -72,7 +72,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.6.3 com.google.genkit.samples.MultiAgentApp diff --git a/samples/ollama/pom.xml b/samples/ollama/pom.xml index d4099efae..9f2acb317 100644 --- a/samples/ollama/pom.xml +++ b/samples/ollama/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.OllamaSample diff --git a/samples/openai/pom.xml b/samples/openai/pom.xml index 0c2a80f52..7cee61f30 100644 --- a/samples/openai/pom.xml +++ b/samples/openai/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.OpenAISample diff --git a/samples/pinecone/pom.xml b/samples/pinecone/pom.xml index 6041cdcba..72d72085f 100644 --- a/samples/pinecone/pom.xml +++ b/samples/pinecone/pom.xml @@ -87,7 +87,7 @@ org.codehaus.mojo exec-maven-plugin - 3.5.0 + 3.6.3 ${exec.mainClass} diff --git a/samples/postgresql/pom.xml b/samples/postgresql/pom.xml index 4553bdeb0..dd6197047 100644 --- a/samples/postgresql/pom.xml +++ b/samples/postgresql/pom.xml @@ -87,7 +87,7 @@ org.codehaus.mojo exec-maven-plugin - 3.5.0 + 3.6.3 ${exec.mainClass} diff --git a/samples/rag/pom.xml b/samples/rag/pom.xml index 708852dba..3cc00d56e 100644 --- a/samples/rag/pom.xml +++ b/samples/rag/pom.xml @@ -91,7 +91,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.RagSample diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index 6c5aea048..ce0e03eb0 100644 --- a/samples/spring/pom.xml +++ b/samples/spring/pom.xml @@ -86,7 +86,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.SpringSample diff --git a/samples/structured-output/pom.xml b/samples/structured-output/pom.xml index 90b40d5dd..6ec4ae526 100644 --- a/samples/structured-output/pom.xml +++ b/samples/structured-output/pom.xml @@ -72,7 +72,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.6.3 com.google.genkit.samples.StructuredOutputSample diff --git a/samples/weaviate/pom.xml b/samples/weaviate/pom.xml index 0d2fd4f98..607ae2e31 100644 --- a/samples/weaviate/pom.xml +++ b/samples/weaviate/pom.xml @@ -87,7 +87,7 @@ org.codehaus.mojo exec-maven-plugin - 3.5.0 + 3.6.3 ${exec.mainClass} diff --git a/samples/xai/pom.xml b/samples/xai/pom.xml index 1c8ee6d85..2ff8ae1ad 100644 --- a/samples/xai/pom.xml +++ b/samples/xai/pom.xml @@ -81,7 +81,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 com.google.genkit.samples.XAISample