Skip to content

Commit

Permalink
Mitigate Log4Shell by removing explicit dependency on Log4j and optin…
Browse files Browse the repository at this point in the history
…g for Slf4j in lieu.
  • Loading branch information
MadMartian committed Dec 21, 2021
1 parent 63060fc commit 9205b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

group 'com.extollit.gaming'
description = "An iterative A* path-finding engine designed for blocky sandbox games having entities with differing path requirements"
version '1.7.1'
version '1.7.2'

apply plugin: 'java'
apply plugin: 'signing'
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: "org.mockito", name: "mockito-core", version: "1.10.19"

compile group: 'com.extollit', name: 'data-structures', version: '2.14'
compile group: 'com.extollit', name: 'data-structures', version: '2.18'
}

task shipDoc(type: Jar) {
Expand Down

0 comments on commit 9205b59

Please sign in to comment.