Skip to content

Commit 6a0fd8b

Browse files
committed
[pom] Require maven 3.3.9
This most likely actually requires even newer, but still stating 3.2.5 which is extremely old is not ideal. No one really should use less than 3.8.1 due to vulnerabilities anyways. So this is not exactly what we want yet but is moving it forwards to block attempted old usage we don't even test for.
1 parent 4bfe64e commit 6a0fd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</contributors>
8888

8989
<prerequisites>
90-
<maven>3.2.5</maven>
90+
<maven>3.3.9</maven>
9191
</prerequisites>
9292

9393
<scm>

0 commit comments

Comments
 (0)