|
6 | 6 |
|
7 | 7 | <groupId>com.jubyte.citybuild</groupId> |
8 | 8 | <artifactId>CityBuildV2</artifactId> |
9 | | - <version>2.16.5-RELEASE</version> |
| 9 | + <version>2.16.6-RELEASE</version> |
10 | 10 |
|
11 | 11 | <properties> |
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
84 | 84 | </repository> |
85 | 85 | <!--PlotSquared--> |
86 | 86 | <repository> |
87 | | - <id>IntellectualSites</id> |
88 | | - <url>https://mvn.intellectualsites.com/content/groups/public/</url> |
| 87 | + <id>papermc</id> |
| 88 | + <url>https://repo.papermc.io/repository/maven-public/</url> |
89 | 89 | </repository> |
90 | 90 | <!--Spigot--> |
91 | 91 | <repository> |
|
113 | 113 | </repository> |
114 | 114 | </repositories> |
115 | 115 |
|
| 116 | + <dependencyManagement> |
| 117 | + <dependencies> |
| 118 | + <dependency> |
| 119 | + <groupId>com.intellectualsites.bom</groupId> |
| 120 | + <artifactId>bom-newest</artifactId> |
| 121 | + <version>1.55</version> |
| 122 | + <scope>import</scope> |
| 123 | + <type>pom</type> |
| 124 | + </dependency> |
| 125 | + </dependencies> |
| 126 | + </dependencyManagement> |
| 127 | + |
116 | 128 | <dependencies> |
117 | 129 | <dependency> |
118 | 130 | <groupId>org.spigotmc</groupId> |
|
123 | 135 | <dependency> |
124 | 136 | <groupId>com.jubyte.developerapi</groupId> |
125 | 137 | <artifactId>DeveloperAPI</artifactId> |
126 | | - <version>1.19.5</version> |
| 138 | + <version>1.19.6</version> |
127 | 139 | <scope>compile</scope> |
128 | 140 | </dependency> |
129 | 141 | <dependency> |
|
138 | 150 | <version>1.2.114.258-SNAPSHOT</version> |
139 | 151 | <scope>provided</scope> |
140 | 152 | </dependency> |
141 | | - <dependency> |
142 | | - <groupId>mysql</groupId> |
143 | | - <artifactId>mysql-connector-java</artifactId> |
144 | | - <version>8.0.32</version> |
145 | | - <scope>provided</scope> |
146 | | - </dependency> |
147 | | - <dependency> |
148 | | - <groupId>com.zaxxer</groupId> |
149 | | - <artifactId>HikariCP</artifactId> |
150 | | - <version>5.0.1</version> |
151 | | - <scope>provided</scope> |
152 | | - </dependency> |
153 | 153 | <!-- PlotSquared Core API --> |
154 | 154 | <dependency> |
155 | | - <groupId>com.plotsquared</groupId> |
156 | | - <artifactId>PlotSquared-Core</artifactId> |
157 | | - <version>6.11.1</version> |
| 155 | + <groupId>com.intellectualsites.plotsquared</groupId> |
| 156 | + <artifactId>plotsquared-core</artifactId> |
158 | 157 | <scope>provided</scope> |
159 | 158 | </dependency> |
160 | | - <!--ProtocolLib--> |
| 159 | + <!-- https://mvnrepository.com/artifact/com.comphenix.protocol/ProtocolLib --> |
161 | 160 | <dependency> |
162 | | - <groupId>com.comphenix.protocol</groupId> |
| 161 | + <groupId>net.dmulloy2</groupId> |
163 | 162 | <artifactId>ProtocolLib</artifactId> |
164 | | - <version>4.8.0</version> |
| 163 | + <version>5.4.0</version> |
165 | 164 | <scope>provided</scope> |
166 | 165 | </dependency> |
167 | 166 | <!-- Lombok --> |
|
0 commit comments