Updated net.sf.saxon.Saxon-HE to 10.1

ccm-docs
Jens Pelzetter 2020-06-24 16:21:40 +02:00
parent 1746e81e11
commit 2ab56bc847
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@
*/
package com.arsdigita.cms.ui.type;
import com.ibm.icu.impl.IllegalIcuArgumentException;
import org.libreccm.workflow.Workflow;
import org.librecms.contentsection.ContentSection;
import org.librecms.contentsection.ContentSectionManager;
@ -90,7 +89,7 @@ class ContentTypeAdminPaneController {
ofSection.getObjectId()
)
.orElseThrow(
() -> new IllegalIcuArgumentException(
() -> new IllegalArgumentException(
String.format(
"No ContentSection with ID %d found.",
ofSection.getObjectId()

View File

@ -646,7 +646,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.9.1-2</version>
<version>10.1</version>
</dependency>
<dependency>