From cf9bb56b8d1b7e1e17ecbb98ab4b0017cc0fc47c Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Wed, 26 Oct 2022 11:55:39 -0500 Subject: [PATCH] Release v1.5.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b512fc..63f4ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.5.2](https://github.com/auth0/auth0-spring-security-api/tree/v1.5.2) (2022-10-26) +[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.5.1...v1.5.2) + +**Security** +- Update dependencies to address CVE-2022-42003 [\#74](https://github.com/auth0/auth0-spring-security-api/pull/74) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.5.1](https://github.com/auth0/auth0-spring-security-api/tree/1.5.1) (2022-03-30) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.5.0...1.5.1)