Skip to content

Commit

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

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

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

---
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 Nov 25, 2024
1 parent 1c07dda commit d9369da
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 @@ -337,13 +337,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>4.0.1</version>
<version>4.1.0-RC3</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-RC3</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 @@ -30,7 +30,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-RC3</myfaces.version>
<myfaces-next.version>2.3-next-M8</myfaces-next.version>
<tomcat.version>9.0.97</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-RC3</myfaces.version>
<resteasy.version>6.2.8.Final</resteasy.version>
<jetty.version>12.0.15</jetty.version>
<weld.version>5.1.3.Final</weld.version>
Expand Down

0 comments on commit d9369da

Please sign in to comment.