Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jan 5, 2025
2 parents da63f18 + 948e77f commit 1abeea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -838,13 +838,13 @@
<!-- http://logback.qos.ch/news.html -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.14</version>
<version>1.3.15</version>
</dependency>
<dependency>
<!-- use logback for logging -->
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.14</version>
<version>1.3.15</version>
</dependency>
<dependency>
<!-- https://github.com/jfree/jfreechart/releases -->
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/nikr/eve/jeveasset/LibraryManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ public static synchronized Set<String> getLibFiles() {
files.add("slf4j-api-2.0.16.jar");
files.add("jul-to-slf4j-2.0.16.jar");
files.add("jcl-over-slf4j-2.0.16.jar");
files.add("logback-core-1.3.14.jar");
files.add("logback-core-1.3.15.jar");
files.add("log4j-over-slf4j-2.0.16.jar");
files.add("logback-classic-1.3.14.jar");
files.add("logback-classic-1.3.15.jar");
//Native Mac GUI integration
files.add("jsvg-1.4.0.jar");
files.add("flatlaf-extras-3.4.1.jar");
Expand Down

0 comments on commit 1abeea5

Please sign in to comment.