|
428 | 428 | <id>Sparky</id> |
429 | 429 | <url>https://nexus.sparky.ac/repository/Sparky/</url> |
430 | 430 | </repository>--> |
431 | | - <!-- 502 Bad Gateway |
432 | 431 | <repository> |
433 | 432 | <id>songoda</id> |
434 | | - <url>https://repo.songoda.com/repository/public/</url> |
435 | | - </repository>--> |
| 433 | + <url>https://repo.craftaro.com/repository/public/</url> |
| 434 | + </repository> |
436 | 435 | <!--MineDown --> |
437 | 436 | <repository> |
438 | 437 | <id>minebench-repo</id> |
|
546 | 545 | <dependency> |
547 | 546 | <groupId>org.jetbrains</groupId> |
548 | 547 | <artifactId>annotations</artifactId> |
549 | | - <version>23.1.0</version> |
| 548 | + <version>24.0.1</version> |
550 | 549 | <scope>provided</scope> |
551 | 550 | </dependency> |
552 | 551 | <dependency> |
|
584 | 583 | <dependency> |
585 | 584 | <groupId>org.junit.jupiter</groupId> |
586 | 585 | <artifactId>junit-jupiter</artifactId> |
587 | | - <version>5.8.2</version> |
| 586 | + <version>5.9.2</version> |
588 | 587 | <scope>test</scope> |
589 | 588 | </dependency> |
590 | 589 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api --> |
591 | 590 | <dependency> |
592 | 591 | <groupId>org.junit.jupiter</groupId> |
593 | 592 | <artifactId>junit-jupiter-api</artifactId> |
594 | | - <version>5.9.1</version> |
| 593 | + <version>5.9.2</version> |
595 | 594 | <scope>test</scope> |
596 | 595 | </dependency> |
597 | | - <!-- Documentation of MockBukkit: https://github.com/seeseemelk/MockBukkit --> |
| 596 | + <!-- Documentation of MockBukkit: https://github.com/MockBukkit/MockBukkit --> |
598 | 597 | <dependency> |
599 | 598 | <groupId>com.github.seeseemelk</groupId> |
600 | 599 | <artifactId>MockBukkit-v1.19</artifactId> |
601 | | - <version>2.141.0</version> |
| 600 | + <version>3.1.0</version> |
602 | 601 | <scope>test</scope> |
603 | 602 | <exclusions> |
604 | 603 | <exclusion> |
|
615 | 614 | <dependency> |
616 | 615 | <groupId>org.xerial</groupId> |
617 | 616 | <artifactId>sqlite-jdbc</artifactId> |
618 | | - <version>3.40.0.0</version> |
| 617 | + <version>3.40.1.0</version> |
619 | 618 | <scope>test</scope> |
620 | 619 | </dependency> |
621 | 620 | <!-- Database lib for testing--> |
622 | 621 | <dependency> |
623 | 622 | <groupId>mysql</groupId> |
624 | 623 | <artifactId>mysql-connector-java</artifactId> |
625 | | - <version>[8.0.16,)</version> |
| 624 | + <version>8.0.33</version> |
626 | 625 | <scope>test</scope> |
627 | 626 | </dependency> |
628 | 627 | <dependency> |
|
751 | 750 | </dependency> |
752 | 751 | <dependency> |
753 | 752 | <groupId>com.rollbar</groupId> |
754 | | - <version>1.9.0</version> |
| 753 | + <version>1.10.0</version> |
755 | 754 | <artifactId>rollbar-java</artifactId> |
756 | 755 | </dependency> |
757 | 756 | <dependency> |
|
0 commit comments