From df7f2bc69052420868df22591cbaf433de8bd241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:09:58 +0000 Subject: [PATCH] Bump org.eclipse.angus:angus-activation from 2.0.2 to 2.0.3 Bumps [org.eclipse.angus:angus-activation](https://github.com/eclipse-ee4j/angus-activation) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/eclipse-ee4j/angus-activation/releases) - [Commits](https://github.com/eclipse-ee4j/angus-activation/compare/2.0.2...2.0.3) --- updated-dependencies: - dependency-name: org.eclipse.angus:angus-activation dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c79af71..5df020a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { // Java Activation implementation 'jakarta.activation:jakarta.activation-api:2.1.3' - runtimeOnly 'org.eclipse.angus:angus-activation:2.0.2' + runtimeOnly 'org.eclipse.angus:angus-activation:2.0.3' // Lombok compileOnly 'org.projectlombok:lombok:1.18.38'