Skip to content

Commit

Permalink
Updated more library versions. Any further updates and things break
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Jan 23, 2025
1 parent 9863cb0 commit 4603792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ dependencies {
implementation group: 'org.geotools', name: 'gt-shapefile', version: '32.1'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.4'

implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.2'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.24.3'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.3'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.24.3'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.32'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
Expand All @@ -91,7 +91,7 @@ dependencies {

antJUnit 'org.apache.ant:ant-junit:1.10.15'
implementation group: "com.github.everit-org.json-schema", name: "org.everit.json.schema", version: "1.14.4"
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.3.2'
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.4.0'

implementation group: 'com.beust', name: 'jcommander', version: '1.82'
implementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
Expand Down

0 comments on commit 4603792

Please sign in to comment.