We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1acd7 commit 4a40268Copy full SHA for 4a40268
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- maven: [ '3.8.8', '3.9.8' ]
+ maven: [ '3.8.8', '3.9.9' ]
16
java: [ '11', '17' ]
17
os: [ 'ubuntu-latest', 'windows-latest' ]
18
runs-on: ${{ matrix.os }}
pom.xml
@@ -92,7 +92,7 @@ under the License.
92
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
93
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
94
95
- <maven.version>3.9.8</maven.version>
+ <maven.version>3.9.9</maven.version>
96
<maven-plugin-plugin.version>3.14.0</maven-plugin-plugin.version>
97
<maven-reporting-api.version>3.1.1</maven-reporting-api.version>
98
<doxia.version>1.11.1</doxia.version>
0 commit comments