Skip to content

Commit 450adc7

Browse files
Update libraries and re-enable songoda repo
1 parent a738e58 commit 450adc7

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,10 @@
428428
<id>Sparky</id>
429429
<url>https://nexus.sparky.ac/repository/Sparky/</url>
430430
</repository>-->
431-
<!-- 502 Bad Gateway
432431
<repository>
433432
<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>
436435
<!--MineDown -->
437436
<repository>
438437
<id>minebench-repo</id>
@@ -546,7 +545,7 @@
546545
<dependency>
547546
<groupId>org.jetbrains</groupId>
548547
<artifactId>annotations</artifactId>
549-
<version>23.1.0</version>
548+
<version>24.0.1</version>
550549
<scope>provided</scope>
551550
</dependency>
552551
<dependency>
@@ -584,21 +583,21 @@
584583
<dependency>
585584
<groupId>org.junit.jupiter</groupId>
586585
<artifactId>junit-jupiter</artifactId>
587-
<version>5.8.2</version>
586+
<version>5.9.2</version>
588587
<scope>test</scope>
589588
</dependency>
590589
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
591590
<dependency>
592591
<groupId>org.junit.jupiter</groupId>
593592
<artifactId>junit-jupiter-api</artifactId>
594-
<version>5.9.1</version>
593+
<version>5.9.2</version>
595594
<scope>test</scope>
596595
</dependency>
597-
<!-- Documentation of MockBukkit: https://github.com/seeseemelk/MockBukkit -->
596+
<!-- Documentation of MockBukkit: https://github.com/MockBukkit/MockBukkit -->
598597
<dependency>
599598
<groupId>com.github.seeseemelk</groupId>
600599
<artifactId>MockBukkit-v1.19</artifactId>
601-
<version>2.141.0</version>
600+
<version>3.1.0</version>
602601
<scope>test</scope>
603602
<exclusions>
604603
<exclusion>
@@ -615,14 +614,14 @@
615614
<dependency>
616615
<groupId>org.xerial</groupId>
617616
<artifactId>sqlite-jdbc</artifactId>
618-
<version>3.40.0.0</version>
617+
<version>3.40.1.0</version>
619618
<scope>test</scope>
620619
</dependency>
621620
<!-- Database lib for testing-->
622621
<dependency>
623622
<groupId>mysql</groupId>
624623
<artifactId>mysql-connector-java</artifactId>
625-
<version>[8.0.16,)</version>
624+
<version>8.0.33</version>
626625
<scope>test</scope>
627626
</dependency>
628627
<dependency>
@@ -751,7 +750,7 @@
751750
</dependency>
752751
<dependency>
753752
<groupId>com.rollbar</groupId>
754-
<version>1.9.0</version>
753+
<version>1.10.0</version>
755754
<artifactId>rollbar-java</artifactId>
756755
</dependency>
757756
<dependency>

0 commit comments

Comments
 (0)