File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ nb-configuration.xml
1212.DS_Store
1313.metadata
1414.recommenders
15+ .checkstyle
1516* .iml
1617* .iws
1718* .ipr
Original file line number Diff line number Diff line change 1616# under the License.
1717wrapperVersion =3.3.2
1818distributionType =only-script
19- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
19+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.apache</groupId >
66 <artifactId >apache</artifactId >
7- <version >33 </version >
7+ <version >35 </version >
88 <relativePath />
99 </parent >
1010
7575 <maven .compiler.release>21</maven .compiler.release>
7676 <maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
7777 <minimalJavaBuildVersion >21</minimalJavaBuildVersion >
78- <minimalMavenBuildVersion >3.9.9 </minimalMavenBuildVersion >
78+ <minimalMavenBuildVersion >3.9.10 </minimalMavenBuildVersion >
7979
80- <checkstyle .version>10.18.1</checkstyle .version>
81- <junit-bom .version>5.11.0</junit-bom .version>
82- <jacoco .version>0.8.12</jacoco .version>
83- <maven-pmd-plugin .version>3.25.0</maven-pmd-plugin .version>
84- <mockito .version>5.13.0</mockito .version>
85- <pmd .version>7.10.0</pmd .version>
86- <swagger-annotations .version>2.2.23</swagger-annotations .version>
80+ <checkstyle .version>10.26.1</checkstyle .version>
81+ <junit-bom .version>5.13.2</junit-bom .version>
82+ <jacoco .version>0.8.13</jacoco .version>
83+ <maven-pmd-plugin .version>3.27.0</maven-pmd-plugin .version>
84+ <version .maven-checkstyle-plugin>3.6.0</version .maven-checkstyle-plugin>
85+ <mockito .version>5.18.0</mockito .version>
86+ <pmd .version>7.14.0</pmd .version>
87+ <swagger-annotations .version>2.2.34</swagger-annotations .version>
8788 </properties >
8889
8990 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments