Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 996a5de

Browse files
committed
Upgrade various dependencies, including 2 w/known CVEs. Add new
script and drop 2 legacy scripts. Add jquery.min file.
1 parent e084b03 commit 996a5de

File tree

5 files changed

+11
-26
lines changed

5 files changed

+11
-26
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
<dependency>
673673
<groupId>commons-codec</groupId>
674674
<artifactId>commons-codec</artifactId>
675-
<version>1.14</version>
675+
<version>1.15</version>
676676
</dependency>
677677

678678
<!-- mvn dependency:analyze says this is an unused declared dependency, but its wrong. Get this runtime error if it's not included:
@@ -825,7 +825,7 @@ But it might be needed for Java 10, because I get this error, that I don't get w
825825
<dependency>
826826
<groupId>org.apache.httpcomponents</groupId>
827827
<artifactId>httpclient</artifactId>
828-
<version>4.5.12</version>
828+
<version>4.5.13</version>
829829
</dependency>
830830

831831
<dependency>
@@ -837,6 +837,7 @@ But it might be needed for Java 10, because I get this error, that I don't get w
837837
<dependency>
838838
<groupId>org.bouncycastle</groupId>
839839
<artifactId>bcprov-jdk15on</artifactId>
840+
<!-- version>1.66</version - Upgrading to this version causes a NullPointerException in maven-enforcer-plugin -->
840841
<version>1.65.01</version>
841842
</dependency>
842843

@@ -891,7 +892,7 @@ But it might be needed for Java 10, because I get this error, that I don't get w
891892
<dependency>
892893
<groupId>org.hsqldb</groupId>
893894
<artifactId>hsqldb</artifactId>
894-
<!-- <version>2.5.0</version> This is latest version, but requires Java 8. 2.3.6 is last version to support Java 7. -->
895+
<!-- <version>2.5.1</version> This is latest version, but requires Java 8. 2.3.6 is last version to support Java 7. -->
895896
<version>2.3.6</version>
896897
</dependency>
897898

@@ -904,13 +905,14 @@ But it might be needed for Java 10, because I get this error, that I don't get w
904905
<dependency>
905906
<groupId>org.jfree</groupId>
906907
<artifactId>jfreechart</artifactId>
908+
<!-- <version>1.5.1</version> This is latest version, but requires Java 8. 1.5.0 is last version to support Java 7. -->
907909
<version>1.5.0</version>
908910
</dependency>
909911

910912
<dependency>
911913
<groupId>org.json</groupId>
912914
<artifactId>json</artifactId>
913-
<version>20190722</version>
915+
<version>20200518</version>
914916
</dependency>
915917

916918
<dependency>
@@ -1217,8 +1219,8 @@ But it might be needed for Java 10, because I get this error, that I don't get w
12171219
<version.jackson>2.9.8</version.jackson>
12181220
<version.jersey>1.19.4</version.jersey>
12191221
<version.slf4j>1.7.30</version.slf4j>
1220-
<version.spotbugs.maven>4.0.4</version.spotbugs.maven>
1221-
<version.springframework>4.3.27.RELEASE</version.springframework>
1222+
<version.spotbugs.maven>4.1.4</version.spotbugs.maven>
1223+
<version.springframework>4.3.29.RELEASE</version.springframework>
12221224
<!-- tomcat 8.5 is last version to support Java 7. Tomcat 9+ requires Java 8. -->
12231225
<tomcat.major.version>8</tomcat.major.version>
12241226
<version.tomcat>8.5.56</version.tomcat>

scripts/runSonarQube.bat

Lines changed: 0 additions & 7 deletions
This file was deleted.

scripts/runSonarQube.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

scripts/runSpotBugs.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
call mvn compile spotbugs:spotbugs -Dbuildtime.output.csv=true -Dbuildtime.output.csv.file=classes\out.csv
2+
call mvn validate -Ptime -Dexec.args="spotbugs"

src/main/webapp/js/jquery.min.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)