Skip to content

Commit c0207dc

Browse files
Merge pull request #5 from asaasdev/DNAB-3151
[DNAB-3151] feat: atualiza versão do tomcat
2 parents 515bc58 + 0f8a499 commit c0207dc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
/plugin.xml
99
/target
1010
/web-app
11-
/bin
11+
/bin
12+
.idea

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Atualizando a versão do Plugin
99

1010
```groovy
1111
class TomcatGrailsPlugin {
12-
def version = '9.0.108'
12+
def version = '9.0.112'
1313
def grailsVersion = '2.5 > *'
1414
// ...
1515
}
@@ -20,7 +20,7 @@ class TomcatGrailsPlugin {
2020
```groovy
2121
// ...
2222
dependencies {
23-
String tomcatVersion = '9.0.108'
23+
String tomcatVersion = '9.0.112'
2424
String tomcatLogVersion = '8.5.2'
2525
// ...
2626
```

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.108'
17+
def version = '9.0.112'
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.108'
21+
String tomcatVersion = '9.0.112'
2222
String tomcatLogVersion = '8.5.2'
2323

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

0 commit comments

Comments
 (0)