Skip to content

Commit af35ca0

Browse files
arjantijmsdmatej
authored andcommitted
Update plugins for building and testing
1 parent 5564203 commit af35ca0

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

appserver/tests/appserv-tests/lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>org.testng</groupId>
121121
<artifactId>testng</artifactId>
122-
<version>7.10.2</version>
122+
<version>7.11.0</version>
123123
</dependency>
124124
</dependencies>
125125

appserver/tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>org.testcontainers</groupId>
4141
<artifactId>testcontainers</artifactId>
42-
<version>1.20.4</version>
42+
<version>1.20.6</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.testcontainers</groupId>
4747
<artifactId>junit-jupiter</artifactId>
48-
<version>1.20.4</version>
48+
<version>1.20.6</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>

docs/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<properties>
3232
<maven.site.skip>true</maven.site.skip>
33-
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
33+
<asciidoctor.maven.plugin.version>3.1.1</asciidoctor.maven.plugin.version>
3434
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
3535
<!-- status: DRAFT, BETA, etc., or blank for final -->
3636
<status>DRAFT</status>

docs/security-guide/src/main/asciidoc/running-in-secure-environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ might cause great damage to companies or individual clients that use the
7575
Web site. Understanding the security ramifications of each resource will
7676
help you protect it properly.
7777

78-
See Also: `https://www.oracle.com/us/products/ondemand/index.html`[[gksce]][[read-security-publications]]
78+
See Also: https://www.oracle.com/us/products/ondemand/index.html [[gksce]] [[read-security-publications]]
7979

8080
==== Read Security Publications
8181

nucleus/parent/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<replacer.plugin.version>1.5.3</replacer.plugin.version>
154154

155155
<easymock.version>5.5.0</easymock.version>
156-
<junit.version>5.11.4</junit.version>
156+
<junit.version>5.12.1</junit.version>
157157
<jmh.version>1.37</jmh.version>
158158
<osgi-resource-locator.version>1.0.3</osgi-resource-locator.version>
159159

@@ -795,7 +795,7 @@
795795
<plugin>
796796
<groupId>org.apache.felix</groupId>
797797
<artifactId>maven-bundle-plugin</artifactId>
798-
<version>5.1.9</version>
798+
<version>6.0.0</version>
799799
</plugin>
800800
<plugin>
801801
<artifactId>maven-compiler-plugin</artifactId>
@@ -857,7 +857,7 @@
857857
</plugin>
858858
<plugin>
859859
<artifactId>maven-javadoc-plugin</artifactId>
860-
<version>3.11.1</version>
860+
<version>3.11.2</version>
861861
<configuration>
862862
<detectOfflineLinks>false</detectOfflineLinks>
863863
<notimestamp>false</notimestamp>
@@ -870,7 +870,7 @@
870870
</plugin>
871871
<plugin>
872872
<artifactId>maven-clean-plugin</artifactId>
873-
<version>3.4.0</version>
873+
<version>3.4.1</version>
874874
</plugin>
875875
<plugin>
876876
<artifactId>maven-surefire-plugin</artifactId>
@@ -964,7 +964,7 @@
964964
<dependency>
965965
<groupId>com.puppycrawl.tools</groupId>
966966
<artifactId>checkstyle</artifactId>
967-
<version>10.20.1</version>
967+
<version>10.21.4</version>
968968
</dependency>
969969
</dependencies>
970970
<executions>
@@ -985,7 +985,7 @@
985985
<plugin>
986986
<groupId>org.cyclonedx</groupId>
987987
<artifactId>cyclonedx-maven-plugin</artifactId>
988-
<version>2.9.0</version>
988+
<version>2.9.1</version>
989989
</plugin>
990990
<plugin>
991991
<groupId>com.googlecode.maven-download-plugin</groupId>
@@ -1025,7 +1025,7 @@
10251025
</plugin>
10261026
<plugin>
10271027
<artifactId>maven-install-plugin</artifactId>
1028-
<version>3.1.3</version>
1028+
<version>3.1.4</version>
10291029
</plugin>
10301030
<plugin>
10311031
<artifactId>maven-jar-plugin</artifactId>
@@ -1038,7 +1038,7 @@
10381038
</plugin>
10391039
<plugin>
10401040
<artifactId>maven-invoker-plugin</artifactId>
1041-
<version>3.8.1</version>
1041+
<version>3.9.0</version>
10421042
</plugin>
10431043
<plugin>
10441044
<groupId>org.glassfish.copyright</groupId>
@@ -1110,7 +1110,7 @@
11101110
<plugin>
11111111
<groupId>org.glassfish.build</groupId>
11121112
<artifactId>command-security-maven-plugin</artifactId>
1113-
<version>1.0.18</version>
1113+
<version>1.0.19</version>
11141114
<configuration>
11151115
<isFailureFatal>${command.security.maven.plugin.isFailureFatal}</isFailureFatal>
11161116
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugins>
5454
<plugin>
5555
<artifactId>maven-deploy-plugin</artifactId>
56-
<version>3.1.3</version>
56+
<version>3.1.4</version>
5757
<configuration>
5858
<!-- Skip deploy as this is an aggregator POM -->
5959
<skip>true</skip>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.cyclonedx</groupId>
7777
<artifactId>cyclonedx-maven-plugin</artifactId>
78-
<version>2.9.0</version>
78+
<version>2.9.1</version>
7979
</plugin>
8080
</plugins>
8181
</pluginManagement>

qa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<plugins>
2020
<plugin>
2121
<artifactId>maven-compiler-plugin</artifactId>
22-
<version>3.13.0</version>
22+
<version>3.14.0</version>
2323
<executions>
2424
<execution>
2525
<id>default-compile</id>

0 commit comments

Comments
 (0)