Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/maven/com.akathist.maven.plugin…
Browse files Browse the repository at this point in the history
…s.launch4j-launch4j-maven-plugin-2.4.1
  • Loading branch information
Fi0x authored Jun 20, 2023
2 parents 22a164a + 5dfab6f commit 7730bef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ⚠️ WARNING - Don't use the tool until 3.0.0.0 is released ⚠️
# ⚠️ WARNING - Development of this tool is discontinued ⚠️
**The tool uses outdated data-collection-mechanics that currently won't work!**
There are some issues during its initialization phase, which can cause the **inara-website to get blocked for a while.**

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>13</source>
<target>13</target>
Expand Down Expand Up @@ -139,12 +139,12 @@
<dependency>
<groupId>io.github.Fi0x</groupId>
<artifactId>JavaLogger</artifactId>
<version>1.1.11</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>19.0.2.1</version>
<version>20.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand All @@ -169,7 +169,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.40.1.0</version>
<version>3.42.0.0</version>
</dependency>
<dependency>
<groupId>org.zeromq</groupId>
Expand All @@ -187,4 +187,4 @@
<version>1.5.1</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 7730bef

Please sign in to comment.