File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ plugins {
3333 id ' idea'
3434 id ' jacoco'
3535 id ' java-library'
36- id ' org.owasp.dependencycheck' version ' 12.1.3 '
36+ id ' org.owasp.dependencycheck' version ' 12.1.6 '
3737 id ' org.nosphere.apache.rat' version " 0.8.1"
3838 id " io.swagger.core.v3.swagger-gradle-plugin" version " ${ swaggerVersion} "
3939
4040 id " com.github.spotbugs" version ' 6.2.5' apply false
41- id ' org.scoverage' version ' 8.0.3 ' apply false
41+ id ' org.scoverage' version ' 8.1 ' apply false
4242 id ' com.gradleup.shadow' version ' 8.3.9' apply false
43- id ' com.diffplug.spotless' version " 7.2.1 "
43+ id ' com.diffplug.spotless' version " 8.0.0 "
4444}
4545
4646ext {
@@ -1112,7 +1112,7 @@ project(':core') {
11121112 scoverage {
11131113 scoverageVersion = versions. scoverage
11141114 if (versions. baseScala == ' 2.13' ) {
1115- scoverageScalaVersion = ' 2.13.9 ' // there's no newer 2.13 artifact, org.scoverage:scalac-scoverage-plugin_2.13.9 :2.0.11 is the latest as of now
1115+ scoverageScalaVersion = ' 2.13.16 ' // ` org.scoverage:scalac-scoverage-plugin_2.13.16 :2.3.0` is the latest as of now
11161116 }
11171117 reportDir = file(" ${ layout.buildDirectory.get().asFile.path} /scoverage" )
11181118 highlighting = false
Original file line number Diff line number Diff line change 1212# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313# See the License for the specific language governing permissions and
1414# limitations under the License.
15- version = 3.7 . 14
15+ version = 3.9 . 10
1616runner.dialect = scala213
1717docstrings.style = Asterisk
1818docstrings.wrap = false
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ versions += [
6161 commonsValidator : " 1.10.0" ,
6262 classgraph : " 4.8.179" ,
6363 gradle : " 9.1.0" ,
64- grgit : " 4.1.1 " ,
64+ grgit : " 5.3.2 " ,
6565 httpclient : " 4.5.14" ,
6666 jackson : " 2.19.0" ,
6767 jacoco : " 0.8.13" ,
@@ -119,8 +119,8 @@ versions += [
119119 // When updating the scalafmt version please also update the version field in checkstyle/.scalafmt.conf. scalafmt now
120120 // has the version field as mandatory in its configuration, see
121121 // https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
122- scalafmt : " 3.7.14 " ,
123- scoverage : " 2.0.11 " ,
122+ scalafmt : " 3.9.10 " ,
123+ scoverage : " 2.3.0 " ,
124124 slf4j : " 1.7.36" ,
125125 snappy : " 1.1.10.7" ,
126126 spotbugs : " 4.9.4" ,
You can’t perform that action at this time.
0 commit comments