Skip to content

Commit

Permalink
Merge branch 'dev' into to/#474-fuse-switch-nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter committed Mar 22, 2023
2 parents fca3a94 + c1390ab commit b850bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.diffplug.spotless' version '6.17.0'// code format
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
id "com.github.ben-manes.versions" version '0.46.0'
id "de.undercouch.download" version "5.3.1" // downloads plugin
id "de.undercouch.download" version "5.4.0" // downloads plugin
id "kr.motd.sphinx" version "2.10.1" // documentation generation
id "com.github.johnrengelman.shadow" version "7.1.2" // fat jar
id "org.sonarqube" version "4.0.0.2929" // sonarqube
Expand All @@ -32,7 +32,7 @@ ext {
tscfgVersion = '1.0.2'
scapegoatVersion = '1.4.17'

testContainerVersion = '0.40.12'
testContainerVersion = '0.40.14'

scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator // location of script plugins
}
Expand Down

0 comments on commit b850bc9

Please sign in to comment.