Skip to content

Commit

Permalink
Merge branch 'dev' into ps/#554-HandlingNoWeatherData
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter authored Sep 11, 2024
2 parents 8e8bed0 + 7a1f28e commit 21a05a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'signing'
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.25.0' //code format
id 'com.github.spotbugs' version '6.0.20' // code check, working on byte code
id 'com.github.spotbugs' version '6.0.22' // code check, working on byte code
id 'de.undercouch.download' version '5.6.0'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
id 'jacoco' // java code coverage plugin
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
}

implementation 'org.locationtech.jts.io:jts-io-common:1.19.0'
implementation 'org.locationtech.jts.io:jts-io-common:1.20.0'

// Graphs
implementation 'org.jgrapht:jgrapht-core:1.5.2'
Expand All @@ -83,7 +83,7 @@ dependencies {
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"

// logging
implementation platform('org.apache.logging.log4j:log4j-bom:2.23.1')
implementation platform('org.apache.logging.log4j:log4j-bom:2.24.0')
implementation 'org.apache.logging.log4j:log4j-api' // log4j
implementation 'org.apache.logging.log4j:log4j-core' // log4j
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
Expand Down

0 comments on commit 21a05a3

Please sign in to comment.