Skip to content

Commit b2e1026

Browse files
authored
Merge pull request #259 from funfried/release/1.15.x
Release/1.15.x
2 parents 142e436 + e3d214a commit b2e1026

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>de.funfried.netbeans.plugins</groupId>
1919
<artifactId>externalcodeformatter</artifactId>
20-
<version>1.15.5-SNAPSHOT</version>
20+
<version>1.15.5</version>
2121
<packaging>nbm</packaging>
2222

2323
<developers>
@@ -121,7 +121,7 @@
121121
<google-java-format.version>1.23.0</google-java-format.version>
122122
<palantir-java-format.version>2.50.0</palantir-java-format.version>
123123
<xml-formatter.version>0.4.0</xml-formatter.version>
124-
<commons-lang.version>3.16.0</commons-lang.version>
124+
<commons-lang.version>3.17.0</commons-lang.version>
125125
<netbeans.version>RELEASE120</netbeans.version>
126126
<jsoup.version>1.18.1</jsoup.version>
127127
<pmd.version>7.3.0</pmd.version>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>org.eclipse.jdt</groupId>
152152
<artifactId>org.eclipse.jdt.core</artifactId>
153-
<version>3.38.0</version>
153+
<version>3.39.0</version>
154154
<exclusions>
155155
<exclusion>
156156
<groupId>org.eclipse.platform</groupId>
@@ -167,7 +167,7 @@
167167
<dependency>
168168
<groupId>de.funfried.libraries</groupId>
169169
<artifactId>jsdt-core</artifactId>
170-
<version>1.0.9</version>
170+
<version>1.0.10</version>
171171
<exclusions>
172172
<exclusion>
173173
<groupId>com.google.guava</groupId>
@@ -486,7 +486,7 @@
486486
<dependency>
487487
<groupId>commons-io</groupId>
488488
<artifactId>commons-io</artifactId>
489-
<version>2.16.1</version>
489+
<version>2.17.0</version>
490490
</dependency>
491491

492492
<dependency>
@@ -499,7 +499,7 @@
499499
<dependency>
500500
<groupId>com.google.guava</groupId>
501501
<artifactId>guava</artifactId>
502-
<version>33.3.0-jre</version>
502+
<version>33.3.1-jre</version>
503503
</dependency>
504504

