Skip to content

Commit 722c1ed

Browse files
Bump to 9.0.38
1 parent 1cfd034 commit 722c1ed

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

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

0 commit comments

Comments
 (0)