File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
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 >41 </version >
6
+ <version >48 </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.util</groupId >
9
9
<artifactId >java-merge-sort</artifactId >
10
10
<name >java-merge-sort</name >
11
- <version >1.0.3 -SNAPSHOT</version >
11
+ <version >1.1.0 -SNAPSHOT</version >
12
12
<packaging >bundle</packaging >
13
13
<description >Basic configurable disk-backed N-way merge sort
14
14
</description >
48
48
<groupId >com.fasterxml.jackson</groupId >
49
49
<artifactId >jackson-bom</artifactId >
50
50
<type >pom</type >
51
- <version >2.11.3 </version >
51
+ <version >2.13.4 </version >
52
52
<scope >import</scope >
53
53
</dependency >
54
54
</dependencies >
Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ Mathias Herberts (hbs@github)
18
18
john lilley (wheezil@github)
19
19
* Reported, contributed fix for #16: Temp files that result from two-phase merge are not deleted
20
20
(1.0.2)
21
+
22
+ Jonathan Leitschuh (JLLeitschuh@github)
23
+ * Contributed #21: Fix Temporary File Information Disclosure Vulnerability
24
+ (1.1.0)
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:
4
- Release date:
5
-
6
- - Update `oss-parent` to 41 (for junit 4.13.1)
3
+ Version: 1.1.0
4
+ Release date: 2022-11-19
7
5
8
6
------------------------------------------------------------------------
9
7
=== History: ===
10
8
------------------------------------------------------------------------
11
9
10
+ 1.1.0 (2022-11-19)
11
+
12
+ #21: Fix Temporary File Information Disclosure Vulnerability
13
+ (contributed by Jonathan L)
14
+ #22: Increase JDK baseline from Java 6 to Java 8
15
+ - Update `oss-parent` to 48
16
+
12
17
1.0.2 (2019-09-18)
13
18
14
19
#16: Temp files that result from two-phase merge are not deleted
You can’t perform that action at this time.
0 commit comments