Skip to content

Commit 73dbded

Browse files
Merge branch 'development' into dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0
2 parents 814fd20 + 7f32abd commit 73dbded

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<maven.compiler.release>11</maven.compiler.release>
37-
<junit.jupiter.version>5.10.2</junit.jupiter.version>
37+
<junit.jupiter.version>5.13.4</junit.jupiter.version>
3838
<maven.surefire.version>3.2.5</maven.surefire.version>
3939
</properties>
4040
<dependencies>
@@ -78,20 +78,20 @@
7878
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
7979
<plugin>
8080
<artifactId>maven-clean-plugin</artifactId>
81-
<version>3.1.0</version>
81+
<version>3.5.0</version>
8282
</plugin>
8383
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
8484
<plugin>
8585
<artifactId>maven-resources-plugin</artifactId>
86-
<version>3.0.2</version>
86+
<version>3.3.1</version>
8787
</plugin>
8888
<plugin>
8989
<artifactId>maven-compiler-plugin</artifactId>
9090
<version>3.14.0</version>
9191
</plugin>
9292
<plugin>
9393
<artifactId>maven-surefire-plugin</artifactId>
94-
<version>2.22.1</version>
94+
<version>3.5.3</version>
9595
</plugin>
9696
<plugin>
9797
<artifactId>maven-jar-plugin</artifactId>
@@ -108,11 +108,11 @@
108108
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
109109
<plugin>
110110
<artifactId>maven-site-plugin</artifactId>
111-
<version>3.7.1</version>
111+
<version>3.21.0</version>
112112
</plugin>
113113
<plugin>
114114
<artifactId>maven-project-info-reports-plugin</artifactId>
115-
<version>3.0.0</version>
115+
<version>3.9.0</version>
116116
</plugin>
117117
</plugins>
118118
</pluginManagement>

0 commit comments

Comments
 (0)