Skip to content

Commit

Permalink
Bump com.github.davidmc24.gradle.plugin.avro from 1.8.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [com.github.davidmc24.gradle.plugin.avro](https://github.com/davidmc24/gradle-avro-plugin) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/davidmc24/gradle-avro-plugin/releases)
- [Changelog](https://github.com/davidmc24/gradle-avro-plugin/blob/master/CHANGES.md)
- [Commits](davidmc24/gradle-avro-plugin@1.8.0...1.9.1)

---
updated-dependencies:
- dependency-name: com.github.davidmc24.gradle.plugin.avro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent c345134 commit 7e06d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
kotlin("jvm") version "1.9.10"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jlleitschuh.gradle.ktlint") version "11.6.0"
id("com.github.davidmc24.gradle.plugin.avro") version "1.8.0"
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1"
}

val githubUser: String by project
Expand Down

0 comments on commit 7e06d78

Please sign in to comment.