Skip to content

Commit

Permalink
#27894 include in 22.03.15
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Apr 5, 2024
1 parent b79ad20 commit 6fa8cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotCMS/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ dependencies {
transitive = false
}
//https://mvnrepository.com/artifact/org.postgresql/postgresql
providedCompile (group: 'org.postgresql', name: 'postgresql', version: '42.2.8') {
providedCompile (group: 'org.postgresql', name: 'postgresql', version: '42.7.2') {
transitive = false
}

Expand Down
4 changes: 3 additions & 1 deletion hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,6 @@ This maintenance release includes the following code fixes:
199. https://github.com/dotCMS/core/issues/22372 : Users can create fields with reserved var names #22372
200. https://github.com/dotCMS/core/issues/26796 : Reserved names fields should be compared in a case-insensitive manner to avoid errors and inconsistencies. #26796

**Release-22.03.15**
**Release-22.03.15**

201. https://github.com/dotCMS/core/issues/27894 : Security: Critical Vulnerability in Postgres JDBC Driver #27894

0 comments on commit 6fa8cd0

Please sign in to comment.