Skip to content

Commit 113872f

Browse files
committed
update versions
1 parent 1e8d4bc commit 113872f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 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>4.0.2</version>
9+
<version>4.0.4</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -17,8 +17,8 @@
1717

1818
<properties>
1919
<java.version>25</java.version>
20-
<errorprone.version>2.46.0</errorprone.version>
21-
<nullaway.version>0.12.15</nullaway.version>
20+
<errorprone.version>2.48.0</errorprone.version>
21+
<nullaway.version>0.13.1</nullaway.version>
2222
</properties>
2323

2424
<dependencyManagement>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>net.datafaker</groupId>
8080
<artifactId>datafaker</artifactId>
81-
<version>2.5.3</version>
81+
<version>2.5.4</version>
8282
</dependency>
8383

8484
<!-- https://mvnrepository.com/artifact/com.tngtech.archunit/archunit-junit5 -->
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-compiler-plugin</artifactId>
110-
<version>3.14.1</version>
110+
<version>3.15.0</version>
111111
<configuration>
112112
<source>${java.version}</source>
113113
<target>${java.version}</target>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.puppycrawl.tools</groupId>
176176
<artifactId>checkstyle</artifactId>
177-
<version>12.3.0</version>
177+
<version>13.4.0</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>it.aboutbits</groupId>

0 commit comments

Comments
 (0)