Skip to content

Commit

Permalink
#19192 : Back-porting code changes to dotCMS 5.3.8.6 LTS release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcastro-dotcms committed Aug 24, 2021
1 parent 59ce062 commit 0799641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dotCMS/dependencies.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile ('io.jsonwebtoken:jjwt:0.6.0'){
transitive = false
}
compile group: 'com.dotcms.lib', name: 'dot.webp-imageio-core', version:'0.1.4'
compile group: 'com.dotcms.lib', name: 'dot.webp-imageio-core', version:'0.1.5'
compile group: 'org.scijava', name: 'native-lib-loader', version: '2.3.2'
compile group: 'org.jetbrains', name: 'annotations', version: '16.0.1'
compile group: 'com.dotcms.lib', name: 'dot.asm', version:'3.1_2'
Expand Down Expand Up @@ -469,7 +469,7 @@ dependencies {
compile 'org.immutables:gson:2.3.3'

compile group: 'org.aspectj', name: 'aspectjrt', version:'1.8.10'
compile group: 'io.bit3', name: 'jsass', version: '5.7.1'
compile group: 'io.bit3', name: 'jsass', version: '5.10.3'

//XML Tool dependency
compile group: 'jaxen', name: 'jaxen', version: '1.1.6'
Expand Down
4 changes: 3 additions & 1 deletion hotfix_tracking.md
Expand Up @@ -212,4 +212,6 @@ This maintenance release includes the following code fixes:

104. https://github.com/dotCMS/core/issues/19651 : Allow TinyMCE props to be set system wide

105. https://github.com/dotCMS/core/issues/19215 : Add the option to show fields in a relationship field's overview
105. https://github.com/dotCMS/core/issues/19215 : Add the option to show fields in a relationship field's overview

106. https://github.com/dotCMS/core/issues/19192 : ARM support in dotCMS

0 comments on commit 0799641

Please sign in to comment.