Updated all dependencies
- Updated LWJGL to 3.3.0 - Targets windows-arm64 and macos-arm64 are now available - Updated Guava to 31.0.1 - Updated Log4j to 2.17.1
This commit is contained in:
@@ -60,7 +60,7 @@ repositories {
|
||||
dependencies {
|
||||
// Google Guava
|
||||
// A generic utilities library
|
||||
implementation 'com.google.guava:guava:30.0-jre'
|
||||
implementation 'com.google.guava:guava:31.0.1-jre'
|
||||
|
||||
// Trove4j
|
||||
// Provides optimized Collections for primitive types
|
||||
@@ -73,8 +73,8 @@ dependencies {
|
||||
|
||||
// Log4j
|
||||
// A logging library
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.17.0'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.17.0'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
|
||||
|
||||
// JUnit
|
||||
// A unit-testing library
|
||||
|
||||
Reference in New Issue
Block a user