dimas-b commented on code in PR #3133:
URL: https://github.com/apache/polaris/pull/3133#discussion_r2557120669
##########
gradle/libs.versions.toml:
##########
@@ -75,18 +75,18 @@ jakarta-servlet-api = { module =
"jakarta.servlet:jakarta.servlet-api", version
jakarta-validation-api = { module =
"jakarta.validation:jakarta.validation-api", version = "3.1.1" }
jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version =
"4.0.0" }
javax-servlet-api = { module = "javax.servlet:javax.servlet-api", version =
"4.0.1" }
-junit-bom = { module = "org.junit:junit-bom", version = "5.14.1" }
-junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version =
"2.3.0" }
-keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client",
version = "26.0.7" }
jcstress-core = { module = "org.openjdk.jcstress:jcstress-core", version =
"0.16" }
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { module =
"org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
+junit-bom = { module = "org.junit:junit-bom", version = "5.14.1" }
+junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version =
"2.3.0" }
+keycloak-admin-client = { module = "org.keycloak:keycloak-admin-client",
version = "26.0.7" }
logback-classic = { module = "ch.qos.logback:logback-classic", version =
"1.5.21" }
micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.16.0"
}
microprofile-fault-tolerance-api = { module =
"org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api",
version = "4.1.2" }
mockito-core = { module = "org.mockito:mockito-core", version = "5.20.0" }
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter",
version = "5.20.0" }
-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version =
"5.6.1" }
+mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version =
"5.6.1"}
Review Comment:
since this change is about cosmetic changes... why put a space after the
opening `{` but not before the closing one (it's also inconsistent in other
places)?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]