Skip to content

Commit 6411fb9

Browse files
committed
updated dependencies
1 parent 57262ee commit 6411fb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repositories {
3232
dependencies {
3333
implementation 'org.citygml4j:citygml4j-xml:3.2.1-SNAPSHOT'
3434
implementation 'org.citygml4j:citygml4j-cityjson:3.2.1-SNAPSHOT'
35-
implementation 'info.picocli:picocli:4.7.5'
36-
implementation 'org.geotools:gt-epsg-extension:30.2'
37-
implementation 'org.geotools:gt-epsg-hsql:30.2'
38-
implementation 'org.geotools:gt-referencing:30.2'
39-
implementation 'org.apache.commons:commons-imaging:1.0-alpha3'
40-
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.6.0'
41-
runtimeOnly 'net.sf.saxon:Saxon-HE:12.4'
35+
implementation 'info.picocli:picocli:4.7.6'
36+
implementation 'org.geotools:gt-epsg-extension:31.2'
37+
implementation 'org.geotools:gt-epsg-hsql:31.2'
38+
implementation 'org.geotools:gt-referencing:31.2'
39+
implementation 'org.apache.commons:commons-imaging:1.0.0-alpha5'
40+
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:7.0.0'
41+
runtimeOnly 'net.sf.saxon:Saxon-HE:12.5'
4242
}
4343

4444
jar {

0 commit comments

Comments
 (0)