Bump API ASM version to follow server

This commit is contained in:
Shane Freeder 2020-04-30 22:00:55 +01:00
parent 5ab48ad901
commit a6a197b11f
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C
2 changed files with 25 additions and 18 deletions

View file

@ -1,11 +1,11 @@
From 61a761e78f673768b70af90087e6d52a7b4ec345 Mon Sep 17 00:00:00 2001
From 2b5e59d5fc6cb5073abf121c11010c2f16787f2b Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Tue, 1 Mar 2016 00:16:08 +0100
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index 186405ba..1b6204ed 100644
index 186405ba..9975ba9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,34 +2,28 @@
@ -85,7 +85,14 @@ index 186405ba..1b6204ed 100644
<!-- bundled with Minecraft, should be kept in sync -->
<dependency>
<groupId>com.google.guava</groupId>
@@ -113,6 +125,7 @@
@@ -107,12 +119,13 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
- <version>7.3.1</version>
+ <version>8.0.1</version> <!-- Paper -->
<scope>test</scope>
</dependency>
</dependencies>
<build>
@ -113,5 +120,5 @@ index 186405ba..1b6204ed 100644
<shadedArtifactAttached>true</shadedArtifactAttached>
</configuration>
--
2.26.2
2.26.1