diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d57745..2b32d53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### 🔐 Security + +Resolve an [Uncontrolled Resource Consumption](https://security.snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097493) vulnerability disclosed on 12/4/2023 by upgrading `logback-core` to `1.3.14`. [See vulnerability details](https://security.snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-6097493). + ### ⭐ Added New `ORMQueryExecute()` alias for the `ORMExecuteQuery`. This new alias behaves identically to the `ORMExecuteQuery()` method, but is named consistently with the `queryExecute()` method. diff --git a/pom.xml b/pom.xml index 178c8383..0870f2aa 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ lucee-core-version: ${minLuceeVersion} ch.qos.logback logback-classic - 1.3.8 + 1.3.14