|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>4.0.1</version> |
| 9 | + <version>4.0.6</version> |
10 | 10 | <relativePath/> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 |
|
|
17 | 17 |
|
18 | 18 | <properties> |
19 | 19 | <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> |
22 | 22 | </properties> |
23 | 23 |
|
24 | 24 | <dependencies> |
|
38 | 38 | <dependency> |
39 | 39 | <groupId>org.junit.jupiter</groupId> |
40 | 40 | <artifactId>junit-jupiter-params</artifactId> |
41 | | - <version>5.14.2</version> |
| 41 | + <version>5.14.4</version> |
42 | 42 | </dependency> |
43 | 43 | <!-- https://mvnrepository.com/artifact/com.tngtech.archunit/archunit-junit5 --> |
44 | 44 | <dependency> |
45 | 45 | <groupId>com.tngtech.archunit</groupId> |
46 | 46 | <artifactId>archunit-junit5</artifactId> |
47 | | - <version>1.4.1</version> |
| 47 | + <version>1.4.2</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>com.tngtech.archunit</groupId> |
51 | 51 | <artifactId>archunit-junit5-api</artifactId> |
52 | | - <version>1.4.1</version> |
| 52 | + <version>1.4.2</version> |
53 | 53 | <scope>compile</scope> |
54 | 54 | </dependency> |
55 | 55 | </dependencies> |
|
59 | 59 | <plugin> |
60 | 60 | <groupId>org.apache.maven.plugins</groupId> |
61 | 61 | <artifactId>maven-compiler-plugin</artifactId> |
62 | | - <version>3.14.1</version> |
| 62 | + <version>3.15.0</version> |
63 | 63 | <configuration> |
64 | 64 | <source>${java.version}</source> |
65 | 65 | <target>${java.version}</target> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>com.puppycrawl.tools</groupId> |
127 | 127 | <artifactId>checkstyle</artifactId> |
128 | | - <version>12.3.0</version> |
| 128 | + <version>13.4.1</version> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>it.aboutbits</groupId> |
|
0 commit comments