Skip to content

Commit 650945f

Browse files
committed
Update some dependencies
1 parent 2f8eca5 commit 650945f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

metasvc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>io.swagger.core.v3</groupId>
7070
<artifactId>swagger-annotations</artifactId>
71-
<version>2.2.30</version>
71+
<version>2.2.35</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>net.logstash.logback</groupId>

pom.xml

Lines changed: 10 additions & 10 deletions
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>3.4.5</version>
9+
<version>3.5.4</version>
1010
</parent>
1111

1212
<groupId>io.github.dbmdz.metadata</groupId>
@@ -80,22 +80,22 @@
8080
<dependency>
8181
<groupId>com.fasterxml.jackson.core</groupId>
8282
<artifactId>jackson-annotations</artifactId>
83-
<version>2.19.0</version>
83+
<version>2.19.2</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.fasterxml.jackson.core</groupId>
8787
<artifactId>jackson-core</artifactId>
88-
<version>2.19.0</version>
88+
<version>2.19.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-databind</artifactId>
93-
<version>2.19.0</version>
93+
<version>2.19.2</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.datatype</groupId>
9797
<artifactId>jackson-datatype-jsr310</artifactId>
98-
<version>2.19.0</version>
98+
<version>2.19.2</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.github.openjson</groupId>
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>org.springdoc</groupId>
145145
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
146-
<version>2.8.8</version>
146+
<version>2.8.9</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.zalando</groupId>
@@ -224,13 +224,13 @@
224224
<dependency>
225225
<groupId>org.junit.jupiter</groupId>
226226
<artifactId>junit-jupiter</artifactId>
227-
<version>5.12.2</version>
227+
<version>5.13.4</version>
228228
<scope>test</scope>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.mockito</groupId>
232232
<artifactId>mockito-core</artifactId>
233-
<version>5.17.0</version>
233+
<version>5.18.0</version>
234234
<scope>test</scope>
235235
</dependency>
236236
<dependency>
@@ -474,7 +474,7 @@
474474
<plugin>
475475
<groupId>org.sonatype.central</groupId>
476476
<artifactId>central-publishing-maven-plugin</artifactId>
477-
<version>0.7.0</version>
477+
<version>0.8.0</version>
478478
<extensions>true</extensions>
479479
<configuration>
480480
<publishingServerId>central</publishingServerId>
@@ -492,7 +492,7 @@
492492
<plugin>
493493
<groupId>org.apache.maven.plugins</groupId>
494494
<artifactId>maven-gpg-plugin</artifactId>
495-
<version>3.2.7</version>
495+
<version>3.2.8</version>
496496
<executions>
497497
<execution>
498498
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)