Skip to content

Commit 307c225

Browse files
committed
Merge branch '3.2.x'
Closes gh-41131
2 parents 7ee531b + 1f698d8 commit 307c225

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,10 @@ bom {
806806
}
807807
}
808808
library("Jaybird", "5.0.4.java11") {
809+
prohibit {
810+
endsWith ".java8"
811+
because "we use the .java11 version"
812+
}
809813
group("org.firebirdsql.jdbc") {
810814
modules = [
811815
"jaybird"

0 commit comments

Comments
 (0)