|
7 | 7 | <parent> |
8 | 8 | <groupId>org.springframework.boot</groupId> |
9 | 9 | <artifactId>spring-boot-starter-parent</artifactId> |
10 | | - <version>3.5.7</version> |
| 10 | + <version>3.5.11</version> |
11 | 11 | <relativePath/> |
12 | 12 | </parent> |
13 | 13 |
|
|
59 | 59 | <dependency> |
60 | 60 | <groupId>org.springdoc</groupId> |
61 | 61 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
62 | | - <version>2.8.13</version> |
| 62 | + <version>2.8.16</version> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.openapitools</groupId> |
66 | 66 | <artifactId>jackson-databind-nullable</artifactId> |
67 | | - <version>0.2.8</version> |
| 67 | + <version>0.2.9</version> |
68 | 68 | </dependency> |
69 | 69 | <dependency> |
70 | 70 | <groupId>io.github.massbank</groupId> |
71 | 71 | <artifactId>massbank-lib</artifactId> |
72 | | - <version>1.0.17</version> |
| 72 | + <version>1.0.19</version> |
73 | 73 | </dependency> |
74 | 74 | <dependency> |
75 | 75 | <groupId>com.google.code.gson</groupId> |
|
79 | 79 | <dependency> |
80 | 80 | <groupId>org.apache.commons</groupId> |
81 | 81 | <artifactId>commons-lang3</artifactId> |
82 | | - <version>3.19.0</version> |
| 82 | + <version>3.20.0</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.springframework.boot</groupId> |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>org.postgresql</groupId> |
90 | 90 | <artifactId>postgresql</artifactId> |
91 | | - <version>42.7.7</version> |
| 91 | + <version>42.7.10</version> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>org.projectlombok</groupId> |
95 | 95 | <artifactId>lombok</artifactId> |
96 | | - <version>1.18.42</version> |
| 96 | + <version>1.18.44</version> |
97 | 97 | <scope>provided</scope> |
98 | 98 | </dependency> |
99 | 99 | <dependency> |
|
128 | 128 | <dependency> |
129 | 129 | <groupId>org.junit</groupId> |
130 | 130 | <artifactId>junit-bom</artifactId> |
131 | | - <version>6.0.1</version> |
| 131 | + <version>6.0.3</version> |
132 | 132 | <type>pom</type> |
133 | 133 | <scope>import</scope> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | 136 | <groupId>org.apache.logging.log4j</groupId> |
137 | 137 | <artifactId>log4j-bom</artifactId> |
138 | | - <version>2.25.2</version> |
| 138 | + <version>2.25.3</version> |
139 | 139 | <type>pom</type> |
140 | 140 | <scope>import</scope> |
141 | 141 | </dependency> |
142 | 142 | <dependency> |
143 | 143 | <groupId>org.testcontainers</groupId> |
144 | 144 | <artifactId>testcontainers-bom</artifactId> |
145 | | - <version>2.0.2</version> |
| 145 | + <version>2.0.3</version> |
146 | 146 | <type>pom</type> |
147 | 147 | <scope>import</scope> |
148 | 148 | </dependency> |
|
198 | 198 | <plugin> |
199 | 199 | <groupId>org.openapitools</groupId> |
200 | 200 | <artifactId>openapi-generator-maven-plugin</artifactId> |
201 | | - <version>7.15.0</version> |
| 201 | + <version>7.20.0</version> |
202 | 202 | <executions> |
203 | 203 | <execution> |
204 | 204 | <goals> |
|
0 commit comments