Skip to content

Commit 8134c73

Browse files
Merge branch 'development' into dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.9.0
2 parents 78d6a5f + 9a16b8f commit 8134c73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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,7 +78,7 @@
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>
@@ -91,7 +91,7 @@
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,7 +108,7 @@
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>

0 commit comments

Comments
 (0)