Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: Error Prone: Increase severity of MissingFail to ERROR OnlineNoteDbMigrationIT: Add missing fail when exception is not thrown Upgrade testcontainers to 1.11.4 js.bzl: Stop using incompatible join method Update git submodules Change-Id: I73052e9e33f2f4d079ccd67d5971623f22c04bef
This commit is contained in:
commit
755e5b1563
@ -1126,18 +1126,18 @@ maven_jar(
|
||||
sha1 = "0f5a654e4675769c716e5b387830d19b501ca191",
|
||||
)
|
||||
|
||||
TESTCONTAINERS_VERSION = "1.11.3"
|
||||
TESTCONTAINERS_VERSION = "1.11.4"
|
||||
|
||||
maven_jar(
|
||||
name = "testcontainers",
|
||||
artifact = "org.testcontainers:testcontainers:" + TESTCONTAINERS_VERSION,
|
||||
sha1 = "154b69dd976416734b2fc809fb86e173ad9aa25b",
|
||||
sha1 = "b0c70b1a3608f43deafba7649b344a422a442585",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "testcontainers-elasticsearch",
|
||||
artifact = "org.testcontainers:elasticsearch:" + TESTCONTAINERS_VERSION,
|
||||
sha1 = "90713b61f5748d8894c31a20f955bd7f81ac2ece",
|
||||
sha1 = "faab09a8876b8dbb326cbc10bbaa5ea86f5f5299",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
|
@ -65,7 +65,7 @@ java_package_configuration(
|
||||
"-Xep:JUnit3FloatingPointComparisonWithoutDelta:WARN",
|
||||
"-Xep:JUnitAmbiguousTestClass:WARN",
|
||||
"-Xep:LiteralClassName:WARN",
|
||||
"-Xep:MissingFail:WARN",
|
||||
"-Xep:MissingFail:ERROR",
|
||||
"-Xep:MissingOverride:WARN",
|
||||
"-Xep:MutableConstantField:WARN",
|
||||
"-Xep:NarrowingCompoundAssignment:WARN",
|
||||
|
Loading…
x
Reference in New Issue
Block a user