Skip to content

Commit

Permalink
Bump myfaces.version from 2.3-next-M8 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps `myfaces.version` from 2.3-next-M8 to 4.1.0.

Updates `org.apache.myfaces.core:myfaces-api` from 2.3-next-M8 to 4.1.0

Updates `org.apache.myfaces.core:myfaces-impl` from 2.3-next-M8 to 4.1.0

---
updated-dependencies:
- dependency-name: org.apache.myfaces.core:myfaces-api
  dependency-type: direct:production
- dependency-name: org.apache.myfaces.core:myfaces-impl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 232cb97 commit d0f8451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions primefaces-integration-tests-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion primefaces-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- dependency versions -->
<hibernate-validator.version>6.2.4.Final</hibernate-validator.version>
<lombok.version>1.18.36</lombok.version>
<myfaces.version>2.3.10</myfaces.version>
<myfaces.version>4.1.0</myfaces.version>
<myfaces-next.version>2.3-next-M8</myfaces-next.version>
<tomcat.version>9.0.98</tomcat.version>
<resteasy.version>5.0.9.Final</resteasy.version>
Expand Down
2 changes: 1 addition & 1 deletion primefaces-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<mojarra.version>4.0.9</mojarra.version>
<myfaces.version>4.0.2</myfaces.version>
<myfaces.version>4.1.0</myfaces.version>
<resteasy.version>6.2.8.Final</resteasy.version>
<jetty.version>12.0.16</jetty.version>
<weld.version>5.1.3.Final</weld.version>
Expand Down

0 comments on commit d0f8451

Please sign in to comment.