@@ -4,7 +4,7 @@ plugins {
4
4
id ' scala'
5
5
id ' pmd' // code check, working on source code
6
6
id ' com.diffplug.spotless' version ' 6.25.0' // code format
7
- id ' com.github.spotbugs' version ' 6.1.5 ' // code check, working on byte code
7
+ id ' com.github.spotbugs' version ' 6.1.7 ' // code check, working on byte code
8
8
id ' de.undercouch.download' version ' 5.6.0'
9
9
id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
10
10
id " com.github.maiflai.scalatest" version " 0.33" // run scalatest without specific spec task
21
21
pekkoVersion = ' 1.1.3'
22
22
23
23
tscfgVersion = ' 0.9.995'
24
- scapegoatVersion = ' 3.1.4 '
24
+ scapegoatVersion = ' 3.1.5 '
25
25
26
26
scriptsLocation = ' gradle' + File . separator + ' scripts' + File . separator
27
27
docsDirName = ' docs'
@@ -72,7 +72,7 @@ dependencies {
72
72
73
73
// logging
74
74
implementation " com.typesafe.scala-logging:scala-logging_${ scalaVersion} :3.9.5"
75
- implementation ' ch.qos.logback:logback-classic:1.5.16 '
75
+ implementation ' ch.qos.logback:logback-classic:1.5.17 '
76
76
77
77
// config
78
78
implementation ' com.typesafe:config:1.4.3'
@@ -92,7 +92,7 @@ dependencies {
92
92
}
93
93
94
94
// ie³ power system data model
95
- implementation(' com.github.ie3-institute:PowerSystemDataModel:5.1 .0' ) {
95
+ implementation(' com.github.ie3-institute:PowerSystemDataModel:6.0 .0' ) {
96
96
exclude group : ' org.slf4j'
97
97
exclude group : ' org.apache.logging.log4j'
98
98
exclude group : ' com.github.ie3-institute'
@@ -110,7 +110,7 @@ dependencies {
110
110
testRuntimeOnly ' com.vladsch.flexmark:flexmark-all:0.64.8' // scalatest html output
111
111
testImplementation ' org.pegdown:pegdown:1.6.0'
112
112
113
- testImplementation ' org.mockito:mockito-core:5.15.2 ' // mocking framework
113
+ testImplementation ' org.mockito:mockito-core:5.16.0 ' // mocking framework
114
114
testImplementation " org.scalatestplus:mockito-3-12_$scalaVersion :3.2.10.0" // syntactic sugar
115
115
}
116
116
0 commit comments