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/org.apache.maven.plugins-…
Browse files Browse the repository at this point in the history
…maven-compiler-plugin-3.11.0
  • Loading branch information
Fi0x committed Jun 20, 2023
2 parents a4408d4 + 5dfab6f commit 1848c86
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 @@ -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 @@ -164,12 +164,12 @@
<dependency>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.3.2</version>
<version>2.4.1</version>
</dependency>
<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 1848c86

Please sign in to comment.