Skip to content

Commit

Permalink
build(deps): bump org.glassfish:jakarta.el from 3.0.4 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [org.glassfish:jakarta.el](https://github.com/eclipse-ee4j/el-ri) from 3.0.4 to 4.0.2.
- [Release notes](https://github.com/eclipse-ee4j/el-ri/releases)
- [Commits](https://github.com/eclipse-ee4j/el-ri/commits)

---
updated-dependencies:
- dependency-name: org.glassfish:jakarta.el
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent a78fa96 commit a31af16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interlok-core-apt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testImplementation("junit:junit:4.13.2")
testImplementation("org.hibernate.validator:hibernate-validator:6.1.7.Final")
testImplementation("org.glassfish:jakarta.el:3.0.4")
testImplementation("org.glassfish:jakarta.el:4.0.2")
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
// Transitive from jetty.
// api ("jakarta.transaction:jakarta.transaction-api:1.3.3")
api ("org.hibernate.validator:hibernate-validator:6.1.7.Final")
api ("org.glassfish:jakarta.el:3.0.4")
api ("org.glassfish:jakarta.el:4.0.2")
api ("commons-io:commons-io:2.11.0")
api ("org.apache.commons:commons-lang3:3.12.0")
api ("commons-net:commons-net:3.9.0")
Expand Down

0 comments on commit a31af16

Please sign in to comment.