File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 <maven .compiler.source>11</maven .compiler.source>
1313 <maven .compiler.target>11</maven .compiler.target>
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <slf4j .version>1.7.36 </slf4j .version>
15+ <slf4j .version>2.0.17 </slf4j .version>
1616 </properties >
1717
1818 <build >
1919 <plugins >
2020 <plugin >
2121 <groupId >org.apache.maven.plugins</groupId >
2222 <artifactId >maven-compiler-plugin</artifactId >
23- <version >3.13 .0</version >
23+ <version >3.15 .0</version >
2424 <configuration >
2525 <source >${maven.compiler.source} </source >
2626 <target >${maven.compiler.target} </target >
3030 <plugin >
3131 <groupId >org.apache.maven.plugins</groupId >
3232 <artifactId >maven-source-plugin</artifactId >
33- <version >3.3.1 </version >
33+ <version >3.4.0 </version >
3434 <executions >
3535 <execution >
3636 <id >attach-sources</id >
4545 <plugin >
4646 <groupId >org.apache.maven.plugins</groupId >
4747 <artifactId >maven-javadoc-plugin</artifactId >
48- <version >3.6.3 </version >
48+ <version >3.12.0 </version >
4949 <executions >
5050 <execution >
5151 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments