owasp/owasp-java-encoder (org.owasp.encoder:encoder)
### [`v1.3.1`](https://redirect.github.com/OWASP/owasp-java-encoder/releases/tag/v1.3.1)
[Compare Source](https://redirect.github.com/owasp/owasp-java-encoder/compare/v1.3.0...v1.3.1)
#### What's Changed
- fix: java.lang.NoSuchMethodError when running on Java 8 by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/80](https://redirect.github.com/OWASP/owasp-java-encoder/pull/80)
- fix: add OSGi related entries in the MANIFEST.MF file by [@enapps-enorman](https://redirect.github.com/enapps-enorman) in [https://github.com/OWASP/owasp-java-encoder/pull/82](https://redirect.github.com/OWASP/owasp-java-encoder/pull/82)
#### New Contributors
- [@enapps-enorman](https://redirect.github.com/enapps-enorman) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/82](https://redirect.github.com/OWASP/owasp-java-encoder/pull/82)
**Full Changelog**: https://github.com/OWASP/owasp-java-encoder/compare/v1.3.0...v1.3.1
### [`v1.3.0`](https://redirect.github.com/OWASP/owasp-java-encoder/releases/tag/v1.3.0)
[Compare Source](https://redirect.github.com/owasp/owasp-java-encoder/compare/v1.2.3...v1.3.0)
##### What's Changed
- Add automatic module name by [@casid](https://redirect.github.com/casid) in [https://github.com/OWASP/owasp-java-encoder/pull/45](https://redirect.github.com/OWASP/owasp-java-encoder/pull/45)
- Correct javadoc for Encode class. by [@kwwall](https://redirect.github.com/kwwall) in [https://github.com/OWASP/owasp-java-encoder/pull/52](https://redirect.github.com/OWASP/owasp-java-encoder/pull/52)
- Add badge for javadoc by [@seanf](https://redirect.github.com/seanf) in [https://github.com/OWASP/owasp-java-encoder/pull/55](https://redirect.github.com/OWASP/owasp-java-encoder/pull/55)
- Tiny typo Fix by [@loris-s-sonarsource](https://redirect.github.com/loris-s-sonarsource) in [https://github.com/OWASP/owasp-java-encoder/pull/58](https://redirect.github.com/OWASP/owasp-java-encoder/pull/58)
- Bump spring-core from 5.1.3.RELEASE to 5.3.19 in /jsp by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/OWASP/owasp-java-encoder/pull/59](https://redirect.github.com/OWASP/owasp-java-encoder/pull/59)
- General Maintenance by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/61](https://redirect.github.com/OWASP/owasp-java-encoder/pull/61)
- Improve Encode.forHtmlAttribute docs by [@meeque](https://redirect.github.com/meeque) in [https://github.com/OWASP/owasp-java-encoder/pull/72](https://redirect.github.com/OWASP/owasp-java-encoder/pull/72)
- fix: update esapi thunk by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/76](https://redirect.github.com/OWASP/owasp-java-encoder/pull/76)
- feat: multi-release jars - add module name by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/77](https://redirect.github.com/OWASP/owasp-java-encoder/pull/77)
- feat: support jakarta jsp by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/75](https://redirect.github.com/OWASP/owasp-java-encoder/pull/75)
##### New Contributors
- [@casid](https://redirect.github.com/casid) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/45](https://redirect.github.com/OWASP/owasp-java-encoder/pull/45)
- [@seanf](https://redirect.github.com/seanf) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/55](https://redirect.github.com/OWASP/owasp-java-encoder/pull/55)
- [@loris-s-sonarsource](https://redirect.github.com/loris-s-sonarsource) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/58](https://redirect.github.com/OWASP/owasp-java-encoder/pull/58)
- [@dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/59](https://redirect.github.com/OWASP/owasp-java-encoder/pull/59)
- [@meeque](https://redirect.github.com/meeque) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/72](https://redirect.github.com/OWASP/owasp-java-encoder/pull/72)
**Full Changelog**: https://github.com/OWASP/owasp-java-encoder/compare/v1.2.3...v1.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.2.3
->1.3.1
Release Notes
owasp/owasp-java-encoder (org.owasp.encoder:encoder)
### [`v1.3.1`](https://redirect.github.com/OWASP/owasp-java-encoder/releases/tag/v1.3.1) [Compare Source](https://redirect.github.com/owasp/owasp-java-encoder/compare/v1.3.0...v1.3.1) #### What's Changed - fix: java.lang.NoSuchMethodError when running on Java 8 by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/80](https://redirect.github.com/OWASP/owasp-java-encoder/pull/80) - fix: add OSGi related entries in the MANIFEST.MF file by [@enapps-enorman](https://redirect.github.com/enapps-enorman) in [https://github.com/OWASP/owasp-java-encoder/pull/82](https://redirect.github.com/OWASP/owasp-java-encoder/pull/82) #### New Contributors - [@enapps-enorman](https://redirect.github.com/enapps-enorman) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/82](https://redirect.github.com/OWASP/owasp-java-encoder/pull/82) **Full Changelog**: https://github.com/OWASP/owasp-java-encoder/compare/v1.3.0...v1.3.1 ### [`v1.3.0`](https://redirect.github.com/OWASP/owasp-java-encoder/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/owasp/owasp-java-encoder/compare/v1.2.3...v1.3.0) ##### What's Changed - Add automatic module name by [@casid](https://redirect.github.com/casid) in [https://github.com/OWASP/owasp-java-encoder/pull/45](https://redirect.github.com/OWASP/owasp-java-encoder/pull/45) - Correct javadoc for Encode class. by [@kwwall](https://redirect.github.com/kwwall) in [https://github.com/OWASP/owasp-java-encoder/pull/52](https://redirect.github.com/OWASP/owasp-java-encoder/pull/52) - Add badge for javadoc by [@seanf](https://redirect.github.com/seanf) in [https://github.com/OWASP/owasp-java-encoder/pull/55](https://redirect.github.com/OWASP/owasp-java-encoder/pull/55) - Tiny typo Fix by [@loris-s-sonarsource](https://redirect.github.com/loris-s-sonarsource) in [https://github.com/OWASP/owasp-java-encoder/pull/58](https://redirect.github.com/OWASP/owasp-java-encoder/pull/58) - Bump spring-core from 5.1.3.RELEASE to 5.3.19 in /jsp by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/OWASP/owasp-java-encoder/pull/59](https://redirect.github.com/OWASP/owasp-java-encoder/pull/59) - General Maintenance by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/61](https://redirect.github.com/OWASP/owasp-java-encoder/pull/61) - Improve Encode.forHtmlAttribute docs by [@meeque](https://redirect.github.com/meeque) in [https://github.com/OWASP/owasp-java-encoder/pull/72](https://redirect.github.com/OWASP/owasp-java-encoder/pull/72) - fix: update esapi thunk by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/76](https://redirect.github.com/OWASP/owasp-java-encoder/pull/76) - feat: multi-release jars - add module name by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/77](https://redirect.github.com/OWASP/owasp-java-encoder/pull/77) - feat: support jakarta jsp by [@jeremylong](https://redirect.github.com/jeremylong) in [https://github.com/OWASP/owasp-java-encoder/pull/75](https://redirect.github.com/OWASP/owasp-java-encoder/pull/75) ##### New Contributors - [@casid](https://redirect.github.com/casid) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/45](https://redirect.github.com/OWASP/owasp-java-encoder/pull/45) - [@seanf](https://redirect.github.com/seanf) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/55](https://redirect.github.com/OWASP/owasp-java-encoder/pull/55) - [@loris-s-sonarsource](https://redirect.github.com/loris-s-sonarsource) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/58](https://redirect.github.com/OWASP/owasp-java-encoder/pull/58) - [@dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/59](https://redirect.github.com/OWASP/owasp-java-encoder/pull/59) - [@meeque](https://redirect.github.com/meeque) made their first contribution in [https://github.com/OWASP/owasp-java-encoder/pull/72](https://redirect.github.com/OWASP/owasp-java-encoder/pull/72) **Full Changelog**: https://github.com/OWASP/owasp-java-encoder/compare/v1.2.3...v1.3.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.