Skip to content

Commit 2b5b2b4

Browse files
committed
update dependencies and parent version
1 parent 884e260 commit 2b5b2b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

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

@@ -17,16 +17,16 @@
1717

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

2424
<dependencyManagement>
2525
<dependencies>
2626
<dependency>
2727
<groupId>it.aboutbits</groupId>
2828
<artifactId>spring-boot-toolbox</artifactId>
29-
<version>2.4.4</version>
29+
<version>2.5.2</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>it.aboutbits</groupId>

0 commit comments

Comments
 (0)