Skip to content

Commit

Permalink
Merge pull request #73 from cowwoc/dropped-maven-3.2.5
Browse files Browse the repository at this point in the history
Dropped support for Maven 3.2.5 to avoid security vulnerabilities in outdated versions of plexus-utils, commons-io
  • Loading branch information
TimMoore authored Feb 15, 2022
2 parents 9697d1f + ff2794a commit 1900f19
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 1900f19

Please sign in to comment.