Skip to content

Commit

Permalink
updated citygml4j to 3.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Dec 15, 2023
1 parent 3726c46 commit 4ad2c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
languageVersion = JavaLanguageVersion.of(17)
}
}

Expand All @@ -30,15 +30,15 @@ repositories {
}

dependencies {
implementation 'org.citygml4j:citygml4j-xml:3.1.1-SNAPSHOT'
implementation 'org.citygml4j:citygml4j-cityjson:3.1.1-SNAPSHOT'
implementation 'org.citygml4j:citygml4j-xml:3.2.0-SNAPSHOT'
implementation 'org.citygml4j:citygml4j-cityjson:3.2.0-SNAPSHOT'
implementation 'info.picocli:picocli:4.7.5'
implementation 'org.geotools:gt-epsg-extension:30.0'
implementation 'org.geotools:gt-epsg-hsql:30.0'
implementation 'org.geotools:gt-referencing:30.0'
implementation 'org.apache.commons:commons-imaging:1.0-alpha3'
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.5.1'
runtimeOnly 'net.sf.saxon:Saxon-HE:12.3'
runtimeOnly 'net.sf.saxon:Saxon-HE:12.4'
}

jar {
Expand Down

0 comments on commit 4ad2c2f

Please sign in to comment.