Skip to content

Commit 5d8d8e1

Browse files
committed
Update some dependencies
1 parent 5ee6c2f commit 5d8d8e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.16</version>
9+
<version>2.7.18</version>
1010
</parent>
1111

1212
<name>DigitalCollections: Euphoria Streaming Server</name>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>com.spotify.fmt</groupId>
203203
<artifactId>fmt-maven-plugin</artifactId>
204-
<version>2.24</version>
204+
<version>2.25</version>
205205
<executions>
206206
<execution>
207207
<goals>
@@ -241,7 +241,7 @@
241241
<!-- Spring Boot configures surefire by default, but not failsafe -->
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-failsafe-plugin</artifactId>
244-
<version>3.5.0</version>
244+
<version>3.5.2</version>
245245
</plugin>
246246
<plugin>
247247
<groupId>org.apache.maven.plugins</groupId>
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>org.apache.maven.plugins</groupId>
282282
<artifactId>maven-surefire-plugin</artifactId>
283-
<version>3.5.0</version>
283+
<version>3.5.2</version>
284284
</plugin>
285285
<plugin>
286286
<groupId>org.codehaus.mojo</groupId>
@@ -391,7 +391,7 @@
391391
<plugin>
392392
<groupId>org.apache.maven.plugins</groupId>
393393
<artifactId>maven-gpg-plugin</artifactId>
394-
<version>3.2.5</version>
394+
<version>3.2.7</version>
395395
<executions>
396396
<execution>
397397
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)