Skip to content

Commit 1b562b9

Browse files
committed
Update maven dependencies
1 parent 74da978 commit 1b562b9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<tweetnacl.version>1.1.2</tweetnacl.version>
4646
<json.version>20220924</json.version>
4747
<commons-lang3.version>3.12.0</commons-lang3.version>
48-
<junit.version>5.9.1</junit.version>
49-
<slf4j.version>2.0.3</slf4j.version>
48+
<junit.version>5.9.2</junit.version>
49+
<slf4j.version>2.0.6</slf4j.version>
5050
</properties>
5151

5252
<dependencies>
@@ -115,47 +115,47 @@
115115
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
116116
<plugin>
117117
<artifactId>maven-clean-plugin</artifactId>
118-
<version>3.1.0</version>
118+
<version>3.2.0</version>
119119
</plugin>
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.1.0</version>
123+
<version>3.3.0</version>
124124
<configuration>
125125
<includeEmptyDirs>false</includeEmptyDirs>
126126
</configuration>
127127
</plugin>
128128
<plugin>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.8.1</version>
130+
<version>3.10.1</version>
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>3.0.0-M5</version>
134+
<version>3.0.0-M7</version>
135135
</plugin>
136136
<plugin>
137137
<artifactId>maven-jar-plugin</artifactId>
138-
<version>3.2.0</version>
138+
<version>3.3.0</version>
139139
<configuration>
140140
<skipIfEmpty>true</skipIfEmpty>
141141
</configuration>
142142
</plugin>
143143
<plugin>
144144
<artifactId>maven-install-plugin</artifactId>
145-
<version>3.0.0-M1</version>
145+
<version>3.0.1</version>
146146
</plugin>
147147
<plugin>
148148
<artifactId>maven-deploy-plugin</artifactId>
149-
<version>3.0.0-M1</version>
149+
<version>3.0.0</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.9.1</version>
154+
<version>3.12.1</version>
155155
</plugin>
156156
<plugin>
157157
<artifactId>maven-project-info-reports-plugin</artifactId>
158-
<version>3.1.1</version>
158+
<version>3.4.1</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.8.1</version>
167+
<version>3.10.1</version>
168168
<configuration>
169169
<source>17</source>
170170
<target>17</target>
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-source-plugin</artifactId>
176-
<version>3.2.0</version>
176+
<version>3.2.1</version>
177177
<executions>
178178
<execution>
179179
<id>attach-sources</id>
@@ -186,7 +186,7 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-javadoc-plugin</artifactId>
189-
<version>3.2.0</version>
189+
<version>3.4.1</version>
190190
<executions>
191191
<execution>
192192
<id>attach-javadocs</id>
@@ -202,13 +202,13 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-surefire-plugin</artifactId>
205-
<version>2.22.2</version>
205+
<version>3.0.0-M7</version>
206206
<dependencies>
207207
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
208208
<dependency>
209209
<groupId>org.junit.jupiter</groupId>
210210
<artifactId>junit-jupiter-engine</artifactId>
211-
<version>5.7.0</version>
211+
<version>5.9.2</version>
212212
</dependency>
213213
</dependencies>
214214
</plugin>
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-gpg-plugin</artifactId>
226-
<version>1.6</version>
226+
<version>3.0.1</version>
227227
<executions>
228228
<execution>
229229
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)