Skip to content

Commit

Permalink
Dropped support for Maven 3.2.5 to avoid security vulnerabilities in …
Browse files Browse the repository at this point in the history
…outdated versions of plexus-utils, commons-io.
  • Loading branch information
cowwoc committed Feb 12, 2022
1 parent b54946b commit ff2794a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
maven: [3.2.5, 3.5.4, 3.6.3, 3.8.1]
maven: [3.5.4, 3.6.3, 3.8.1]
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idif
if: github.repository == 'mojo-executor/mojo-executor' && github.event_name == 'pull_request'
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.version>3.5.0</maven.version>
<maven.version>3.8.4</maven.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit ff2794a

Please sign in to comment.