Skip to content

Commit e28f3f0

Browse files
authored
build: JavaFX 19 -> 19.0.2.1 (#1223)
1 parent b9d006b commit e28f3f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy_SNAPSHOT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2525

2626
- name: Cache maven deps
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
path: ~/.m2/repository
3030
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -42,4 +42,4 @@ jobs:
4242
env:
4343
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4444
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
45-
MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
45+
MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<maven.templating.version>1.0.0</maven.templating.version>
9090

9191
<!-- dependencies -->
92-
<jfx.version>19</jfx.version>
92+
<jfx.version>19.0.2.1</jfx.version>
9393
<kotlin.version>1.8.0</kotlin.version>
9494
<attach.version>4.0.16</attach.version>
9595
<jackson.version>2.14.1</jackson.version>

0 commit comments

Comments
 (0)