diff --git a/action.yml b/action.yml
index 61a382a..c7820ee 100644
--- a/action.yml
+++ b/action.yml
@@ -4,7 +4,7 @@ author: 'stCarolas'
 inputs:
   maven-version:
     description: 'Version Spec of the version to use.  Examples: 10.x, 10.15.1, >=10.15.0'
-    default: '3.5.4'
+    default: '3.8.2'
 runs:
   using: 'node12'
   main: 'lib/setup-maven.js'