File tree Expand file tree Collapse file tree 7 files changed +17
-14
lines changed
java/org/sourcelab/kafka/webview/ui/model Expand file tree Collapse file tree 7 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
3
3
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 1.0.4 (unreleased)
6
+ - Update NPM dependencies for [ CVE-2017 -18214] ( https://nvd.nist.gov/vuln/detail/CVE-2017-18214 ) .
7
+
5
8
## 1.0.3 (02/11/2018)
6
9
- Fix 500 error unable to find templates when running under windows.
7
10
- Add start.bat script for running under windows.
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.sourcelab</groupId >
7
7
<artifactId >kafka-webview</artifactId >
8
- <version >1.0.3 </version >
8
+ <version >1.0.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >kafka-webview-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >kafka-webview</artifactId >
7
7
<groupId >org.sourcelab</groupId >
8
- <version >1.0.3 </version >
8
+ <version >1.0.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >kafka-webview-ui</artifactId >
12
- <version >1.0.3 </version >
12
+ <version >1.0.4 </version >
13
13
14
14
<!-- Module Description and Ownership -->
15
15
<name >Kafka WebView UI</name >
Original file line number Diff line number Diff line change 5
5
"main" : " index.html" ,
6
6
"dependencies" : {
7
7
"bootstrap" : " ^4.0.0-beta" ,
8
- "chart.js" : " ^2.7.0 " ,
8
+ "chart.js" : " ^2.7.2 " ,
9
9
"font-awesome" : " ^4.7.0" ,
10
10
"handlebars" : " ^4.0.10" ,
11
11
"jquery" : " ^3.2.1" ,
Original file line number Diff line number Diff line change 35
35
* User model.
36
36
*/
37
37
@ Entity (name = "user" )
38
- public class User implements Serializable {
38
+ public class User implements Serializable {
39
39
@ Id
40
40
@ GeneratedValue (strategy = GenerationType .AUTO )
41
41
private long id ;
Original file line number Diff line number Diff line change 7
7
<groupId >org.sourcelab</groupId >
8
8
<artifactId >kafka-webview</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.0.3 </version >
10
+ <version >1.0.4 </version >
11
11
12
12
<!-- Define submodules -->
13
13
<modules >
107
107
<plugin >
108
108
<groupId >org.apache.maven.plugins</groupId >
109
109
<artifactId >maven-checkstyle-plugin</artifactId >
110
- <version >2.17 </version >
110
+ <version >3.0.0 </version >
111
111
<executions >
112
112
<execution >
113
113
<id >checkstyle-validate</id >
You can’t perform that action at this time.
0 commit comments