OWASP / owasp-java-encoder

The OWASP Java Encoder is a Java 1.5+ simple-to-use drop-in high-performance encoder class with no dependencies and little baggage. This project will help Java web developers defend against Cross Site Scripting!
https://owasp.org/www-project-java-encoder/
BSD 3-Clause "New" or "Revised" License
483 stars 112 forks source link

General Maintenance #61

Closed jeremylong closed 2 years ago

jeremylong commented 2 years ago

Due to encountering build issues locally - I had to upgrade several plugins and move from cobertura to jacoco for code coverage.

This PR does remove the support for java 1.5 with the new minimum version being 1.6.

jmanico commented 2 years ago

Would you like to be added to the project as a manager/contributor?