Skip to content

Commit 611af67

Browse files
fix(deps): update maven all non-major dependencies
1 parent f4657d3 commit 611af67

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.5</version>
9+
<version>3.4.3</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -62,8 +62,8 @@
6262

6363
<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
6464
<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>
6767
<oci.revision>${project.version}</oci.revision>
6868
<flyway.version>10.13.0</flyway.version>
6969
</properties>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.springdoc</groupId>
111111
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
112-
<version>2.6.0</version>
112+
<version>2.8.5</version>
113113
</dependency>
114114

115115
<dependency>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>org.springframework</groupId>
202202
<artifactId>spring-web</artifactId>
203-
<version>6.1.14</version>
203+
<version>6.2.3</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>io.netty</groupId>
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-javadoc-plugin</artifactId>
388-
<version>3.11.1</version>
388+
<version>3.11.2</version>
389389
<configuration>
390390
<source>8</source>
391391
<doctitle>Javadoc Documentation for ${project.name} ${project.version}
@@ -420,7 +420,7 @@
420420
<plugin>
421421
<groupId>org.cyclonedx</groupId>
422422
<artifactId>cyclonedx-maven-plugin</artifactId>
423-
<version>2.9.0</version>
423+
<version>2.9.1</version>
424424
<executions>
425425
<execution>
426426
<phase>validate</phase>

0 commit comments

Comments
 (0)