1- plugins {
1+ plugins {
22 // Support for IntelliJ IDEA
33 // https://docs.gradle.org/current/userguide/idea_plugin.html
44 id(" idea" )
1313 // EISOP Checker Framework
1414 id " org.checkerframework" version " 0.6.61"
1515
16- id(" org.sonarqube" ) version " 7.2.3.7755"
17-
1816 // Plugin for publishing via the new Nexus API
1917 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
2018
@@ -71,7 +69,7 @@ subprojects {
7169
7270 compileOnly(" org.jspecify:jspecify:1.0.0" )
7371 testCompileOnly(" org.jspecify:jspecify:1.0.0" )
74- def eisop_version = " 3.49.3 -eisop1"
72+ def eisop_version = " 3.49.5 -eisop1"
7573 compileOnly " io.github.eisop:checker-qual:$eisop_version "
7674 compileOnly " io.github.eisop:checker-util:$eisop_version "
7775 testCompileOnly " io.github.eisop:checker-qual:$eisop_version "
@@ -82,7 +80,7 @@ subprojects {
8280 testImplementation(" org.assertj:assertj-core:3.27.7" )
8381 testImplementation(" ch.qos.logback:logback-classic:1.5.32" )
8482
85- testImplementation(platform(" org.junit:junit-bom:5.14 .3" ))
83+ testImplementation(platform(" org.junit:junit-bom:6.0 .3" ))
8684 testImplementation (" org.junit.jupiter:junit-jupiter-api" )
8785 testImplementation (" org.junit.jupiter:junit-jupiter-params" )
8886 testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine" )
@@ -92,8 +90,8 @@ subprojects {
9290 testImplementation (testFixtures(project(" :key.util" )))
9391
9492 // test fixtures
95- testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2 " )
96- testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.2 " )
93+ testImplementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.3 " )
94+ testImplementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3 " )
9795
9896 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
9997 }
0 commit comments