This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 65eab774b Bump org.apache.maven:maven-compat (#113)
65eab774b is described below
commit 65eab774b3d41f978174a8777018e0f1c105d996
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 29 17:01:59 2023 +0100
Bump org.apache.maven:maven-compat (#113)
Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from
3.3.9 to 3.8.1.
- [Release notes](https://github.com/apache/maven/releases)
-
[Commits](https://github.com/apache/maven/compare/maven-3.3.9...maven-3.8.1)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-compat
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
openjpa-tools/openjpa-maven-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml
b/openjpa-tools/openjpa-maven-plugin/pom.xml
index 037729db3..f87277dc0 100644
--- a/openjpa-tools/openjpa-maven-plugin/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/pom.xml
@@ -42,7 +42,7 @@
<inceptionYear>2011</inceptionYear>
<properties>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
- <min.maven.version>3.3.9</min.maven.version>
+ <min.maven.version>3.8.1</min.maven.version>
</properties>
<prerequisites>
<maven>${min.maven.version}</maven>