mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 23:39:37 +08:00
Merge pull request #858 from alibaba/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1
This commit is contained in:
commit
754fe7b111
@ -50,7 +50,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.11</version>
|
<version>4.13.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.13</version>
|
<version>4.13.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<opentsdb.version>2.3.2</opentsdb.version>
|
<opentsdb.version>2.3.2</opentsdb.version>
|
||||||
|
|
||||||
<!-- test -->
|
<!-- test -->
|
||||||
<junit4.version>4.12</junit4.version>
|
<junit4.version>4.13.1</junit4.version>
|
||||||
|
|
||||||
<!-- time -->
|
<!-- time -->
|
||||||
<joda-time.version>2.9.9</joda-time.version>
|
<joda-time.version>2.9.9</joda-time.version>
|
||||||
|
2
pom.xml
Executable file → Normal file
2
pom.xml
Executable file → Normal file
@ -30,7 +30,7 @@
|
|||||||
<slf4j-api-version>1.7.10</slf4j-api-version>
|
<slf4j-api-version>1.7.10</slf4j-api-version>
|
||||||
<logback-classic-version>1.0.13</logback-classic-version>
|
<logback-classic-version>1.0.13</logback-classic-version>
|
||||||
<commons-io-version>2.4</commons-io-version>
|
<commons-io-version>2.4</commons-io-version>
|
||||||
<junit-version>4.11</junit-version>
|
<junit-version>4.13.1</junit-version>
|
||||||
<tddl.version>5.1.22-1</tddl.version>
|
<tddl.version>5.1.22-1</tddl.version>
|
||||||
<swift-version>1.0.0</swift-version>
|
<swift-version>1.0.0</swift-version>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<fastjson.version>1.2.28</fastjson.version>
|
<fastjson.version>1.2.28</fastjson.version>
|
||||||
|
|
||||||
<!-- test -->
|
<!-- test -->
|
||||||
<junit4.version>4.12</junit4.version>
|
<junit4.version>4.13.1</junit4.version>
|
||||||
|
|
||||||
<!-- time -->
|
<!-- time -->
|
||||||
<joda-time.version>2.9.9</joda-time.version>
|
<joda-time.version>2.9.9</joda-time.version>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<fastjson.version>1.2.28</fastjson.version>
|
<fastjson.version>1.2.28</fastjson.version>
|
||||||
|
|
||||||
<!-- test -->
|
<!-- test -->
|
||||||
<junit4.version>4.12</junit4.version>
|
<junit4.version>4.13.1</junit4.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user