Skip to content

Commit ea7b0f7

Browse files
committed
Update maven dependencies
1 parent 3c8b45f commit ea7b0f7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<maven.compiler.target>19</maven.compiler.target>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242

43-
<junit.version>5.9.1</junit.version>
44-
<slf4j.version>2.0.3</slf4j.version>
43+
<junit.version>5.9.2</junit.version>
44+
<slf4j.version>2.0.7</slf4j.version>
4545
</properties>
4646

4747
<dependencies>
@@ -87,18 +87,18 @@
8787
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
8888
<plugin>
8989
<artifactId>maven-resources-plugin</artifactId>
90-
<version>3.3.0</version>
90+
<version>3.3.1</version>
9191
<configuration>
9292
<includeEmptyDirs>false</includeEmptyDirs>
9393
</configuration>
9494
</plugin>
9595
<plugin>
9696
<artifactId>maven-compiler-plugin</artifactId>
97-
<version>3.10.1</version>
97+
<version>3.11.0</version>
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.0.0-M7</version>
101+
<version>3.2.0</version>
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-jar-plugin</artifactId>
@@ -109,28 +109,28 @@
109109
</plugin>
110110
<plugin>
111111
<artifactId>maven-install-plugin</artifactId>
112-
<version>3.0.1</version>
112+
<version>3.1.1</version>
113113
</plugin>
114114
<plugin>
115115
<artifactId>maven-deploy-plugin</artifactId>
116-
<version>3.0.0</version>
116+
<version>3.1.1</version>
117117
</plugin>
118118
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
119119
<plugin>
120120
<artifactId>maven-site-plugin</artifactId>
121-
<version>3.12.1</version>
121+
<version>4.0.0-M7</version>
122122
</plugin>
123123
<plugin>
124124
<artifactId>maven-project-info-reports-plugin</artifactId>
125-
<version>3.4.1</version>
125+
<version>3.4.2</version>
126126
</plugin>
127127
</plugins>
128128
</pluginManagement>
129129
<plugins>
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-compiler-plugin</artifactId>
133-
<version>3.10.1</version>
133+
<version>3.11.0</version>
134134
<configuration>
135135
<source>19</source>
136136
<target>19</target>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158-
<version>3.4.1</version>
158+
<version>3.5.0</version>
159159
<executions>
160160
<execution>
161161
<id>attach-javadocs</id>
@@ -192,13 +192,13 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-surefire-plugin</artifactId>
195-
<version>3.0.0-M7</version>
195+
<version>3.2.0</version>
196196
<dependencies>
197197
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
198198
<dependency>
199199
<groupId>org.junit.jupiter</groupId>
200200
<artifactId>junit-jupiter-engine</artifactId>
201-
<version>5.9.1</version>
201+
<version>5.9.2</version>
202202
</dependency>
203203
</dependencies>
204204
</plugin>

0 commit comments

Comments
 (0)