|
6 | 6 | <parent>
|
7 | 7 | <groupId>org.springframework.boot</groupId>
|
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId>
|
9 |
| - <version>3.3.5</version> |
| 9 | + <version>3.4.3</version> |
10 | 10 | <relativePath/>
|
11 | 11 | </parent>
|
12 | 12 |
|
|
62 | 62 |
|
63 | 63 | <junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
|
64 | 64 | <junit-platform.version>1.9.1</junit-platform.version>
|
65 |
| - <netty.version>4.1.114.Final</netty.version> |
66 |
| - <testcontainers.version>1.20.3</testcontainers.version> |
| 65 | + <netty.version>4.1.119.Final</netty.version> |
| 66 | + <testcontainers.version>1.20.6</testcontainers.version> |
67 | 67 | <oci.revision>${project.version}</oci.revision>
|
68 | 68 | <flyway.version>10.13.0</flyway.version>
|
69 | 69 | </properties>
|
|
109 | 109 | <dependency>
|
110 | 110 | <groupId>org.springdoc</groupId>
|
111 | 111 | <artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
|
112 |
| - <version>2.6.0</version> |
| 112 | + <version>2.8.5</version> |
113 | 113 | </dependency>
|
114 | 114 |
|
115 | 115 | <dependency>
|
|
200 | 200 | <dependency>
|
201 | 201 | <groupId>org.springframework</groupId>
|
202 | 202 | <artifactId>spring-web</artifactId>
|
203 |
| - <version>6.1.14</version> |
| 203 | + <version>6.2.3</version> |
204 | 204 | </dependency>
|
205 | 205 | <dependency>
|
206 | 206 | <groupId>io.netty</groupId>
|
|
385 | 385 | <plugin>
|
386 | 386 | <groupId>org.apache.maven.plugins</groupId>
|
387 | 387 | <artifactId>maven-javadoc-plugin</artifactId>
|
388 |
| - <version>3.11.1</version> |
| 388 | + <version>3.11.2</version> |
389 | 389 | <configuration>
|
390 | 390 | <source>8</source>
|
391 | 391 | <doctitle>Javadoc Documentation for ${project.name} ${project.version}
|
|
420 | 420 | <plugin>
|
421 | 421 | <groupId>org.cyclonedx</groupId>
|
422 | 422 | <artifactId>cyclonedx-maven-plugin</artifactId>
|
423 |
| - <version>2.9.0</version> |
| 423 | + <version>2.9.1</version> |
424 | 424 | <executions>
|
425 | 425 | <execution>
|
426 | 426 | <phase>validate</phase>
|
|
0 commit comments