Skip to content

Commit 515bc58

Browse files
Merge pull request #3 from asaasdev/DNAB-2641_1
[DNAB-2641] Atualização da versão do Tomcat para 9.0.108
2 parents 87c3458 + 6525415 commit 515bc58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TomcatGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
class TomcatGrailsPlugin {
17-
def version = '9.0.97'
17+
def version = '9.0.108'
1818
def grailsVersion = '2.5 > *'
1919
def scopes = [excludes: 'war']
2020
def title = 'Apache Tomcat plugin'

grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ grails.project.dependency.resolution = {
1818
}
1919

2020
dependencies {
21-
String tomcatVersion = '9.0.97'
21+
String tomcatVersion = '9.0.108'
2222
String tomcatLogVersion = '8.5.2'
2323

2424
compile "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"

0 commit comments

Comments
 (0)