Skip to content

Commit

Permalink
Update to JavaFX 21.01 (JabRef#10627)
Browse files Browse the repository at this point in the history
update controlsfx
  • Loading branch information
Siedlerchr committed Nov 7, 2023
1 parent a2aa2c6 commit 2afd1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencyLocking {
}

javafx {
version = "20.0.2"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
}

Expand Down Expand Up @@ -179,7 +179,7 @@ dependencies {
exclude group: 'org.apache.logging.log4j'
}

implementation 'org.controlsfx:controlsfx:11.1.2'
implementation 'org.controlsfx:controlsfx:11.2.0'

implementation 'org.jsoup:jsoup:1.16.2'
implementation 'com.konghq:unirest-java:3.14.5'
Expand Down

0 comments on commit 2afd1f6

Please sign in to comment.