|
7 | 7 | <parent> |
8 | 8 | <groupId>org.springframework.boot</groupId> |
9 | 9 | <artifactId>spring-boot-starter-parent</artifactId> |
10 | | - <version>3.5.5</version> |
| 10 | + <version>3.5.7</version> |
11 | 11 | <relativePath/> |
12 | 12 | </parent> |
13 | 13 |
|
|
29 | 29 | </properties> |
30 | 30 |
|
31 | 31 | <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 | + |
32 | 51 | <dependency> |
33 | 52 | <groupId>org.apache.logging.log4j</groupId> |
34 | 53 | <artifactId>log4j-api</artifactId> |
|
37 | 56 | <groupId>org.apache.logging.log4j</groupId> |
38 | 57 | <artifactId>log4j-core</artifactId> |
39 | 58 | </dependency> |
40 | | - <dependency> |
41 | | - <groupId>org.springframework.boot</groupId> |
42 | | - <artifactId>spring-boot-starter-web</artifactId> |
43 | | - </dependency> |
44 | 59 | <dependency> |
45 | 60 | <groupId>org.springdoc</groupId> |
46 | 61 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
|
49 | 64 | <dependency> |
50 | 65 | <groupId>org.openapitools</groupId> |
51 | 66 | <artifactId>jackson-databind-nullable</artifactId> |
52 | | - <version>0.2.7</version> |
| 67 | + <version>0.2.8</version> |
53 | 68 | </dependency> |
54 | 69 | <dependency> |
55 | 70 | <groupId>io.github.massbank</groupId> |
56 | 71 | <artifactId>massbank-lib</artifactId> |
57 | | - <version>1.0.16</version> |
| 72 | + <version>1.0.17</version> |
58 | 73 | </dependency> |
59 | 74 | <dependency> |
60 | 75 | <groupId>com.google.code.gson</groupId> |
|
64 | 79 | <dependency> |
65 | 80 | <groupId>org.apache.commons</groupId> |
66 | 81 | <artifactId>commons-lang3</artifactId> |
67 | | - <version>3.18.0</version> |
| 82 | + <version>3.19.0</version> |
68 | 83 | </dependency> |
69 | 84 | <dependency> |
70 | 85 | <groupId>org.springframework.boot</groupId> |
|
83 | 98 | <dependency> |
84 | 99 | <groupId>org.junit</groupId> |
85 | 100 | <artifactId>junit-bom</artifactId> |
86 | | - <version>5.13.4</version> |
| 101 | + <version>6.0.0</version> |
87 | 102 | <type>pom</type> |
88 | 103 | <scope>import</scope> |
89 | 104 | </dependency> |
90 | 105 | <dependency> |
91 | 106 | <groupId>org.apache.logging.log4j</groupId> |
92 | 107 | <artifactId>log4j-bom</artifactId> |
93 | | - <version>2.25.1</version> |
| 108 | + <version>2.25.2</version> |
94 | 109 | <scope>import</scope> |
95 | 110 | <type>pom</type> |
96 | 111 | </dependency> |
|
0 commit comments