|
6 | 6 |
|
7 | 7 | <groupId>us.fatehi</groupId> |
8 | 8 | <artifactId>schemacrawler-webapp</artifactId> |
9 | | - <version>16.28.2-1</version> |
| 9 | + <version>16.28.3-1</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>SchemaCrawler Web Application</name> |
13 | 13 |
|
14 | 14 | <parent> |
15 | 15 | <groupId>org.springframework.boot</groupId> |
16 | 16 | <artifactId>spring-boot-starter-parent</artifactId> |
17 | | - <version>3.5.5</version> |
| 17 | + <version>3.5.6</version> |
18 | 18 | <relativePath /> <!-- lookup parent from repository --> |
19 | 19 | </parent> |
20 | 20 |
|
|
58 | 58 | <dependency> |
59 | 59 | <groupId>us.fatehi</groupId> |
60 | 60 | <artifactId>schemacrawler-parent</artifactId> |
61 | | - <version>16.28.2</version> |
| 61 | + <version>16.28.3</version> |
62 | 62 | <scope>import</scope> |
63 | 63 | <type>pom</type> |
64 | 64 | </dependency> |
|
137 | 137 | <dependency> |
138 | 138 | <groupId>us.fatehi</groupId> |
139 | 139 | <artifactId>schemacrawler-sqlite</artifactId> |
140 | | - <version>16.28.2</version> |
| 140 | + <version>16.28.3</version> |
141 | 141 | </dependency> |
142 | 142 |
|
143 | 143 |
|
144 | 144 | <dependency> |
145 | 145 | <groupId>org.apache.tika</groupId> |
146 | 146 | <artifactId>tika-core</artifactId> |
147 | | - <version>3.2.3</version> |
148 | 147 | </dependency> |
149 | 148 |
|
150 | 149 | <dependency> |
|
255 | 254 | </plugins> |
256 | 255 | </pluginManagement> |
257 | 256 | <plugins> |
258 | | - <plugin> |
259 | | - <groupId>org.apache.maven.plugins</groupId> |
260 | | - <artifactId>maven-toolchains-plugin</artifactId> |
261 | | - <version>3.2.0</version> |
262 | | - <executions> |
263 | | - <execution> |
264 | | - <goals> |
265 | | - <goal>toolchain</goal> |
266 | | - </goals> |
267 | | - </execution> |
268 | | - </executions> |
269 | | - <configuration> |
270 | | - <toolchains> |
271 | | - <jdk> |
272 | | - <version>21</version> |
273 | | - <vendor>temurin</vendor> |
274 | | - </jdk> |
275 | | - </toolchains> |
276 | | - </configuration> |
277 | | - </plugin> |
278 | 257 | <plugin> |
279 | 258 | <groupId>org.apache.maven.plugins</groupId> |
280 | 259 | <artifactId>maven-compiler-plugin</artifactId> |
|
0 commit comments