Skip to content

Commit 5958a8d

Browse files
committed
Update NBT API dependency to 2.12.4
1 parent 4e03f51 commit 5958a8d

File tree

3 files changed

+3
-3
lines changed
  • commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests
  • examples/bukkit

3 files changed

+3
-3
lines changed

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-test/commandapi-bukkit-test-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- NBT API -->
9393
<groupId>de.tr7zw</groupId>
9494
<artifactId>item-nbt-api</artifactId>
95-
<version>2.12.2</version>
95+
<version>2.12.4</version>
9696
<scope>provided</scope>
9797
</dependency>
9898
<dependency>

examples/bukkit/maven-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>de.tr7zw</groupId>
5353
<artifactId>item-nbt-api</artifactId>
54-
<version>2.12.2</version>
54+
<version>2.12.4</version>
5555
</dependency>
5656
</dependencies>
5757

examples/bukkit/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>de.tr7zw</groupId>
4646
<artifactId>item-nbt-api-plugin</artifactId>
47-
<version>2.12.2</version>
47+
<version>2.12.4</version>
4848
</dependency>
4949
</dependencies>
5050

0 commit comments

Comments
 (0)