This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
java/fr/funixgaming/funixbot/twitch/modules Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >funix-bot</artifactId >
77 <groupId >fr.funixgaming.funixbot</groupId >
8- <version >1.1.2 </version >
8+ <version >1.1.3 </version >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
1212
1313 <groupId >fr.funixgaming.funixbot.core</groupId >
1414 <artifactId >core</artifactId >
15- <version >1.1.2 </version >
15+ <version >1.1.3 </version >
1616
1717 <build >
1818 <plugins >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >funix-bot</artifactId >
88 <groupId >fr.funixgaming.funixbot</groupId >
9- <version >1.1.2 </version >
9+ <version >1.1.3 </version >
1010 </parent >
1111
1212 <modelVersion >4.0.0</modelVersion >
1313
1414 <groupId >fr.funixgaming.funixbot.twitch</groupId >
1515 <artifactId >funix-bot-twitch</artifactId >
16- <version >1.1.2 </version >
16+ <version >1.1.3 </version >
1717
1818 <dependencies >
1919 <dependency >
Original file line number Diff line number Diff line change 1111import fr .funixgaming .twitch .api .exceptions .TwitchApiException ;
1212import fr .funixgaming .twitch .api .reference .TmiTwitchApi ;
1313import fr .funixgaming .twitch .api .reference .entities .responses .twitch .User ;
14- import lombok .RequiredArgsConstructor ;
1514import lombok .extern .slf4j .Slf4j ;
1615import org .springframework .lang .Nullable ;
1716import org .springframework .scheduling .annotation .Async ;
Original file line number Diff line number Diff line change 1+ spring.task.scheduling.pool.size =10
2+ spring.application.name =FunixBotTwitch
3+
14feign.client.config.default.connectTimeout =5000
25feign.client.config.default.readTimeout =5000
36feign.client.config.default.loggerLevel =basic
Original file line number Diff line number Diff line change 88 <artifactId >funix-bot</artifactId >
99 <name >FunixBot</name >
1010 <packaging >pom</packaging >
11- <version >1.1.2 </version >
11+ <version >1.1.3 </version >
1212
1313 <parent >
1414 <artifactId >funix-api</artifactId >
6262
6363 <twitchApi .version>1.2.1</twitchApi .version>
6464
65- <funixbot .core.version>1.1.2 </funixbot .core.version>
65+ <funixbot .core.version>1.1.3 </funixbot .core.version>
6666
6767 <commons .io.version>2.11.0</commons .io.version>
6868
You can’t perform that action at this time.
0 commit comments