File tree Expand file tree Collapse file tree
src/main/java/org/magic/services/tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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 >
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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments