Skip to content

Commit 3ec26c1

Browse files
author
nicol
committed
pom upddates
1 parent 8bbc336 commit 3ec26c1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<flatlaf.version>3.7.2</flatlaf.version>
6262
<qwartz.version>2.5.2</qwartz.version>
6363
<rome.version>2.1.0</rome.version>
64-
<log4j.version>2.25.4</log4j.version>
64+
<log4j.version>2.26.1</log4j.version>
6565
<poi.version>5.5.1</poi.version>
6666
<slf4j.version>2.1.0-alpha1</slf4j.version>
6767
<rhino.version>1.9.1</rhino.version>
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>com.github.nicho92</groupId>
197197
<artifactId>cardnexus-api-java</artifactId>
198-
<version>1.4.27</version>
198+
<version>1.4.28</version>
199199
</dependency>
200200
<dependency>
201201
<groupId>com.github.nicho92</groupId>
@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>com.github.wumpz.swingx</groupId>
207207
<artifactId>swingx-all</artifactId>
208-
<version>2.1</version>
208+
<version>2.2</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>org.telegram</groupId>

src/main/java/org/magic/services/tools/CardNexusTools.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ public static void initConfig()
1616

1717
NexusConfig.setDefaultGameValue("mtg");
1818
NexusConfig.setToken(AccountsManager.inst().getAuthenticator(new CardNexusPricer()).get("CARDNEXUS_API_KEY"));
19-
NexusConfig.setDirectoryFeed(MTGConstants.DATA_DIR);
19+
NexusConfig.setTempDirectory(MTGConstants.DATA_DIR);
20+
NexusConfig.setFeedRententionDurationDays(1);
2021
NexusConfig.setListener(new URLCallListener() {
2122

2223
@Override

0 commit comments

Comments
 (0)