File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88/plugin.xml
99/target
1010/web-app
11- /bin
11+ /bin
12+ .idea
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Atualizando a versão do Plugin
99
1010``` groovy
1111class 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```
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616class 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'
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments