Skip to content

Commit 4a40268

Browse files
authored
Update maven to 3.9.9 (#284)
1 parent 9c1acd7 commit 4a40268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
maven: [ '3.8.8', '3.9.8' ]
15+
maven: [ '3.8.8', '3.9.9' ]
1616
java: [ '11', '17' ]
1717
os: [ 'ubuntu-latest', 'windows-latest' ]
1818
runs-on: ${{ matrix.os }}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ under the License.
9292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9393
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9494

95-
<maven.version>3.9.8</maven.version>
95+
<maven.version>3.9.9</maven.version>
9696
<maven-plugin-plugin.version>3.14.0</maven-plugin-plugin.version>
9797
<maven-reporting-api.version>3.1.1</maven-reporting-api.version>
9898
<doxia.version>1.11.1</doxia.version>

0 commit comments

Comments
 (0)