Skip to content

Commit 37c6fa0

Browse files
committed
#178: update dependencies
1 parent c96c09b commit 37c6fa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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.2</version>
9+
<version>3.4.3</version>
1010
<relativePath />
1111
<!-- lookup parent from repository -->
1212
</parent>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>org.mapstruct</groupId>
5353
<artifactId>mapstruct</artifactId>
54-
<version>1.5.5.Final</version>
54+
<version>1.6.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.mapstruct</groupId>
5858
<artifactId>mapstruct-processor</artifactId>
59-
<version>1.5.5.Final</version>
59+
<version>1.6.3</version>
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.springdoc</groupId>
105105
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
106-
<version>2.5.0</version>
106+
<version>2.8.5</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.springframework.boot</groupId>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.springframework.boot</groupId>
115115
<artifactId>spring-boot-starter-security</artifactId>
116-
<version>3.1.3</version>
116+
<version>3.4.3</version>
117117
</dependency>
118118

119119

0 commit comments

Comments
 (0)