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:
2022-01-10 19:54:14 +03:00
parent c3c8a6e5e0
commit b18eac44b8
4 changed files with 25 additions and 20 deletions

View File

@@ -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