Skip to content

Commit e5f6ee1

Browse files
committed
Update deps
1 parent 52d465d commit e5f6ee1

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

pom.xml

Lines changed: 25 additions & 10 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.5</version>
10+
<version>3.5.7</version>
1111
<relativePath/>
1212
</parent>
1313

@@ -29,6 +29,25 @@
2929
</properties>
3030

3131
<dependencies>
32+
<dependency>
33+
<groupId>org.springframework.boot</groupId>
34+
<artifactId>spring-boot-starter-web</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.springframework.boot</groupId>
38+
<artifactId>spring-boot-starter</artifactId>
39+
<exclusions>
40+
<exclusion>
41+
<groupId>org.springframework.boot</groupId>
42+
<artifactId>spring-boot-starter-logging</artifactId>
43+
</exclusion>
44+
</exclusions>
45+
</dependency>
46+
<dependency>
47+
<groupId>org.springframework.boot</groupId>
48+
<artifactId>spring-boot-starter-log4j2</artifactId>
49+
</dependency>
50+
3251
<dependency>
3352
<groupId>org.apache.logging.log4j</groupId>
3453
<artifactId>log4j-api</artifactId>
@@ -37,10 +56,6 @@
3756
<groupId>org.apache.logging.log4j</groupId>
3857
<artifactId>log4j-core</artifactId>
3958
</dependency>
40-
<dependency>
41-
<groupId>org.springframework.boot</groupId>
42-
<artifactId>spring-boot-starter-web</artifactId>
43-
</dependency>
4459
<dependency>
4560
<groupId>org.springdoc</groupId>
4661
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
@@ -49,12 +64,12 @@
4964
<dependency>
5065
<groupId>org.openapitools</groupId>
5166
<artifactId>jackson-databind-nullable</artifactId>
52-
<version>0.2.7</version>
67+
<version>0.2.8</version>
5368
</dependency>
5469
<dependency>
5570
<groupId>io.github.massbank</groupId>
5671
<artifactId>massbank-lib</artifactId>
57-
<version>1.0.16</version>
72+
<version>1.0.17</version>
5873
</dependency>
5974
<dependency>
6075
<groupId>com.google.code.gson</groupId>
@@ -64,7 +79,7 @@
6479
<dependency>
6580
<groupId>org.apache.commons</groupId>
6681
<artifactId>commons-lang3</artifactId>
67-
<version>3.18.0</version>
82+
<version>3.19.0</version>
6883
</dependency>
6984
<dependency>
7085
<groupId>org.springframework.boot</groupId>
@@ -83,14 +98,14 @@
8398
<dependency>
8499
<groupId>org.junit</groupId>
85100
<artifactId>junit-bom</artifactId>
86-
<version>5.13.4</version>
101+
<version>6.0.0</version>
87102
<type>pom</type>
88103
<scope>import</scope>
89104
</dependency>
90105
<dependency>
91106
<groupId>org.apache.logging.log4j</groupId>
92107
<artifactId>log4j-bom</artifactId>
93-
<version>2.25.1</version>
108+
<version>2.25.2</version>
94109
<scope>import</scope>
95110
<type>pom</type>
96111
</dependency>

0 commit comments

Comments
 (0)