1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-04 08:48:16 +08:00

6 Commits

Author SHA1 Message Date
Carm 17025b80c8 Update README.md 2021-12-02 00:02:20 +08:00
Carm 269ebcebc2 Delete FUNDING.yml 2021-11-23 05:01:05 +08:00
Carm 379f43072d Update FUNDING.yml 2021-11-23 05:00:06 +08:00
Carm 713f13ada1 Create FUNDING.yml 2021-11-23 04:59:31 +08:00
Carm d97cb2e3fa Merge pull request #1 from CarmJos/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1
2021-11-23 04:51:39 +08:00
dependabot[bot] 912e816722 Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 20:51:08 +00:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -12,6 +12,10 @@ cn2b2t服务器基础插件代码集合。
在2019年因运营结构改变,cn2b2t被迫关服,并开放相关代码。 在2019年因运营结构改变,cn2b2t被迫关服,并开放相关代码。
## 关于存档
本服存档仍现存一份,已交由一位cn2b2t玩家保管,见 [写给一位cn2b2t玩家的信](https://pages.carm.cc/letter/cn2b2t.html) 。
## 相关视频 ## 相关视频
### 来自开发者 ### 来自开发者
+1 -1
View File
@@ -106,7 +106,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.13</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>