This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new db16e5364 Bump org.easymock:easymock from 4.3 to 5.5.0 in /spi-fly
db16e5364 is described below
commit db16e5364c0590bcd34af3ce82cd72ef82f864c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 21:28:24 2025 +0000
Bump org.easymock:easymock from 4.3 to 5.5.0 in /spi-fly
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from
4.3 to 5.5.0.
- [Release notes](https://github.com/easymock/easymock/releases)
-
[Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
-
[Commits](https://github.com/easymock/easymock/compare/easymock-4.3...easymock-5.5.0)
---
updated-dependencies:
- dependency-name: org.easymock:easymock
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
spi-fly/pom.xml | 2 +-
spi-fly/spi-fly-core/pom.xml | 2 +-
spi-fly/spi-fly-weaver/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index 574dcc444..199686529 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -51,7 +51,7 @@
<asm.version>9.6</asm.version>
<assertj.version>3.27.2</assertj.version>
<bnd.version>6.4.0</bnd.version>
- <easymock.version>4.3</easymock.version>
+ <easymock.version>5.5.0</easymock.version>
<felix.framework.version>7.0.5</felix.framework.version>
<felix.log.extension.version>1.0.0</felix.log.extension.version>
<felix.log.version>1.2.6</felix.log.version>
diff --git a/spi-fly/spi-fly-core/pom.xml b/spi-fly/spi-fly-core/pom.xml
index 58e45a8eb..fcf6c55b4 100644
--- a/spi-fly/spi-fly-core/pom.xml
+++ b/spi-fly/spi-fly-core/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>4.3</version>
+ <version>5.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/spi-fly/spi-fly-weaver/pom.xml b/spi-fly/spi-fly-weaver/pom.xml
index 3975f33c8..f8f7b22e4 100644
--- a/spi-fly/spi-fly-weaver/pom.xml
+++ b/spi-fly/spi-fly-weaver/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>4.3</version>
+ <version>5.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>