Skip to content

Commit cbaf799

Browse files
Use constant 3.6.3 in prerequisites/maven as minimal Maven version
It will allow declaring a newer version of Maven dependencies in the project.
1 parent 0d24834 commit cbaf799

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ updates:
2121
schedule:
2222
interval: daily
2323
time: '04:00'
24-
ignore:
25-
# ignore Maven Core updates
26-
- dependency-name: "org.apache.maven:*"
2724
open-pull-requests-limit: 10
2825
- package-ecosystem: "github-actions"
2926
directory: "/"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ under the License.
3636
execution is successful, and optionally can verify the output generated from a given project execution.</description>
3737

3838
<prerequisites>
39-
<maven>${mavenVersion}</maven>
39+
<maven>3.6.3</maven>
4040
</prerequisites>
4141

4242
<scm>

0 commit comments

Comments
 (0)