Skip to content

Commit

Permalink
#27894 include in 23.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Apr 3, 2024
1 parent 264995d commit ab69d53
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<version>42.7.2</version>
<exclusions>
<exclusion>
<groupId>org.checkerframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dotCMS/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ dependencies {
testImplementation (group: 'org.mockito', name: 'mockito-core', version: '2.28.2'){}
testImplementation (group: 'org.objenesis', name: 'objenesis', version: '2.5.1'){}
implementation (group: 'org.ow2.asm', name: 'asm', version: '5.0.4'){}
compileOnly (group: 'org.postgresql', name: 'postgresql', version: '42.5.1') {
compileOnly (group: 'org.postgresql', name: 'postgresql', version: '42.7.2') {
exclude group: 'org.checkerframework', module: 'checker-qual'
}
testImplementation (group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'){}
Expand Down
3 changes: 2 additions & 1 deletion dotCMS/hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ This maintenance release includes the following code fixes:
77. https://github.com/dotCMS/core/issues/27187 : remove unneeded DB hit from edit content screen #27187
78. https://github.com/dotCMS/core/issues/27384 : Update local.dotcms.site SSL cert for 2024 #27384
79. https://github.com/dotCMS/core/issues/26004 : Image field doesn't export as a header in CSV #26004
80. https://github.com/dotCMS/core/issues/23195 : Site Browser: Slow loading folder with many items #23195
80. https://github.com/dotCMS/core/issues/23195 : Site Browser: Slow loading folder with many items #23195
81. https://github.com/dotCMS/core/issues/27894 : Security: Critical Vulnerability in Postgres JDBC Driver #27894
2 changes: 1 addition & 1 deletion dotcms-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<version>42.7.2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit ab69d53

Please sign in to comment.