Skip to content

Commit 44b0829

Browse files
committed
update deps
1 parent 766dcb1 commit 44b0829

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 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.1</version>
9+
<version>4.0.6</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.45.0</errorprone.version>
21-
<nullaway.version>0.12.14</nullaway.version>
20+
<errorprone.version>2.49.0</errorprone.version>
21+
<nullaway.version>0.13.4</nullaway.version>
2222
</properties>
2323

2424
<dependencies>
@@ -38,18 +38,18 @@
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter-params</artifactId>
41-
<version>5.14.2</version>
41+
<version>5.14.4</version>
4242
</dependency>
4343
<!-- https://mvnrepository.com/artifact/com.tngtech.archunit/archunit-junit5 -->
4444
<dependency>
4545
<groupId>com.tngtech.archunit</groupId>
4646
<artifactId>archunit-junit5</artifactId>
47-
<version>1.4.1</version>
47+
<version>1.4.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.tngtech.archunit</groupId>
5151
<artifactId>archunit-junit5-api</artifactId>
52-
<version>1.4.1</version>
52+
<version>1.4.2</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
</dependencies>
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-compiler-plugin</artifactId>
62-
<version>3.14.1</version>
62+
<version>3.15.0</version>
6363
<configuration>
6464
<source>${java.version}</source>
6565
<target>${java.version}</target>
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.puppycrawl.tools</groupId>
127127
<artifactId>checkstyle</artifactId>
128-
<version>12.3.0</version>
128+
<version>13.4.1</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>it.aboutbits</groupId>

0 commit comments

Comments
 (0)