Skip to content

Commit

Permalink
build(deps): Update minimum version of Maven to 3.6.3 (#6932)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah authored Sep 6, 2024
1 parent 8f411b2 commit fb70fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<tag>v6.4.1</tag>
</scm>
<prerequisites>
<maven>3.1.0</maven>
<maven>3.6.3</maven>
</prerequisites>
<build>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Copyright (c) 2012 - Jeremy Long
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.11</logback.version>

<maven.api.version>3.1.0</maven.api.version>
<maven.api.version>3.6.3</maven.api.version>
<reporting.checkstyle-plugin.version>3.4.0</reporting.checkstyle-plugin.version>
<reporting.checkstyle.tool.version>9.3</reporting.checkstyle.tool.version>
<doxia-module-markdown.version>1.12.0</doxia-module-markdown.version>
Expand Down

0 comments on commit fb70fda

Please sign in to comment.