Skip to content

Commit

Permalink
Merge pull request #1452 from Alfresco/fix/MNT-24501
Browse files Browse the repository at this point in the history
[MNT-24501] Upgrade dojo
  • Loading branch information
jottley committed Jul 5, 2024
1 parent 1ba3e8c commit c49500f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aikau/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Aikau incorporates code libraries not provided by Alfresco. All licenses are inc
| CodeMirror 5.20.2 | https://codemirror.net/ | MIT (https://codemirror.net/LICENSE) | No |
| Community Chart Components | https://github.com/webdetails/ccc | MPL 2.0 (https://github.com/webdetails/ccc/blob/master/LICENSE.txt) | No |
| dialog-polyfill | https://github.com/GoogleChrome/dialog-polyfill | BSD (https://github.com/GoogleChrome/dialog-polyfill/blob/master/LICENSE) | Yes |
| Dojo 1.10.4 | https://dojotoolkit.org/ | BSD (https://dojotoolkit.org/license.html) | No |
| Dojo 1.17.3 | https://dojotoolkit.org/ | BSD (https://dojotoolkit.org/license.html) | No |
| Enum | https://github.com/adrai/enum | MIT (https://github.com/adrai/enum/blob/master/licence) | No |
| ES6 Promise | https://github.com/stefanpenner/es6-promise | MIT (https://github.com/stefanpenner/es6-promise/blob/master/LICENSE) | Yes |
| JQuery 1.12.4 | https://jquery.com/ | Apache 2.0 (https://js.foundation/pdf/ip-policy.pdf) | No |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<dependency.surf.version>9.0</dependency.surf.version>
<dependency.dojo.version>1.10.4</dependency.dojo.version>
<dependency.dojo.version>1.17.3</dependency.dojo.version>
<dependency.jquery.version>1.12.4</dependency.jquery.version>
<dependency.jquery-ui.version>1.12.1</dependency.jquery-ui.version>
</properties>
Expand Down

0 comments on commit c49500f

Please sign in to comment.