Skip to content

Commit

Permalink
Bump com.github.erosb:everit-json-schema in /telemetry/jetbrains
Browse files Browse the repository at this point in the history
Bumps [com.github.erosb:everit-json-schema](https://github.com/erosb/everit-json-schema) from 1.12.2 to 1.14.3.
- [Commits](https://github.com/erosb/everit-json-schema/commits)

---
updated-dependencies:
- dependency-name: com.github.erosb:everit-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 298d4e7 commit 3904da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telemetry/jetbrains/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("com.github.erosb:everit-json-schema:1.14.1")
classpath("com.github.erosb:everit-json-schema:1.14.3")
classpath(kotlin("gradle-plugin", version = "1.3.20"))
}
}
Expand All @@ -43,7 +43,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("com.squareup:kotlinpoet:1.13.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.github.erosb:everit-json-schema:1.12.2")
implementation("com.github.erosb:everit-json-schema:1.14.3")
testImplementation("junit:junit:$junitVersion")
testImplementation("org.assertj:assertj-core:$assertjVersion")
}
Expand Down

0 comments on commit 3904da7

Please sign in to comment.