|
106 | 106 | <checkstyle.sevntu.configLocation>https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${maven.sevntu.checkstyle.plugin.checkstyle.version}/config/checkstyle-sevntu-checks.xml</checkstyle.sevntu.configLocation> |
107 | 107 | <checkstyle.sevntu.cache.file>${project.build.outputDirectory}/sevntu.cache</checkstyle.sevntu.cache.file> |
108 | 108 | <maven.jacoco.plugin.version>0.8.10</maven.jacoco.plugin.version> |
109 | | - <maven.compiler.release>11</maven.compiler.release> |
| 109 | + <maven.compiler.release>17</maven.compiler.release> |
110 | 110 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
111 | 111 | <!-- we disable ITs by default as it need download of 200MB sonar application jar --> |
112 | 112 | <skipITs>true</skipITs> |
|
445 | 445 | <plugin> |
446 | 446 | <groupId>org.apache.maven.plugins</groupId> |
447 | 447 | <artifactId>maven-pmd-plugin</artifactId> |
448 | | - <version>3.13.0</version> |
| 448 | + <version>3.27.0</version> |
449 | 449 | <configuration> |
450 | 450 | <analysisCache>false</analysisCache> |
451 | 451 | <targetJdk>${maven.compiler.release}</targetJdk> |
|
470 | 470 | <dependency> |
471 | 471 | <groupId>net.sourceforge.pmd</groupId> |
472 | 472 | <artifactId>pmd-java</artifactId> |
473 | | - <version>6.6.0</version> |
| 473 | + <version>7.15.0</version> |
474 | 474 | </dependency> |
475 | 475 | <dependency> |
476 | 476 | <groupId>net.sourceforge.pmd</groupId> |
477 | 477 | <artifactId>pmd-core</artifactId> |
478 | | - <version>6.6.0</version> |
| 478 | + <version>7.15.0</version> |
479 | 479 | </dependency> |
480 | 480 | <dependency> |
481 | 481 | <groupId>net.sourceforge.pmd</groupId> |
482 | 482 | <artifactId>pmd-javascript</artifactId> |
483 | | - <version>6.6.0</version> |
| 483 | + <version>7.15.0</version> |
484 | 484 | </dependency> |
485 | 485 | <dependency> |
486 | 486 | <groupId>net.sourceforge.pmd</groupId> |
487 | 487 | <artifactId>pmd-jsp</artifactId> |
488 | | - <version>6.6.0</version> |
| 488 | + <version>7.15.0</version> |
489 | 489 | </dependency> |
490 | 490 | </dependencies> |
491 | 491 | </plugin> |
|
0 commit comments