Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #239 from mavogel/bump/avro
Browse files Browse the repository at this point in the history
update avro to 1.11.3 (v2)
  • Loading branch information
davidmc24 committed Oct 10, 2023
2 parents 8aa67bb + 037982f commit 6ba3796
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/avro-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
avro: ["1.11.0", "1.11.1", "1.11.2"]
avro: ["1.11.0", "1.11.1", "1.11.2" , "1.11.3"]
gradle: ["5.1", "7.6"]
java: ["8"]
steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 1.9.0
* Built using Avro 1.11.3

## 1.8.0
* Built using Avro 1.11.2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This is a [Gradle](http://www.gradle.org/) plugin to allow easily performing Jav
* Java 8-12 support requires Gradle 5.1 or higher (versions lower than 5.1 are no longer supported)
* Currently built against Gradle 7.6
* Currently tested against Gradle 5.1-5.6.4 and 6.0-7.6
* Currently built against Avro 1.11.2
* Currently tested against Avro 1.11.0-1.11.2
* Currently built against Avro 1.11.3
* Currently tested against Avro 1.11.0-1.11.3
* Avro 1.9.0-1.10.2 were last supported in version 1.2.1
* Support for Kotlin
* Dropped integration with the Kotlin plugin in plugin version 1.4.0, as Kotlin 1.7.x would require compile-time dependency on a specific Kotlin version
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
}
}

def compileAvroVersion = "1.11.2"
def compileAvroVersion = "1.11.3"

// Write the plugin's classpath to a file to share with the tests
task createClasspathManifest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class AvroUtilsSpec extends Specification {
arg | _
createSchema(null, null, true) | _
createSchema(null, EMPTY_STRING, true) | _
createProtocol(null, null) | _
createProtocol(null, EMPTY_STRING) | _
}
Expand Down

0 comments on commit 6ba3796

Please sign in to comment.