Skip to content

Commit

Permalink
MOSIP-32454: Upgraded JavaFX version
Browse files Browse the repository at this point in the history
  • Loading branch information
HimajaDhanyamraju2 committed Jun 25, 2024
1 parent a4d442d commit 80d89ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!-- support jaxb in java11 -->
<javax.activation.version>1.2.0</javax.activation.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<openjfx.version>11.0.2</openjfx.version>
<openjfx.version>21.0.3</openjfx.version>

<sonar.coverage.exclusions>
**/dto/**,
Expand Down
2 changes: 1 addition & 1 deletion registration/registration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>21</maven.compiler.target>
<spring.version>5.0.6.RELEASE</spring.version>
<mosip.core.kernel.version>1.2.1-java21-SNAPSHOT</mosip.core.kernel.version>
<openjfx.version>11.0.2</openjfx.version>
<openjfx.version>21.0.3</openjfx.version>
<spring-cloud-config.version>2.0.4.RELEASE</spring-cloud-config.version>
</properties>

Expand Down

0 comments on commit 80d89ba

Please sign in to comment.