Update to GAE 1.9.83

Closes gh-9273
This commit is contained in:
Josh Cummings 2020-12-09 09:27:01 -07:00
parent 8fb27d9329
commit 66ca1d93f2
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -2,7 +2,7 @@ apply plugin: 'war'
apply plugin: 'jetty' apply plugin: 'jetty'
apply plugin: 'appengine' apply plugin: 'appengine'
def gaeVersion="1.9.79" def gaeVersion="1.9.83"
buildscript { buildscript {
repositories { repositories {