Skip to content

Commit b19ccf6

Browse files
authored
Merge branch 'dev' into ms/#267-refactoring-data-connections
2 parents 102d75c + 8e0f76a commit b19ccf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java' // java support
44
id 'com.diffplug.spotless' version '7.0.3'//code format
55
id 'pmd' // code check, working on source code
6-
id 'com.github.spotbugs' version '6.1.10' // code check, working on byte code
6+
id 'com.github.spotbugs' version '6.1.11' // code check, working on byte code
77
id "org.sonarqube" version "6.1.0.5360" // sonarqube
88
id 'signing'
99
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
@@ -54,7 +54,7 @@ dependencies{
5454
implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"
5555

5656
//PSU
57-
implementation('com.github.ie3-institute:PowerSystemUtils:2.2.1') {
57+
implementation('com.github.ie3-institute:PowerSystemUtils:3.1.0') {
5858
exclude group: 'org.apache.logging.log4j'
5959
exclude group: 'org.slf4j'
6060
/* Exclude our own nested dependencies */

0 commit comments

Comments
 (0)