Skip to content

Commit 4f26804

Browse files
author
Manfred Wolff
committed
JUnit Version auf 4.13
1 parent 9248971 commit 4f26804

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target/
22
/Untitled.mdj
3+
.idea/

helloworld/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
/log/
22
/target/
3+
.idea
4+
.settings
5+
../.idea/

helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>junit</groupId>
1313
<artifactId>junit</artifactId>
14-
<version>4.11</version>
14+
<version>4.13</version>
1515
<scope>test</scope>
1616
</dependency>
1717

0 commit comments

Comments
 (0)