Skip to content

Commit

Permalink
Merge branch 'main' into arm64-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Sep 22, 2023
2 parents d5e1b90 + 22994b2 commit 797597b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<apache.commons.lang3.version>3.9</apache.commons.lang3.version>
<openjfx.version>17.0.2</openjfx.version>
<openjfx.version>21</openjfx.version>
<jfoenix.version>9.0.4</jfoenix.version>
<commons-io.version>2.7</commons-io.version>
<commons-codec.version>1.14</commons-codec.version>
Expand All @@ -20,9 +20,9 @@
<assertj.version>3.19.0</assertj.version>
<concurrent-junit.version>1.0.2</concurrent-junit.version>
<gson.version>2.8.6</gson.version>
<logback.version>1.2.3</logback.version>
<zip4j.version>2.7.0</zip4j.version>
<jetty.version>11.0.2</jetty.version>
<logback.version>1.2.9</logback.version>
<zip4j.version>2.10.0</zip4j.version>
<jetty.version>11.0.14</jetty.version>
</properties>

<repositories>
Expand Down Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>net.lingala.zip4j</groupId>
Expand Down Expand Up @@ -247,7 +247,7 @@
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.5</version>
<version>0.0.8</version>
<configuration>
<options>
<option>--add-opens</option>
Expand Down
Binary file modified src/main/resources/org/ton/binaries/ton-mac-arm64.zip
Binary file not shown.

0 comments on commit 797597b

Please sign in to comment.