Merge branch '3.2.x' into 3.3.x

Closes gh-41633
This commit is contained in:
Andy Wilkinson
2024-07-29 11:57:09 +01:00
8 changed files with 146 additions and 5 deletions

View File

@@ -21,3 +21,7 @@ dependencies {
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
testRuntimeOnly("org.springframework:spring-webmvc")
}
tasks.named("checkArchitectureMain").configure {
prohibitObjectsRequireNonNull = false
}