Skip to content

Commit

Permalink
Bump jakarta.el:jakarta.el-api from 6.0.0-RC1 to 6.0.1
Browse files Browse the repository at this point in the history
Bumps [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) from 6.0.0-RC1 to 6.0.1.
- [Release notes](https://github.com/eclipse-ee4j/el-ri/releases)
- [Commits](https://github.com/eclipse-ee4j/el-ri/commits)

---
updated-dependencies:
- dependency-name: jakarta.el:jakarta.el-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 8c5b519 commit f713133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion el-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>EL TCK</description>

<properties>
<jakarta.el-api.version>6.0.0</jakarta.el-api.version>
<jakarta.el-api.version>6.0.1</jakarta.el-api.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion glassfish-runner/cdi-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>6.0.0</version>
<version>6.0.1</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<jakarta.annotation-api.version>3.0.0-M1</jakarta.annotation-api.version>
<jakarta.el-api.version>6.0.0-RC1</jakarta.el-api.version>
<jakarta.el-api.version>6.0.1</jakarta.el-api.version>
<jakarta.mail-api.version>2.1.3</jakarta.mail-api.version>
<jakarta.servlet-api.version>6.1.0-M2</jakarta.servlet-api.version>
<jms-api.version>3.1.0</jms-api.version>
Expand Down

0 comments on commit f713133

Please sign in to comment.