Skip to content

Commit

Permalink
Bump jakarta.faces:jakarta.faces-api from 4.1.0 to 4.1.2
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.1.0 to 4.1.2.
- [Release notes](https://github.com/eclipse-ee4j/faces-api/releases)
- [Commits](jakartaee/faces@4.1.0-RELEASE...4.1.2-RELEASE)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and manovotn committed Nov 12, 2024
1 parent 9362692 commit c9bdd36
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</servlet.api.version>
<jsf.api.version>4.1.0</jsf.api.version>
<jsf.api.version>4.1.2</jsf.api.version>
<uel.version>5.0.0-M1</uel.version>

<wildfly.plugin.version>5.0.1.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 @@ -71,7 +71,7 @@
<jakarta.el.version>6.0.1</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.1.0</jsf.api.version>
<jsf.api.version>4.1.2</jsf.api.version>
<jboss.logging.version>3.6.1.Final</jboss.logging.version>
<jboss.logging.processor.version>3.0.1.Final</jboss.logging.processor.version>
<jboss.logmanager.version>3.0.6.Final</jboss.logmanager.version>
Expand Down

0 comments on commit c9bdd36

Please sign in to comment.