File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml</groupId >
5
5
<artifactId >oss-parent</artifactId >
6
- <version >38 </version >
6
+ <version >41 </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.util</groupId >
9
9
<artifactId >java-merge-sort</artifactId >
48
48
<groupId >com.fasterxml.jackson</groupId >
49
49
<artifactId >jackson-bom</artifactId >
50
50
<type >pom</type >
51
- <version >2.9.9 </version >
51
+ <version >2.11.3 </version >
52
52
<scope >import</scope >
53
53
</dependency >
54
54
</dependencies >
59
59
<dependency >
60
60
<groupId >junit</groupId >
61
61
<artifactId >junit</artifactId >
62
- <version >4.12 </version >
62
+ <version >${version.junit} </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
Original file line number Diff line number Diff line change 1
1
Project: java-merge-sort
2
2
License: Apache License 2.0
3
- Version: 1.0.2
4
- Release date: 2019-09-18
3
+ Version:
4
+ Release date:
5
5
6
- #16: Temp files that result from two-phase merge are not deleted
7
- (reported, fix contributed by John L)
8
- - Add `Automatic-Module-Name` of "com.fasterxml.sort"
6
+ - Update `oss-parent` to 41 (for junit 4.13.1)
9
7
10
8
------------------------------------------------------------------------
11
9
=== History: ===
12
10
------------------------------------------------------------------------
13
11
12
+ 1.0.2 (2019-09-18)
13
+
14
+ #16: Temp files that result from two-phase merge are not deleted
15
+ (reported, fix contributed by John L)
16
+ - Add `Automatic-Module-Name` of "com.fasterxml.sort"
17
+
14
18
1.0.1 (2017-02-14)
15
19
16
20
#14: Long lines are corrupted when read by `RawTextLineReader._readNextSlow()`
You can’t perform that action at this time.
0 commit comments