|
115 | 115 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
116 | 116 | <keystore.file>${project.build.directory}/keystore</keystore.file> |
117 | 117 | <google-java-format.version>1.15.0</google-java-format.version> |
118 | | - <palantir-java-format.version>2.27.0</palantir-java-format.version> |
| 118 | + <palantir-java-format.version>2.28.0</palantir-java-format.version> |
119 | 119 | <xml-formatter.version>0.2.2</xml-formatter.version> |
120 | 120 | <commons-lang.version>3.12.0</commons-lang.version> |
121 | 121 | <netbeans.version>RELEASE120</netbeans.version> |
122 | 122 | <jsoup.version>1.15.3</jsoup.version> |
123 | | - <pmd.version>6.49.0</pmd.version> |
| 123 | + <pmd.version>6.53.0</pmd.version> |
124 | 124 | <argLine></argLine> |
125 | 125 | </properties> |
126 | 126 |
|
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.eclipse.platform</groupId> |
131 | 131 | <artifactId>org.eclipse.text</artifactId> |
132 | | - <version>3.12.200</version> |
| 132 | + <version>3.12.300</version> |
133 | 133 | <exclusions> |
134 | 134 | <exclusion> |
135 | 135 | <groupId>org.eclipse.platform</groupId> |
|
146 | 146 | <dependency> |
147 | 147 | <groupId>org.eclipse.jdt</groupId> |
148 | 148 | <artifactId>org.eclipse.jdt.core</artifactId> |
149 | | - <version>3.31.0</version> |
| 149 | + <version>3.32.0</version> |
150 | 150 | <exclusions> |
151 | 151 | <exclusion> |
152 | 152 | <groupId>org.eclipse.platform</groupId> |
|
249 | 249 | <dependency> |
250 | 250 | <groupId>com.diffplug.spotless</groupId> |
251 | 251 | <artifactId>spotless-lib</artifactId> |
252 | | - <version>2.30.0</version> |
| 252 | + <version>2.31.1</version> |
253 | 253 | </dependency> |
254 | 254 |
|
255 | 255 | <!-- XML Formatter --> |
|
269 | 269 | <dependency> |
270 | 270 | <groupId>com.fasterxml.jackson.core</groupId> |
271 | 271 | <artifactId>jackson-core</artifactId> |
272 | | - <version>2.14.0-rc1</version> |
| 272 | + <version>2.14.1</version> |
273 | 273 | </dependency> |
274 | 274 |
|
275 | 275 | <dependency> |
276 | 276 | <groupId>com.fasterxml.jackson.core</groupId> |
277 | 277 | <artifactId>jackson-databind</artifactId> |
278 | | - <version>2.14.0-rc1</version> |
| 278 | + <version>2.14.1</version> |
279 | 279 | </dependency> |
280 | 280 |
|
281 | 281 | <!-- CSS Parser --> |
282 | 282 | <dependency> |
283 | 283 | <groupId>net.sourceforge.cssparser</groupId> |
284 | 284 | <artifactId>cssparser</artifactId> |
285 | | - <version>0.9.29</version> |
| 285 | + <version>0.9.30</version> |
286 | 286 | </dependency> |
287 | 287 |
|
288 | 288 | <dependency> |
|
525 | 525 | <plugin> |
526 | 526 | <groupId>org.apache.maven.plugins</groupId> |
527 | 527 | <artifactId>maven-install-plugin</artifactId> |
528 | | - <version>3.0.1</version> |
| 528 | + <version>3.1.0</version> |
529 | 529 | </plugin> |
530 | 530 | <plugin> |
531 | 531 | <groupId>org.apache.maven.plugins</groupId> |
|
585 | 585 | <plugin> |
586 | 586 | <groupId>net.revelc.code.formatter</groupId> |
587 | 587 | <artifactId>formatter-maven-plugin</artifactId> |
588 | | - <version>2.20.0</version> |
| 588 | + <version>2.21.0</version> |
589 | 589 | </plugin> |
590 | 590 | <plugin> |
591 | 591 | <groupId>org.apache.maven.plugins</groupId> |
|
647 | 647 | <plugin> |
648 | 648 | <groupId>org.codehaus.mojo</groupId> |
649 | 649 | <artifactId>versions-maven-plugin</artifactId> |
650 | | - <version>2.12.0</version> |
| 650 | + <version>2.14.2</version> |
651 | 651 | </plugin> |
652 | 652 | <plugin> |
653 | 653 | <groupId>org.codehaus.mojo</groupId> |
|
680 | 680 | <plugin> |
681 | 681 | <groupId>org.apache.maven.plugins</groupId> |
682 | 682 | <artifactId>maven-dependency-plugin</artifactId> |
683 | | - <version>3.3.0</version> |
| 683 | + <version>3.4.0</version> |
684 | 684 | </plugin> |
685 | 685 | <plugin> |
686 | 686 | <groupId>org.jacoco</groupId> |
687 | 687 | <artifactId>jacoco-maven-plugin</artifactId> |
688 | 688 | <version>0.8.8</version> |
689 | 689 | <configuration> |
| 690 | + <includes> |
| 691 | + <include>de/funfried/netbeans/plugins/external/formatter/**/*</include> |
| 692 | + </includes> |
690 | 693 | <excludes> |
691 | 694 | <exclude>de/funfried/netbeans/plugins/external/formatter/**/Bundle.class</exclude> |
692 | 695 | <exclude>de/funfried/netbeans/plugins/external/formatter/**/ui/**/*</exclude> |
|
733 | 736 | <plugin> |
734 | 737 | <groupId>com.github.spotbugs</groupId> |
735 | 738 | <artifactId>spotbugs-maven-plugin</artifactId> |
736 | | - <version>4.7.2.0</version> |
| 739 | + <version>4.7.3.0</version> |
737 | 740 | </plugin> |
738 | 741 | <plugin> |
739 | 742 | <groupId>org.owasp</groupId> |
740 | 743 | <artifactId>dependency-check-maven</artifactId> |
741 | | - <version>7.2.0</version> |
| 744 | + <version>7.4.4</version> |
742 | 745 | <configuration> |
743 | 746 | <failBuildOnCVSS>8</failBuildOnCVSS> |
744 | 747 | <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> |
|
756 | 759 | </pluginManagement> |
757 | 760 |
|
758 | 761 | <plugins> |
759 | | - <plugin> |
760 | | - <groupId>org.codehaus.mojo</groupId> |
761 | | - <artifactId>keytool-maven-plugin</artifactId> |
762 | | - <executions> |
763 | | - <execution> |
764 | | - <goals> |
765 | | - <goal>generateKeyPair</goal> |
766 | | - </goals> |
767 | | - <phase>initialize</phase> |
768 | | - </execution> |
769 | | - </executions> |
770 | | - <configuration> |
771 | | - <keystore>${keystore.file}</keystore> |
772 | | - <storepass>${keystore.pass}</storepass> |
773 | | - <keypass>${keystore.pass}</keypass> |
774 | | - <alias>${project.artifactId}</alias> |
775 | | - <dname>CN=funfried.de, OU=${project.artifactId}, O=funfried.de, L=Schwaebisch Hall, ST=Baden-Wuerttemberg, C=DE</dname> |
776 | | - <validity>730</validity> |
777 | | - <keysize>2048</keysize> |
778 | | - <sigalg>SHA512withRSA</sigalg> |
779 | | - <keyalg>RSA</keyalg> |
780 | | - </configuration> |
781 | | - </plugin> |
782 | 762 | <plugin> |
783 | 763 | <groupId>org.apache.netbeans.utilities</groupId> |
784 | 764 | <artifactId>nbm-maven-plugin</artifactId> |
|
1118 | 1098 | <id>release-commons</id> |
1119 | 1099 | <build> |
1120 | 1100 | <plugins> |
| 1101 | + <plugin> |
| 1102 | + <groupId>org.codehaus.mojo</groupId> |
| 1103 | + <artifactId>keytool-maven-plugin</artifactId> |
| 1104 | + <executions> |
| 1105 | + <execution> |
| 1106 | + <goals> |
| 1107 | + <goal>generateKeyPair</goal> |
| 1108 | + </goals> |
| 1109 | + <phase>initialize</phase> |
| 1110 | + </execution> |
| 1111 | + </executions> |
| 1112 | + <configuration> |
| 1113 | + <keystore>${keystore.file}</keystore> |
| 1114 | + <storepass>${keystore.pass}</storepass> |
| 1115 | + <keypass>${keystore.pass}</keypass> |
| 1116 | + <alias>${project.artifactId}</alias> |
| 1117 | + <dname>CN=funfried.de, OU=${project.artifactId}, O=funfried.de, L=Schwaebisch Hall, ST=Baden-Wuerttemberg, C=DE</dname> |
| 1118 | + <validity>730</validity> |
| 1119 | + <keysize>2048</keysize> |
| 1120 | + <sigalg>SHA512withRSA</sigalg> |
| 1121 | + <keyalg>RSA</keyalg> |
| 1122 | + </configuration> |
| 1123 | + </plugin> |
1121 | 1124 | <plugin> |
1122 | 1125 | <groupId>org.apache.maven.plugins</groupId> |
1123 | 1126 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments