Skip to content

Commit

Permalink
Merge pull request #551 from scala-steward/update/avro-1.11.3
Browse files Browse the repository at this point in the history
Update avro to 1.11.3
  • Loading branch information
bplommer authored Jan 7, 2024
2 parents 67624ea + 31a889c commit 5a32217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val avroVersion = "1.11.1"
val avroVersion = "1.11.3"
val catsVersion = "2.9.0"
val disciplineScalaTestVersion = "2.2.0"
val enumeratumVersion = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/test/scala/vulcan/CodecSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ final class CodecSpec extends BaseSpec with CodecSpecHelpers {
.swap
.value
.message ==
"java.lang.IllegalArgumentException: Invalid fixed size: -1"
"org.apache.avro.AvroRuntimeException: Malformed data. Length is negative: -1"
}
}
}
Expand Down

0 comments on commit 5a32217

Please sign in to comment.