Skip to content

Commit

Permalink
Merge pull request #11692 from grails/dependabot/gradle/4.0.x/javax.s…
Browse files Browse the repository at this point in the history
…ervlet-jstl-1.2

Bump jstl from 1.1.2 to 1.2
  • Loading branch information
puneetbehl committed Feb 8, 2021
2 parents 94f1b72 + 813cacd commit 35f50cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-test-suite-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

// Required for tag library support
testCompile 'taglibs:standard:1.1.2'
testCompile "javax.servlet:jstl:1.1.2"
testCompile "javax.servlet:jstl:1.2"

testCompile "org.grails:grails-web-testing-support:$testingSupportVersion", {
exclude module:'grails-plugin-codecs'
Expand Down

0 comments on commit 35f50cc

Please sign in to comment.