Skip to content

Commit

Permalink
chore(maven): bump org.openjfx:javafx-graphics from 21.0.1 to 21.0.2 (#…
Browse files Browse the repository at this point in the history
…415)

* chore(maven): bump org.openjfx:javafx-graphics from 21.0.1 to 21.0.2

Bumps org.openjfx:javafx-graphics from 21.0.1 to 21.0.2.

---
updated-dependencies:
- dependency-name: org.openjfx:javafx-graphics
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: Added msbuild for windows build

* Update build.yml

* Update pom.xml

* Update pom.xml

* Update missing_symbols.c

* Update linter.yml

* Update build.yml

* Update linter.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <[email protected]>
  • Loading branch information
dependabot[bot] and SaptarshiSarkar12 authored Jan 17, 2024
1 parent 8ec2bf0 commit 76533f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
type: boolean

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
core.setFailed("Linting errors found! Please check workflow summary for details.")
core.setFailed("Linting errors found! Please check workflow summary for details.")
2 changes: 1 addition & 1 deletion GUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@
</properties>
</profile>
</profiles>
</project>
</project>
2 changes: 0 additions & 2 deletions config/missing_symbols.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <stdlib.h>

void Java_jdk_net_WindowsSocketOptions_getIpDontFragment0(){}
void Java_jdk_net_WindowsSocketOptions_setIpDontFragment0(){}
void TransmitFile(){}
void Java_com_sun_management_internal_OperatingSystemImpl_initialize0(){}
void _Java_com_sun_management_internal_OperatingSystemImpl_initialize0(){}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>21.0.1</version>
<version>21.0.2</version>
</dependency>
</dependencies>

Expand Down

1 comment on commit 76533f1

@vercel
Copy link

@vercel vercel bot commented on 76533f1 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.