Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: jakarta.faces:jakarta.faces-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manovotn committed Jul 1, 2024
1 parent 714469b commit 32a8753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<properties>
<servlet.api.version>6.1.0-M2</servlet.api.version>
<jsf.api.version>4.1.0-M1</jsf.api.version>
<jsf.api.version>4.1.0</jsf.api.version>
<uel.version>5.0.0-M1</uel.version>

<wildfly.plugin.version>5.0.0.Final</wildfly.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<jakarta.el.version>6.0.0</jakarta.el.version>
<glassfish.jakarta.el.version>5.0.0-M1</glassfish.jakarta.el.version>
<jakarta.jms.api.version>3.1.0</jakarta.jms.api.version>
<jsf.api.version>4.0.1</jsf.api.version>
<jsf.api.version>4.1.0</jsf.api.version>
<jboss.logging.version>3.6.0.Final</jboss.logging.version>
<jboss.logging.processor.version>2.2.1.Final</jboss.logging.processor.version>
<jboss.logmanager.version>3.0.6.Final</jboss.logmanager.version>
Expand Down

0 comments on commit 32a8753

Please sign in to comment.