Skip to content

Commit e7ae4c3

Browse files
Merge branch 'development' into dependabot/maven/org.apache.maven.plugins-maven-resources-plugin-3.3.1
2 parents 37c1a1c + 427c684 commit e7ae4c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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,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)