Skip to content

Commit

Permalink
Merge pull request #63 from ie3-institute/dependabot/gradle/master/co…
Browse files Browse the repository at this point in the history
…m.vladsch.flexmark-flexmark-all-0.62.2

Bump flexmark-all from 0.35.10 to 0.62.2
  • Loading branch information
ckittl committed Dec 8, 2021
2 parents 4a3213d + caddc6e commit 70c1602
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,22 @@ dependencies {
/* PowerSystemDataModel */
implementation ('com.github.ie3-institute:PowerSystemDataModel:2.1-SNAPSHOT') {
/* Exclude nested logging and ie3 related dependencies */
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'org.slf4j'
exclude group: 'com.github.ie3-institute'
}

/* util functions */
implementation ('com.github.ie3-institute:PowerSystemUtils:1.6-SNAPSHOT') {
/* Exclude nested logging and ie3 related dependencies */
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'org.slf4j'
exclude group: 'com.github.ie3-institute'
}

implementation 'org.codehaus.groovy:groovy:3.0.8'

implementation 'tech.units:indriya:2.1.2'
implementation 'org.locationtech.jts:jts-core:1.18.2'
implementation 'commons-io:commons-io:2.11.0'

// logging
implementation 'org.apache.logging.log4j:log4j-api:+' // log4j
Expand All @@ -77,8 +79,8 @@ dependencies {
implementation 'org.scala-lang.modules:scala-parallel-collections_2.13:1.0.3'

// TEST Scala //
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.0"
testImplementation 'com.vladsch.flexmark:flexmark-all:0.35.10'
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.10"
testImplementation 'com.vladsch.flexmark:flexmark-all:0.62.2'
testImplementation "org.pegdown:pegdown:1.6.0" // HTML report for scalatest
implementation 'org.mockito:mockito-core:3.11.2' // mocking framework

Expand Down

0 comments on commit 70c1602

Please sign in to comment.