|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.maven</groupId> |
27 | 27 | <artifactId>io.wcm.maven.global-parent</artifactId> |
28 | | - <version>26</version> |
| 28 | + <version>30</version> |
29 | 29 | <relativePath /> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>io.wcm.devops</groupId> |
33 | 33 | <artifactId>io.wcm.devops.parent_toplevel</artifactId> |
34 | | - <version>1.1.6</version> |
| 34 | + <version>1.2.0</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>Toplevel Parent</name> |
|
92 | 92 | </properties> |
93 | 93 |
|
94 | 94 | <dependencies> |
| 95 | + |
| 96 | + <!-- Recommended global dependency for nullability annotations --> |
| 97 | + <dependency> |
| 98 | + <groupId>org.jetbrains</groupId> |
| 99 | + <artifactId>annotations</artifactId> |
| 100 | + <scope>provided</scope> |
| 101 | + </dependency> |
| 102 | + |
| 103 | + <!-- Spotbugs annotations --> |
| 104 | + <dependency> |
| 105 | + <groupId>io.wcm.tooling.spotbugs</groupId> |
| 106 | + <artifactId>io.wcm.tooling.spotbugs.annotations</artifactId> |
| 107 | + <scope>provided</scope> |
| 108 | + </dependency> |
95 | 109 |
|
96 | 110 | <!-- Testing --> |
97 | 111 | <dependency> |
|
111 | 125 | </dependency> |
112 | 126 | <dependency> |
113 | 127 | <groupId>org.junit.jupiter</groupId> |
114 | | - <artifactId>junit-jupiter-api</artifactId> |
115 | | - <scope>test</scope> |
116 | | - </dependency> |
117 | | - <dependency> |
118 | | - <groupId>org.junit.jupiter</groupId> |
119 | | - <artifactId>junit-jupiter-params</artifactId> |
120 | | - <scope>test</scope> |
121 | | - </dependency> |
122 | | - <dependency> |
123 | | - <groupId>org.junit.jupiter</groupId> |
124 | | - <artifactId>junit-jupiter-engine</artifactId> |
| 128 | + <artifactId>junit-jupiter</artifactId> |
125 | 129 | <scope>test</scope> |
126 | 130 | </dependency> |
127 | 131 |
|
|
160 | 164 | <dependency> |
161 | 165 | <groupId>org.mockito</groupId> |
162 | 166 | <artifactId>mockito-core</artifactId> |
163 | | - <version>2.25.0</version> |
| 167 | + <version>3.2.4</version> |
164 | 168 | </dependency> |
165 | 169 | <dependency> |
166 | 170 | <groupId>org.mockito</groupId> |
167 | 171 | <artifactId>mockito-junit-jupiter</artifactId> |
168 | | - <version>2.25.0</version> |
| 172 | + <version>3.2.4</version> |
169 | 173 | </dependency> |
170 | 174 | <!-- Import all JUnit 5 dependencies --> |
171 | 175 | <dependency> |
172 | 176 | <groupId>org.junit</groupId> |
173 | 177 | <artifactId>junit-bom</artifactId> |
174 | | - <!-- Stick with JUnit 5.3.2 until Eclipse Inifinittest plugin supports newer versions --> |
175 | | - <version>5.3.2</version> |
| 178 | + <version>5.5.2</version> |
176 | 179 | <type>pom</type> |
177 | 180 | <scope>import</scope> |
178 | 181 | </dependency> |
|
0 commit comments