Skip to content

Commit 260116d

Browse files
authored
Merge pull request #275 from funfried/release/1.15.x
Updated to latest dependency and plugin versions
2 parents e117402 + f71e82b commit 260116d

File tree

2 files changed

+37
-33
lines changed

2 files changed

+37
-33
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,7 @@ Keep this project alive by supporting it:
126126
one-time [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=926F5XBCTK2LQ&source=url) or [![Patreon!](/src/site/resources/imgs/logos/become_a_patron_button.png)](https://www.patreon.com/funfried) or become a [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/funfried) or just [![Buy me a drink](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20drink&emoji=%F0%9F%A5%83&slug=funfried&button_colour=5F7FFF&font_colour=ffffff&font_family=Cookie&outline_colour=000000&coffee_colour=FFDD00)](https://www.buymeacoffee.com/funfried)
127127

128128
If you can't or don't want to spend money you can also [![say thanks](https://img.shields.io/static/v1?label=say&message=thanks&color=green&style=for-the-badge&logo=handshake)](https://saythanks.io/to/funfried)
129+
130+
Star History
131+
---------
132+
[![Star History Chart](https://api.star-history.com/svg?repos=funfried/externalcodeformatter_for_netbeans&type=date&legend=top-left)](https://www.star-history.com/#funfried/externalcodeformatter_for_netbeans&type=date&legend=top-left)

pom.xml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@
119119
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
120120
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
121121
<keystore.file>${project.build.directory}/keystore</keystore.file>
122-
<google-java-format.version>1.31.0</google-java-format.version>
123-
<palantir-java-format.version>2.81.0</palantir-java-format.version>
122+
<google-java-format.version>1.35.0</google-java-format.version>
123+
<palantir-java-format.version>2.89.0</palantir-java-format.version>
124124
<xml-formatter.version>0.4.0</xml-formatter.version>
125-
<commons-lang.version>3.19.0</commons-lang.version>
125+
<commons-lang.version>3.20.0</commons-lang.version>
126126
<netbeans.version>RELEASE170</netbeans.version>
127-
<jsoup.version>1.21.2</jsoup.version>
127+
<jsoup.version>1.22.1</jsoup.version>
128128
<pmd.version>7.17.0</pmd.version>
129-
<sshd.version>2.16.0</sshd.version>
129+
<sshd.version>2.17.1</sshd.version>
130130
<scm.version>2.2.1</scm.version>
131131
<argLine></argLine>
132132
</properties>
@@ -162,13 +162,13 @@
162162
<dependency>
163163
<groupId>org.eclipse.jgit</groupId>
164164
<artifactId>org.eclipse.jgit</artifactId>
165-
<version>7.4.0.202509020913-r</version>
165+
<version>7.5.0.202512021534-r</version>
166166
</dependency>
167167

168168
<dependency>
169169
<groupId>org.eclipse.jgit</groupId>
170170
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
171-
<version>7.4.0.202509020913-r</version>
171+
<version>7.5.0.202512021534-r</version>
172172
</dependency>
173173
</dependencies>
174174
</dependencyManagement>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>org.eclipse.platform</groupId>
180180
<artifactId>org.eclipse.text</artifactId>
181-
<version>3.14.400</version>
181+
<version>3.14.500</version>
182182
<exclusions>
183183
<exclusion>
184184
<groupId>org.eclipse.platform</groupId>
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>org.eclipse.jdt</groupId>
197197
<artifactId>org.eclipse.jdt.core</artifactId>
198-
<version>3.43.0</version>
198+
<version>3.44.0</version>
199199
<exclusions>
200200
<exclusion>
201201
<groupId>org.eclipse.platform</groupId>
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>de.funfried.libraries</groupId>
214214
<artifactId>jsdt-core</artifactId>
215-
<version>1.0.12</version>
215+
<version>1.0.13</version>
216216
<exclusions>
217217
<exclusion>
218218
<groupId>com.google.guava</groupId>
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>com.diffplug.spotless</groupId>
300300
<artifactId>spotless-lib</artifactId>
301-
<version>4.0.0</version>
301+
<version>4.4.0</version>
302302
</dependency>
303303

304304
<!-- XML Formatter -->
@@ -318,13 +318,13 @@
318318
<dependency>
319319
<groupId>com.fasterxml.jackson.core</groupId>
320320
<artifactId>jackson-core</artifactId>
321-
<version>2.20.0</version>
321+
<version>2.21.1</version>
322322
</dependency>
323323

324324
<dependency>
325325
<groupId>com.fasterxml.jackson.core</groupId>
326326
<artifactId>jackson-databind</artifactId>
327-
<version>2.20.0</version>
327+
<version>2.21.1</version>
328328
</dependency>
329329

330330
<!-- CSS Parser -->
@@ -344,7 +344,7 @@
344344
<dependency>
345345
<groupId>com.manticore-projects.jsqlformatter</groupId>
346346
<artifactId>jsqlformatter</artifactId>
347-
<version>5.3</version>
347+
<version>5.3.9</version>
348348
<exclusions>
349349
<exclusion>
350350
<groupId>org.apache.commons</groupId>
@@ -539,19 +539,19 @@
539539
<dependency>
540540
<groupId>org.apache.commons</groupId>
541541
<artifactId>commons-text</artifactId>
542-
<version>1.14.0</version>
542+
<version>1.15.0</version>
543543
</dependency>
544544

545545
<dependency>
546546
<groupId>commons-io</groupId>
547547
<artifactId>commons-io</artifactId>
548-
<version>2.20.0</version>
548+
<version>2.21.0</version>
549549
</dependency>
550550

551551
<dependency>
552552
<groupId>commons-validator</groupId>
553553
<artifactId>commons-validator</artifactId>
554-
<version>1.10.0</version>
554+
<version>1.10.1</version>
555555
</dependency>
556556

557557
<!-- Apache Maven -->
@@ -619,12 +619,12 @@
619619
<plugin>
620620
<groupId>org.apache.maven.plugins</groupId>
621621
<artifactId>maven-compiler-plugin</artifactId>
622-
<version>3.14.1</version>
622+
<version>3.15.0</version>
623623
</plugin>
624624
<plugin>
625625
<groupId>org.apache.maven.plugins</groupId>
626626
<artifactId>maven-jar-plugin</artifactId>
627-
<version>3.4.2</version>
627+
<version>3.5.0</version>
628628
</plugin>
629629
<plugin>
630630
<groupId>org.apache.maven.plugins</groupId>
@@ -634,7 +634,7 @@
634634
<plugin>
635635
<groupId>org.apache.maven.plugins</groupId>
636636
<artifactId>maven-resources-plugin</artifactId>
637-
<version>3.3.1</version>
637+
<version>3.5.0</version>
638638
</plugin>
639639
<plugin>
640640
<groupId>org.apache.maven.plugins</groupId>
@@ -644,7 +644,7 @@
644644
<plugin>
645645
<groupId>org.apache.maven.plugins</groupId>
646646
<artifactId>maven-assembly-plugin</artifactId>
647-
<version>3.7.1</version>
647+
<version>3.8.0</version>
648648
</plugin>
649649
<plugin>
650650
<groupId>org.apache.maven.plugins</groupId>
@@ -654,7 +654,7 @@
654654
<plugin>
655655
<groupId>org.apache.maven.plugins</groupId>
656656
<artifactId>maven-antrun-plugin</artifactId>
657-
<version>3.1.0</version>
657+
<version>3.2.0</version>
658658
</plugin>
659659
<plugin>
660660
<groupId>org.codehaus.mojo</groupId>
@@ -665,7 +665,7 @@
665665
<groupId>org.sonatype.central</groupId>
666666
<artifactId>central-publishing-maven-plugin</artifactId>
667667
<extensions>true</extensions>
668-
<version>0.9.0</version>
668+
<version>0.10.0</version>
669669
<configuration>
670670
<publishingServerId>central</publishingServerId>
671671
<waitUntil>published</waitUntil>
@@ -676,7 +676,7 @@
676676
<plugin>
677677
<groupId>org.codehaus.mojo</groupId>
678678
<artifactId>buildnumber-maven-plugin</artifactId>
679-
<version>3.2.1</version>
679+
<version>3.3.0</version>
680680
<configuration>
681681
<shortRevisionLength>6</shortRevisionLength>
682682
<doCheck>false</doCheck>
@@ -686,7 +686,7 @@
686686
<plugin>
687687
<groupId>org.codehaus.mojo</groupId>
688688
<artifactId>keytool-maven-plugin</artifactId>
689-
<version>1.7</version>
689+
<version>2.0.2</version>
690690
</plugin>
691691
<plugin>
692692
<groupId>org.apache.maven.plugins</groupId>
@@ -752,17 +752,17 @@
752752
<plugin>
753753
<groupId>org.apache.maven.plugins</groupId>
754754
<artifactId>maven-source-plugin</artifactId>
755-
<version>3.3.1</version>
755+
<version>3.4.0</version>
756756
</plugin>
757757
<plugin>
758758
<groupId>org.codehaus.mojo</groupId>
759759
<artifactId>versions-maven-plugin</artifactId>
760-
<version>2.19.1</version>
760+
<version>2.21.0</version>
761761
</plugin>
762762
<plugin>
763763
<groupId>org.codehaus.mojo</groupId>
764764
<artifactId>jdepend-maven-plugin</artifactId>
765-
<version>2.1</version>
765+
<version>2.2.0</version>
766766
</plugin>
767767
<plugin>
768768
<groupId>org.apache.maven.plugins</groupId>
@@ -780,17 +780,17 @@
780780
<plugin>
781781
<groupId>org.codehaus.mojo</groupId>
782782
<artifactId>license-maven-plugin</artifactId>
783-
<version>2.7.0</version>
783+
<version>2.7.1</version>
784784
</plugin>
785785
<plugin>
786786
<groupId>org.apache.maven.plugins</groupId>
787787
<artifactId>maven-surefire-plugin</artifactId>
788-
<version>3.5.4</version>
788+
<version>3.5.5</version>
789789
</plugin>
790790
<plugin>
791791
<groupId>org.apache.maven.plugins</groupId>
792792
<artifactId>maven-dependency-plugin</artifactId>
793-
<version>3.9.0</version>
793+
<version>3.10.0</version>
794794
</plugin>
795795
<plugin>
796796
<groupId>org.jacoco</groupId>
@@ -846,12 +846,12 @@
846846
<plugin>
847847
<groupId>com.github.spotbugs</groupId>
848848
<artifactId>spotbugs-maven-plugin</artifactId>
849-
<version>4.9.7.0</version>
849+
<version>4.9.8.2</version>
850850
</plugin>
851851
<plugin>
852852
<groupId>org.owasp</groupId>
853853
<artifactId>dependency-check-maven</artifactId>
854-
<version>12.1.6</version>
854+
<version>12.2.0</version>
855855
<configuration>
856856
<nvdApiServerId>nvd-api-key</nvdApiServerId>
857857
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>

0 commit comments

Comments
 (0)