Skip to content

Commit e14904f

Browse files
committed
Update maven dependencies
1 parent 00d1bd4 commit e14904f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<json.version>20230227</json.version>
4747
<commons-lang3.version>3.12.0</commons-lang3.version>
4848
<junit.version>5.9.2</junit.version>
49-
<slf4j.version>2.0.6</slf4j.version>
49+
<slf4j.version>2.0.7</slf4j.version>
5050
</properties>
5151

5252
<dependencies>
@@ -120,18 +120,18 @@
120120
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
121121
<plugin>
122122
<artifactId>maven-resources-plugin</artifactId>
123-
<version>3.3.0</version>
123+
<version>3.3.1</version>
124124
<configuration>
125125
<includeEmptyDirs>false</includeEmptyDirs>
126126
</configuration>
127127
</plugin>
128128
<plugin>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.10.1</version>
130+
<version>3.11.0</version>
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>3.0.0-M7</version>
134+
<version>3.0.0</version>
135135
</plugin>
136136
<plugin>
137137
<artifactId>maven-jar-plugin</artifactId>
@@ -142,20 +142,20 @@
142142
</plugin>
143143
<plugin>
144144
<artifactId>maven-install-plugin</artifactId>
145-
<version>3.0.1</version>
145+
<version>3.1.1</version>
146146
</plugin>
147147
<plugin>
148148
<artifactId>maven-deploy-plugin</artifactId>
149-
<version>3.0.0</version>
149+
<version>3.1.1</version>
150150
</plugin>
151151
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
152152
<plugin>
153153
<artifactId>maven-site-plugin</artifactId>
154-
<version>3.12.1</version>
154+
<version>4.0.0-M7</version>
155155
</plugin>
156156
<plugin>
157157
<artifactId>maven-project-info-reports-plugin</artifactId>
158-
<version>3.4.1</version>
158+
<version>3.4.2</version>
159159
</plugin>
160160
</plugins>
161161
</pluginManagement>
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-compiler-plugin</artifactId>
167-
<version>3.10.1</version>
167+
<version>3.11.0</version>
168168
<configuration>
169169
<source>17</source>
170170
<target>17</target>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-javadoc-plugin</artifactId>
189-
<version>3.4.1</version>
189+
<version>3.5.0</version>
190190
<executions>
191191
<execution>
192192
<id>attach-javadocs</id>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-surefire-plugin</artifactId>
205-
<version>3.0.0-M7</version>
205+
<version>3.0.0</version>
206206
<dependencies>
207207
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
208208
<dependency>

0 commit comments

Comments
 (0)