Skip to content

Commit dfd9399

Browse files
committed
upgrade
1 parent a48537c commit dfd9399

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@
101101
<dependency>
102102
<groupId>com.fasterxml.jackson.core</groupId>
103103
<artifactId>jackson-databind</artifactId>
104-
<version>2.21.1</version>
104+
<version>2.21.2</version>
105105
</dependency>
106106

107107
<!-- APT dependencies -->
108108
<dependency>
109109
<groupId>org.immutables</groupId>
110110
<artifactId>value</artifactId>
111-
<version>2.11.6</version>
111+
<version>2.12.1</version>
112112
<scope>provided</scope>
113113
</dependency>
114114

@@ -220,7 +220,7 @@
220220
<dependency>
221221
<groupId>org.springframework.boot</groupId>
222222
<artifactId>spring-boot-starter-validation</artifactId>
223-
<version>3.5.11</version>
223+
<version>3.5.12</version>
224224
<scope>test</scope>
225225
</dependency>
226226

@@ -391,7 +391,7 @@
391391
<plugin>
392392
<groupId>org.apache.maven.plugins</groupId>
393393
<artifactId>maven-assembly-plugin</artifactId>
394-
<version>3.7.1</version>
394+
<version>3.8.0</version>
395395
<configuration>
396396
<descriptors>
397397
<descriptor>src/main/assembly/download-nodep.xml</descriptor>
@@ -403,7 +403,7 @@
403403
<plugin>
404404
<groupId>org.apache.maven.plugins</groupId>
405405
<artifactId>maven-source-plugin</artifactId>
406-
<version>3.3.1</version>
406+
<version>3.4.0</version>
407407
<executions>
408408
<execution>
409409
<id>attach-sources</id>
@@ -467,7 +467,7 @@
467467
<plugin>
468468
<groupId>org.apache.maven.plugins</groupId>
469469
<artifactId>maven-jar-plugin</artifactId>
470-
<version>3.4.2</version>
470+
<version>3.5.0</version>
471471
<configuration>
472472
<archive>
473473
<manifestEntries>
@@ -480,7 +480,7 @@
480480
<plugin>
481481
<groupId>org.apache.maven.plugins</groupId>
482482
<artifactId>maven-javadoc-plugin</artifactId>
483-
<version>3.11.2</version>
483+
<version>3.12.0</version>
484484
<configuration>
485485
<additionalOptions>-Xdoclint:none</additionalOptions>
486486
</configuration>

0 commit comments

Comments
 (0)