Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json from 20220320 to 20230227 in /perseo-main #225

Merged
merged 3 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
- Remove: support for Java 8, 9, 10 in GitActions unit testing
- Upgrade maven-compiler-plugin dep from 3.8.0 to 3.11.0
- Upgrade maven-war-plugin dep from 3.2.2 to 3.3.2
- Upgrade maven-dependency-plugin dep from 3.1.1 to 3.5.0
- Upgrade maven-site-plugin dep from 2.7.1 to 3.8.2
- Upgrade maven-surefire-report-plugin dep from 2.22.0 to 3.0.0
- Upgrade maven-checkstyle-plugin dep from 3.0.0 to 3.2.1
- Upgrade maven-javadoc-plugin dep from 3.0.1 to 3.5.0
- Upgrade org.json dep from from version 20220320 to 20230227
- Remove: support for Java 8, 9, 10 in GitActions unit testing
- Remove: RPM package stuff
2 changes: 1 addition & 1 deletion perseo-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>org.owasp.encoder</groupId>
Expand Down