Skip to content

Commit

Permalink
pin to avro 1.11 (java 8 necessity) (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 14, 2024
1 parent 6732516 commit 47f1101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ updates.pin = [
{ groupId = "org.springframework.boot", version = "2." }
# spring-framework 6 requires Java 17
{ groupId = "org.springframework", version = "5." }
# avro 1.12.+ requires Java 11
{ groupId = "org.apache.avro", version = "1.11." }
# solrj 9.+ requires Java 11
{ groupId = "org.apache.solr", version = "8." }
# mockito 5 requires Java 11 (only used in tests)
{ groupId = "org.mockito", version = "4." }
# activemq 5.17+ requires Java 11 (only used in tests)
{ groupId = "org.apache.activemq", version = "5.16." }
# jakarta 3.0+ requires Java 11
{ groupId = "jakarta.jms", version="3.0."}
{ groupId = "jakarta.jms", version = "3.0."}
# wiremock 3.0+ requires Java 11 (only used in tests)
{ groupId = "com.github.tomakehurst", version = "2." }
# jetty 10.+ requires Java 11 (only used in tests - via wiremock)
Expand Down

0 comments on commit 47f1101

Please sign in to comment.