Skip to content

Commit

Permalink
Upgrade to GeoTools 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 20, 2021
1 parent 05a723d commit 8850e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ext {
dependencies {
def slf4jVersion = '1.7.30'
def metricsVersion = '4.1.17'
def geotoolsVersion = '23.4'
def geotoolsVersion = '24.2'
def logbackVersion = '1.2.3'

compile(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,7 @@ public void declareRoles(final String... roleNames) {
public String getVirtualServerName() {
return null;
}

@Override
public void setResponseCharacterEncoding(final String enc) {}
}

0 comments on commit 8850e48

Please sign in to comment.