Skip to content

Commit 5f6fe91

Browse files
committed
Update deps
1 parent fb0bc20 commit 5f6fe91

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.7</version>
10+
<version>3.5.11</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -59,17 +59,17 @@
5959
<dependency>
6060
<groupId>org.springdoc</groupId>
6161
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
62-
<version>2.8.13</version>
62+
<version>2.8.16</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.openapitools</groupId>
6666
<artifactId>jackson-databind-nullable</artifactId>
67-
<version>0.2.8</version>
67+
<version>0.2.9</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>io.github.massbank</groupId>
7171
<artifactId>massbank-lib</artifactId>
72-
<version>1.0.17</version>
72+
<version>1.0.19</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.code.gson</groupId>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.apache.commons</groupId>
8181
<artifactId>commons-lang3</artifactId>
82-
<version>3.19.0</version>
82+
<version>3.20.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.springframework.boot</groupId>
@@ -88,12 +88,12 @@
8888
<dependency>
8989
<groupId>org.postgresql</groupId>
9090
<artifactId>postgresql</artifactId>
91-
<version>42.7.7</version>
91+
<version>42.7.10</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.projectlombok</groupId>
9595
<artifactId>lombok</artifactId>
96-
<version>1.18.42</version>
96+
<version>1.18.44</version>
9797
<scope>provided</scope>
9898
</dependency>
9999
<dependency>
@@ -128,21 +128,21 @@
128128
<dependency>
129129
<groupId>org.junit</groupId>
130130
<artifactId>junit-bom</artifactId>
131-
<version>6.0.1</version>
131+
<version>6.0.3</version>
132132
<type>pom</type>
133133
<scope>import</scope>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.apache.logging.log4j</groupId>
137137
<artifactId>log4j-bom</artifactId>
138-
<version>2.25.2</version>
138+
<version>2.25.3</version>
139139
<type>pom</type>
140140
<scope>import</scope>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.testcontainers</groupId>
144144
<artifactId>testcontainers-bom</artifactId>
145-
<version>2.0.2</version>
145+
<version>2.0.3</version>
146146
<type>pom</type>
147147
<scope>import</scope>
148148
</dependency>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.openapitools</groupId>
200200
<artifactId>openapi-generator-maven-plugin</artifactId>
201-
<version>7.15.0</version>
201+
<version>7.20.0</version>
202202
<executions>
203203
<execution>
204204
<goals>

0 commit comments

Comments
 (0)