Skip to content

Commit

Permalink
Bump org.glassfish:jakarta.faces from 2.3.21 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps org.glassfish:jakarta.faces from 2.3.21 to 4.1.1.

---
updated-dependencies:
- dependency-name: org.glassfish:jakarta.faces
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 539db05 commit a5d7c65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<version>2.3.21</version>
<version>4.1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion primefaces-integration-tests-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<version>4.0.6</version>
<version>4.1.1</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion primefaces-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<mojarra.version>4.0.7</mojarra.version>
<mojarra.version>4.1.1</mojarra.version>
<myfaces.version>4.0.2</myfaces.version>
<resteasy.version>6.2.8.Final</resteasy.version>
<jetty.version>12.0.13</jetty.version>
Expand Down

0 comments on commit a5d7c65

Please sign in to comment.