Merge branch 'master' into master

This commit is contained in:
CollinJ
2024-10-20 22:05:24 -07:00
committed by GitHub
193 changed files with 2771 additions and 1844 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>forge</artifactId>
<groupId>forge</groupId>
<version>1.6.66-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>forge-core</artifactId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-android</version>
<version>33.3.1-android</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.17.0</version>
</dependency>
</dependencies>