Skip to content

Commit

Permalink
Merge branch 'dev' into ms/#1106-transfer-LoadProfile-parsing-code-fr…
Browse files Browse the repository at this point in the history
…om-SIMONA
  • Loading branch information
staudtMarius authored Sep 18, 2024
2 parents ac0e758 + 26939eb commit 753b46c
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 @@ -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 All @@ -17,7 +17,7 @@ ext {
//version (changing these should be considered thoroughly!)
javaVersion = JavaVersion.VERSION_17
groovyVersion = "4.0"
groovyBinaryVersion = "4.0.22"
groovyBinaryVersion = "4.0.23"
testcontainersVersion = '1.20.1'

scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
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 @@ -86,7 +86,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 753b46c

Please sign in to comment.