We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a9144 commit 0e3e6f2Copy full SHA for 0e3e6f2
.github/dependabot.yml
@@ -17,4 +17,7 @@ updates:
17
- dependency-name: "org.springframework:"
18
# Spring Framework 5.3.x is the latest with JDK 8 support
19
# https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range
20
- versions: [ ">5.3.x" ]
+ versions: [ ">5.3.x" ]
21
+ - dependency-name: "org.apache.avro:avro"
22
+ # Avro 1.12.0 was build with Java 11
23
+ versions: [">=1.12.0"]
0 commit comments