Skip to content

Commit 0e3e6f2

Browse files
avro to dependabot configs (#818)
1 parent 10a9144 commit 0e3e6f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ updates:
1717
- dependency-name: "org.springframework:"
1818
# Spring Framework 5.3.x is the latest with JDK 8 support
1919
# https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range
20-
versions: [ ">5.3.x" ]
20+
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

Comments
 (0)