Skip to content

Commit 63554d2

Browse files
chore(deps): Bump org.apache.avro:avro-tools from 1.12.0 to 1.12.1
Bumps org.apache.avro:avro-tools from 1.12.0 to 1.12.1. --- updated-dependencies: - dependency-name: org.apache.avro:avro-tools dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 687156d commit 63554d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ repositories {
1515
dependencies {
1616
implementation("org.jlleitschuh.gradle:ktlint-gradle:12.1.2")
1717

18-
implementation("org.apache.avro:avro-compiler:1.12.0")
19-
implementation("org.apache.avro:avro-tools:1.12.0")
20-
implementation("org.apache.avro:avro:1.12.0")
18+
implementation("org.apache.avro:avro-compiler:1.12.1")
19+
implementation("org.apache.avro:avro-tools:1.12.1")
20+
implementation("org.apache.avro:avro:1.12.1")
2121

2222
testImplementation(kotlin("test"))
2323
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")

0 commit comments

Comments
 (0)