This repository was archived by the owner on Nov 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed
Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <name >QQBot</name >
8- <description >QQ Official Bot SDK</description >
9- <url >https://github.com/xiaoye-bot/qq-official-bot -sdk</url >
8+ <description >QQ Bot SDK</description >
9+ <url >https://github.com/xiaoye-bot/qqbot -sdk</url >
1010 <groupId >me.zhenxin</groupId >
1111 <artifactId >qqbot-parent</artifactId >
1212 <packaging >pom</packaging >
13- <version >1.0.5 </version >
13+ <version >1.1.0 </version >
1414 <modules >
1515 <module >qqbot-common</module >
1616 <module >qqbot-api</module >
5353 <maven .compiler.source>8</maven .compiler.source>
5454 <maven .compiler.target>8</maven .compiler.target>
5555 <okhttp .version>4.9.3</okhttp .version>
56- <fastjson .version>1.2.79 </fastjson .version>
57- <websocket .version>1.5.2 </websocket .version>
56+ <fastjson .version>1.2.80 </fastjson .version>
57+ <websocket .version>1.5.3 </websocket .version>
5858 </properties >
5959
6060 <dependencies >
6161 <!-- lombok -->
6262 <dependency >
6363 <groupId >org.projectlombok</groupId >
6464 <artifactId >lombok</artifactId >
65- <version >1.18.22 </version >
65+ <version >1.18.24 </version >
6666 <scope >provided</scope >
6767 </dependency >
6868 </dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >qqbot-parent</artifactId >
77 <groupId >me.zhenxin</groupId >
8- <version >1.0.5 </version >
8+ <version >1.1.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
2020 <dependency >
2121 <groupId >me.zhenxin</groupId >
2222 <artifactId >qqbot-common</artifactId >
23- <version >1.0.5 </version >
23+ <version >1.1.0 </version >
2424 </dependency >
2525 <!-- fastjson -->
2626 <dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >qqbot-parent</artifactId >
77 <groupId >me.zhenxin</groupId >
8- <version >1.0.5 </version >
8+ <version >1.1.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >qqbot-parent</artifactId >
77 <groupId >me.zhenxin</groupId >
8- <version >1.0.5 </version >
8+ <version >1.1.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
1414 <properties >
1515 <maven .compiler.source>8</maven .compiler.source>
1616 <maven .compiler.target>8</maven .compiler.target>
17- <logback .version>1.2.10 </logback .version>
17+ <logback .version>1.2.11 </logback .version>
1818 </properties >
1919
2020 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >qqbot-parent</artifactId >
77 <groupId >me.zhenxin</groupId >
8- <version >1.0.5 </version >
8+ <version >1.1.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
2020 <dependency >
2121 <groupId >me.zhenxin</groupId >
2222 <artifactId >qqbot-api</artifactId >
23- <version >1.0.5 </version >
23+ <version >1.1.0 </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >me.zhenxin</groupId >
2727 <artifactId >qqbot-websocket</artifactId >
28- <version >1.0.5 </version >
28+ <version >1.1.0 </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >me.zhenxin</groupId >
3232 <artifactId >qqbot-logging</artifactId >
33- <version >1.0.5 </version >
33+ <version >1.1.0 </version >
3434 </dependency >
3535 </dependencies >
3636
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >qqbot-parent</artifactId >
77 <groupId >me.zhenxin</groupId >
8- <version >1.0.5 </version >
8+ <version >1.1.0 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
2020 <dependency >
2121 <groupId >me.zhenxin</groupId >
2222 <artifactId >qqbot-common</artifactId >
23- <version >1.0.5 </version >
23+ <version >1.1.0 </version >
2424 </dependency >
2525 <!-- fastjson -->
2626 <dependency >
You can’t perform that action at this time.
0 commit comments