Skip to content

Commit 8b3f52c

Browse files
committed
Fixed the snyk issues and added surefire plugin to generate test reports
1 parent ce9c172 commit 8b3f52c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
A brief description of what changes project contains
44

5+
## April 23, 2024
6+
57
#### v1.2.8
68

79
- added surefire plugin to generate test reports
10+
- Fixed Snyk issues
811

912
## March 24, 2024
1013

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
2121
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
2222
<junit.version>4.13.2</junit.version>
23-
<jsoup.version>1.16.1</jsoup.version>
23+
<jsoup.version>1.16.2</jsoup.version>
2424
<json.simple.version>1.1.1</json.simple.version>
2525
<maven-site-plugin.version>3.3</maven-site-plugin.version>
2626
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
2727
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
2828
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
2929
<validation-version>2.0.1.Final</validation-version>
3030
<json-version>20240205</json-version>
31-
<spring-web-version>6.0.18</spring-web-version>
32-
<org.apache.commons-text>1.10.0</org.apache.commons-text>
31+
<spring-web-version>6.0.19</spring-web-version>
32+
<org.apache.commons-text>1.11.0</org.apache.commons-text>
3333
</properties>
3434

3535
<developers>

0 commit comments

Comments
 (0)