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

Former-commit-id: 7d0cc3cf0a
pull/3/head
Jens Pelzetter 2020-06-24 16:21:40 +02:00
parent 2769650309
commit 0397bf3fb7
2 changed files with 2 additions and 3 deletions

View File

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

View File

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