Skip to content

Commit

Permalink
Fix some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Dec 6, 2022
1 parent d8f582c commit 626d767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {

mavenLocal()
mavenCentral()
maven { url "https://maven.restlet.com" }
maven { url "https://maven.restlet.talend.com" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://dev.saxonica.com/maven" }
}
Expand Down Expand Up @@ -83,7 +83,7 @@ dependencies {
[group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4'],
[group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'],
[group: 'org.xmlresolver', name: 'xmlresolver', version: xmlresolverVersion],
[group: 'com.atlassian.commonmark', name: 'commonmark', version: '0.17.0']
[group: 'org.commonmark', name: 'commonmark', version: '0.21.0']
)

runtimeOnly (
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ saxonGroup=net.sf.saxon
saxonName=Saxon-HE
saxonVersion=11.4

xmlresolverVersion=4.5.2
xmlresolverVersion=4.6.0

docsBaseURI=https://ndw.github.io/xmlcalabash1-docs/download/

Expand Down

0 comments on commit 626d767

Please sign in to comment.