505505
<!-- Test -->
@@ -539,7 +539,7 @@
539539
<plugin>
540540
<groupId>org.apache.maven.plugins</groupId>
541541
<artifactId>maven-install-plugin</artifactId>
542-
<version>3.1.2</version>
542+
<version>3.1.3</version>
543543
</plugin>
544544
<plugin>
545545
<groupId>org.apache.maven.plugins</groupId>
@@ -559,7 +559,7 @@
559559
<plugin>
560560
<groupId>org.apache.maven.plugins</groupId>
561561
<artifactId>maven-deploy-plugin</artifactId>
562-
<version>3.1.2</version>
562+
<version>3.1.3</version>
563563
</plugin>
564564
<plugin>
565565
<groupId>org.apache.maven.plugins</groupId>
@@ -579,7 +579,7 @@
579579
<plugin>
580580
<groupId>org.codehaus.mojo</groupId>
581581
<artifactId>buildnumber-maven-plugin</artifactId>
582-
<version>3.2.0</version>
582+
<version>3.2.1</version>
583583
<configuration>
584584
<shortRevisionLength>6</shortRevisionLength>
585585
<doCheck>false</doCheck>
@@ -594,7 +594,7 @@
594594
<plugin>
595595
<groupId>org.apache.maven.plugins</groupId>
596596
<artifactId>maven-gpg-plugin</artifactId>
597-
<version>3.2.5</version>
597+
<version>3.2.6</version>
598598
</plugin>
599599
<plugin>
600600
<groupId>net.revelc.code.formatter</groupId>
@@ -604,20 +604,20 @@
604604
<plugin>
605605
<groupId>org.apache.maven.plugins</groupId>
606606
<artifactId>maven-site-plugin</artifactId>
607-
<version>3.12.1</version>
607+
<version>3.20.0</version>
608608
<configuration>
609609
<skipDeploy>true</skipDeploy>
610610
</configuration>
611611
<dependencies>
612612
<dependency>
613613
<groupId>org.apache.maven.skins</groupId>
614614
<artifactId>maven-fluido-skin</artifactId>
615-
<version>1.12.0</version>
615+
<version>2.0.0-M10</version>
616616
</dependency>
617617
<dependency>
618618
<groupId>org.apache.maven.doxia</groupId>
619619
<artifactId>doxia-module-xdoc</artifactId>
620-
<version>1.12.0</version>
620+
<version>2.0.0-M12</version>
621621
</dependency>
622622
</dependencies>
623623
</plugin>
@@ -629,12 +629,12 @@
629629
<plugin>
630630
<groupId>org.apache.maven.plugins</groupId>
631631
<artifactId>maven-project-info-reports-plugin</artifactId>
632-
<version>3.6.2</version>
632+
<version>3.7.0</version>
633633
</plugin>
634634
<plugin>
635635
<groupId>org.apache.maven.plugins</groupId>
636636
<artifactId>maven-javadoc-plugin</artifactId>
637-
<version>3.8.0</version>
637+
<version>3.10.0</version>
638638
<configuration>
639639
<quiet>true</quiet>
640640
<doclint>all,-missing</doclint>
@@ -665,7 +665,7 @@
665665
<plugin>
666666
<groupId>org.codehaus.mojo</groupId>
667667
<artifactId>jdepend-maven-plugin</artifactId>
668-
<version>2.0</version>
668+
<version>2.1</version>
669669
</plugin>
670670
<plugin>
671671
<groupId>org.apache.maven.plugins</groupId>
@@ -688,12 +688,12 @@
688688
<plugin>
689689
<groupId>org.apache.maven.plugins</groupId>
690690
<artifactId>maven-surefire-plugin</artifactId>
691-
<version>3.3.1</version>
691+
<version>3.5.0</version>
692692
</plugin>
693693
<plugin>
694694
<groupId>org.apache.maven.plugins</groupId>
695695
<artifactId>maven-dependency-plugin</artifactId>
696-
<version>3.7.1</version>
696+
<version>3.8.0</version>
697697
</plugin>
698698
<plugin>
699699
<groupId>org.jacoco</groupId>
@@ -717,7 +717,7 @@
717717
<plugin>
718718
<groupId>org.apache.maven.plugins</groupId>
719719
<artifactId>maven-jxr-plugin</artifactId>
720-
<version>3.4.0</version>
720+
<version>3.5.0</version>
721721
</plugin>
722722
<plugin>
723723
<groupId>org.apache.maven.plugins</groupId>
@@ -749,12 +749,12 @@
749749
<plugin>
750750
<groupId>com.github.spotbugs</groupId>
751751
<artifactId>spotbugs-maven-plugin</artifactId>
752-
<version>4.8.6.2</version>
752+
<version>4.8.6.4</version>
753753
</plugin>
754754
<plugin>
755755
<groupId>org.owasp</groupId>
756756
<artifactId>dependency-check-maven</artifactId>
757-
<version>10.0.3</version>
757+
<version>10.0.4</version>
758758
<configuration>
759759
<nvdApiServerId>nvd-api-key</nvdApiServerId>
760760
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
</properties>
1010

1111
<body>
12-
<release version="1.15.5-SNAPSHOT" date="tbd" description="tbd">
12+
<release version="1.15.5" date="2024-09-29" description="Maintenance release">
13+
<action dev="bahlef" type="change">
14+
Updated to latest dependency and plugin versions
15+
</action>
1316
</release>
1417

1518
<release version="1.15.4" date="2024-02-27" description="Fixed reported bugs and added feature requests from users">

0 commit comments

Comments
 (0)