mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Upgrade version of JUnit4. (#2454)
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
This commit is contained in:
1
dependencies/pom.xml
vendored
1
dependencies/pom.xml
vendored
@@ -70,6 +70,7 @@
|
||||
<version.lib.jsonp-api>1.1.2</version.lib.jsonp-api>
|
||||
<version.lib.jsonp-impl>1.1.2</version.lib.jsonp-impl>
|
||||
<version.lib.junit>5.6.2</version.lib.junit>
|
||||
<version.lib.junit4>4.13.1</version.lib.junit4>
|
||||
<version.lib.microprofile-config>1.3</version.lib.microprofile-config>
|
||||
<version.lib.microprofile-health>2.1</version.lib.microprofile-health>
|
||||
<version.lib.microprofile-jwt>1.1.1</version.lib.microprofile-jwt>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
|
||||
Copyright (c) 2018, 2020 Oracle and/or its affiliates.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -64,6 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${version.lib.junit4}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user