Skip to content

Commit

Permalink
#25775 include in 23.01.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Aug 14, 2023
1 parent 4544e04 commit 0515a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dotCMS/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ dependencies {
implementation 'com.jayway.jsonpath:json-path:2.4.0'
implementation 'com.sun.activation:javax.activation:1.2.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
implementation 'com.sun.xml.ws:jaxws-ri:2.3.2'

//https://mvnrepository.com/artifact/org.postgresql/postgresql
compileOnly (group: 'org.postgresql', name: 'postgresql', version: '42.5.1') {
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ This maintenance release includes the following code fixes:
75. https://github.com/dotCMS/core/issues/25121 : Pages - Block Editor - NPE #25121
76. https://github.com/dotCMS/core/issues/23948 : Stop redirecting all BE page traffic to edit mode #23948
77. https://github.com/dotCMS/core/issues/25720 : Adding insert order to sql query #25723
78. https://github.com/dotCMS/core/issues/25775 : OPTIONS requests to /api/\* return HTTP 500, causing CORS failures #25775

0 comments on commit 0515a7c

Please sign in to comment.