This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new d4384d3f2 Bump org.easymock:easymock from 5.3.0 to 5.4.0 (#2978)
d4384d3f2 is described below
commit d4384d3f2e7703fab6363fd9cd80a001e9561db2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 7 09:52:52 2024 +0200
Bump org.easymock:easymock from 5.3.0 to 5.4.0 (#2978)
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from
5.3.0 to 5.4.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-5.3.0...easymock-5.4.0)
---
updated-dependencies:
- dependency-name: org.easymock:easymock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 446adbc55..b81789d7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>5.3.0</version>
+ <version>5.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>