|
25 | 25 | <parent> |
26 | 26 | <groupId>io.wcm.maven</groupId> |
27 | 27 | <artifactId>io.wcm.maven.global-parent</artifactId> |
28 | | - <version>19</version> |
| 28 | + <version>20</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.0.10</version> |
| 34 | + <version>1.1.0</version> |
35 | 35 | <packaging>pom</packaging> |
36 | 36 |
|
37 | 37 | <name>Toplevel Parent</name> |
|
76 | 76 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
77 | 77 | </license> |
78 | 78 | </licenses> |
79 | | - |
| 79 | + |
80 | 80 | <properties> |
81 | 81 |
|
82 | 82 | <!-- compiler settings --> |
|
100 | 100 | <scope>test</scope> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | | - <groupId>junit</groupId> |
104 | | - <artifactId>junit</artifactId> |
| 103 | + <groupId>org.mockito</groupId> |
| 104 | + <artifactId>mockito-core</artifactId> |
105 | 105 | <scope>test</scope> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>org.mockito</groupId> |
109 | | - <artifactId>mockito-core</artifactId> |
| 109 | + <artifactId>mockito-junit-jupiter</artifactId> |
110 | 110 | <scope>test</scope> |
111 | 111 | </dependency> |
112 | | - |
113 | | - </dependencies> |
| 112 | + <dependency> |
| 113 | + <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> |
| 125 | + <scope>test</scope> |
| 126 | + </dependency> |
| 127 | + |
| 128 | + </dependencies> |
114 | 129 | <dependencyManagement> |
115 | 130 | <dependencies> |
116 | | - |
| 131 | + |
117 | 132 | <!-- Logging --> |
118 | 133 | <dependency> |
119 | 134 | <groupId>org.slf4j</groupId> |
120 | 135 | <artifactId>slf4j-api</artifactId> |
121 | | - <version>1.7.12</version> |
| 136 | + <version>1.7.25</version> |
122 | 137 | </dependency> |
123 | 138 | <dependency> |
124 | 139 | <groupId>org.slf4j</groupId> |
125 | 140 | <artifactId>slf4j-log4j12</artifactId> |
126 | | - <version>1.7.12</version> |
| 141 | + <version>1.7.25</version> |
127 | 142 | </dependency> |
128 | 143 | <dependency> |
129 | 144 | <groupId>org.slf4j</groupId> |
130 | 145 | <artifactId>slf4j-simple</artifactId> |
131 | | - <version>1.7.12</version> |
| 146 | + <version>1.7.25</version> |
132 | 147 | </dependency> |
133 | 148 | <dependency> |
134 | 149 | <groupId>log4j</groupId> |
|
143 | 158 | <version>1.3</version> |
144 | 159 | </dependency> |
145 | 160 | <dependency> |
146 | | - <groupId>junit</groupId> |
147 | | - <artifactId>junit</artifactId> |
148 | | - <version>4.12</version> |
| 161 | + <groupId>org.mockito</groupId> |
| 162 | + <artifactId>mockito-core</artifactId> |
| 163 | + <version>2.19.0</version> |
149 | 164 | </dependency> |
150 | 165 | <dependency> |
151 | 166 | <groupId>org.mockito</groupId> |
152 | | - <artifactId>mockito-core</artifactId> |
153 | | - <version>2.13.0</version> |
| 167 | + <artifactId>mockito-junit-jupiter</artifactId> |
| 168 | + <version>2.19.0</version> |
| 169 | + </dependency> |
| 170 | + <!-- Import all JUnit 5 dependencies --> |
| 171 | + <dependency> |
| 172 | + <groupId>org.junit</groupId> |
| 173 | + <artifactId>junit-bom</artifactId> |
| 174 | + <version>5.2.0</version> |
| 175 | + <type>pom</type> |
| 176 | + <scope>import</scope> |
154 | 177 | </dependency> |
155 | 178 |
|
156 | 179 | </dependencies> |
|
290 | 313 | <report>index</report> |
291 | 314 | <report>dependencies</report> |
292 | 315 | <report>scm</report> |
293 | | - <report>license</report> |
| 316 | + <report>licenses</report> |
294 | 317 | <report>summary</report> |
295 | 318 | </reports> |
296 | 319 | </reportSet> |
|
0 commit comments