From c63800ee07f1c7bf602372a184ad77f1219bc777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:40:27 +0000 Subject: [PATCH] chore(deps): bump the maven group across 1 directory with 6 updates Bumps the maven group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.github.resilience4j:resilience4j-circuitbreaker](https://github.com/resilience4j/resilience4j) | `2.2.0` | `2.4.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.6` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.12` | `0.8.14` | | org.springaicommunity.agents:agent-model | `0.15.0` | `0.16.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.2.0` | `3.6.3` | Updates `io.github.resilience4j:resilience4j-circuitbreaker` from 2.2.0 to 2.4.0 - [Release notes](https://github.com/resilience4j/resilience4j/releases) - [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc) - [Commits](https://github.com/resilience4j/resilience4j/compare/v2.2.0...v2.4.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.15.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.5.6) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.14) Updates `org.springaicommunity.agents:agent-model` from 0.15.0 to 0.16.0 Updates `org.codehaus.mojo:exec-maven-plugin` from 3.2.0 to 3.6.3 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.6.3) --- updated-dependencies: - dependency-name: io.github.resilience4j:resilience4j-circuitbreaker dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springaicommunity.agents:agent-model dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven ... Signed-off-by: dependabot[bot] --- agentflow4j-cli-agents/pom.xml | 2 +- agentflow4j-samples/pom.xml | 2 +- pom.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/agentflow4j-cli-agents/pom.xml b/agentflow4j-cli-agents/pom.xml index 874365b..d4020a8 100644 --- a/agentflow4j-cli-agents/pom.xml +++ b/agentflow4j-cli-agents/pom.xml @@ -16,7 +16,7 @@ Bridge module: wrap spring-ai-community AgentModel as a agentflow4j Agent so external CLI agents (Claude Code, Codex, Gemini, ...) become nodes in an AgentGraph. - 0.15.0 + 0.16.0 diff --git a/agentflow4j-samples/pom.xml b/agentflow4j-samples/pom.xml index cf21854..10ff077 100644 --- a/agentflow4j-samples/pom.xml +++ b/agentflow4j-samples/pom.xml @@ -79,7 +79,7 @@ org.codehaus.mojo exec-maven-plugin - 3.2.0 + 3.6.3 ${exec.mainClass} diff --git a/pom.xml b/pom.xml index 08f274e..9e2c096 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 3.5.14 1.0.8 - 2.2.0 + 2.4.0 5.10.2 3.27.7 @@ -149,17 +149,17 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.15.0 org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.6 org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.14