Skip to content

Commit 12a28d6

Browse files
committed
upgrade
1 parent 84e9e96 commit 12a28d6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.4
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.fasterxml.jackson.core</groupId>
102102
<artifactId>jackson-databind</artifactId>
103-
<version>2.20.1</version>
103+
<version>2.21.0</version>
104104
</dependency>
105105

106106
<!-- APT dependencies -->
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>ch.qos.logback</groupId>
167167
<artifactId>logback-classic</artifactId>
168-
<version>1.5.21</version>
168+
<version>1.5.32</version>
169169
<scope>test</scope>
170170
</dependency>
171171

@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>org.springframework.boot</groupId>
221221
<artifactId>spring-boot-starter-validation</artifactId>
222-
<version>3.5.8</version>
222+
<version>3.5.11</version>
223223
<scope>test</scope>
224224
</dependency>
225225

@@ -356,7 +356,7 @@
356356
<plugin>
357357
<groupId>org.sonatype.central</groupId>
358358
<artifactId>central-publishing-maven-plugin</artifactId>
359-
<version>0.9.0</version>
359+
<version>0.10.0</version>
360360
<extensions>true</extensions>
361361
<configuration>
362362
<publishingServerId>central</publishingServerId>
@@ -372,7 +372,7 @@
372372
<plugin>
373373
<groupId>org.apache.maven.plugins</groupId>
374374
<artifactId>maven-compiler-plugin</artifactId>
375-
<version>3.14.1</version>
375+
<version>3.15.0</version>
376376
<configuration>
377377
<source>17</source>
378378
<target>17</target>

0 commit comments

Comments
 (0)