|
124 | 124 |
|
125 | 125 | <!-- Versions --> |
126 | 126 | <mavenRuntimeVersion>3.3.1</mavenRuntimeVersion> |
127 | | - <mavenBuildVersion>3.9.9</mavenBuildVersion> |
| 127 | + <mavenBuildVersion>3.9.12</mavenBuildVersion> |
128 | 128 | <javaBuildVersion>17</javaBuildVersion> |
129 | 129 | <mavenPluginToolsVersion>3.15.2</mavenPluginToolsVersion> |
130 | 130 | <asmVersion>9.9.1</asmVersion> |
131 | 131 | <slf4jVersion>1.7.36</slf4jVersion> |
| 132 | + <guiceVersion>4.2.3</guiceVersion> |
132 | 133 | <!-- define empty, as jacoco is only conditionally executed (https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html) --> |
133 | 134 | <argLine /> |
134 | 135 | <njordVersion>0.9.3</njordVersion> |
|
165 | 166 | <dependency> |
166 | 167 | <groupId>com.google.inject</groupId> |
167 | 168 | <artifactId>guice</artifactId> |
168 | | - <version>4.2.3</version> |
| 169 | + <version>${guiceVersion}</version> |
169 | 170 | <classifier>classes</classifier> |
170 | 171 | </dependency> |
171 | 172 | <dependency> |
172 | 173 | <groupId>com.google.inject.extensions</groupId> |
173 | 174 | <artifactId>guice-servlet</artifactId> |
174 | | - <version>4.2.3</version> |
| 175 | + <version>${guiceVersion}</version> |
175 | 176 | </dependency> |
176 | 177 | <dependency> |
177 | 178 | <groupId>com.google.inject.extensions</groupId> |
178 | 179 | <artifactId>guice-assistedinject</artifactId> |
179 | | - <version>4.2.3</version> |
| 180 | + <version>${guiceVersion}</version> |
180 | 181 | </dependency> |
181 | 182 |
|
182 | 183 | <!-- To get rid of CVE warnings (is provided anyway) --> |
|
263 | 264 | <dependency> |
264 | 265 | <groupId>junit</groupId> |
265 | 266 | <artifactId>junit</artifactId> |
266 | | - <version>4.13.2</version> |
267 | 267 | <!-- older version not supported by junit-vintage runner --> |
| 268 | + <version>4.13.2</version> |
268 | 269 | </dependency> |
269 | 270 | <dependency> |
270 | 271 | <groupId>org.testng</groupId> |
271 | 272 | <artifactId>testng</artifactId> |
272 | | - <version>7.5.1</version> |
| 273 | + <!-- is not transitive dep; we just use annotations --> |
| 274 | + <version>6.14.3</version> |
273 | 275 | </dependency> |
274 | 276 | <dependency> |
275 | 277 | <groupId>org.apache.felix</groupId> |
|
302 | 304 | <dependency> |
303 | 305 | <groupId>org.junit</groupId> |
304 | 306 | <artifactId>junit-bom</artifactId> |
305 | | - <version>6.0.2</version> |
| 307 | + <version>5.12.2</version> |
306 | 308 | <type>pom</type> |
307 | 309 | <scope>import</scope> |
308 | 310 | </dependency> |
@@ -492,7 +494,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/ |
492 | 494 | <scmCommentPrefix>|</scmCommentPrefix> |
493 | 495 | <goals>deploy</goals> |
494 | 496 | <signTag>true</signTag> |
495 | | - <tagNameFormat>milestones/@{project.version}</tagNameFormat> |
| 497 | + <tagNameFormat>releases/@{project.version}</tagNameFormat> |
496 | 498 | </configuration> |
497 | 499 | </plugin> |
498 | 500 | <plugin> |
|
0 commit comments