Skip to content

Commit

Permalink
Merge pull request #1384 from grails/dependabot/gradle/7.0.x/org.glas…
Browse files Browse the repository at this point in the history
…sfish-javax.el-3.0.1-b12

Bump javax.el from 3.0.1-b11 to 3.0.1-b12
  • Loading branch information
puneetbehl authored Oct 25, 2020
2 parents 14a2443 + 01fbb33 commit c7fd4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-datastore-gorm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {

compile "org.slf4j:slf4j-api:$slf4jVersion"
compile ("javax.el:javax.el-api:$elVersion")
runtime('org.glassfish:javax.el:3.0.1-b11')
runtime('org.glassfish:javax.el:3.0.1-b12')

compileOnly("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
compileOnly "org.springframework:spring-jdbc:$springVersion"
Expand Down

0 comments on commit c7fd4f8

Please sign in to comment.