Skip to content

Commit

Permalink
Merge pull request #71 from openfga/dependabot/gradle/dependencies-12…
Browse files Browse the repository at this point in the history
…4bf0c15b

build(deps): bump the dependencies group with 2 updates
  • Loading branch information
rhamzeh authored Jan 15, 2025
2 parents 0dd986c + 7a88a28 commit d704f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
id("java")
id("jacoco")
id("com.diffplug.spotless") version "6.25.0"
id("com.diffplug.spotless") version "7.0.1"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
id("org.jetbrains.intellij") version "1.17.4"
id("org.jetbrains.grammarkit") version "2022.3.2.2"
Expand All @@ -25,7 +25,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("dev.openfga:openfga-language:v0.2.0-beta.2")

implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")

testImplementation("junit:junit:4.13.2")
}
Expand Down

0 comments on commit d704f9d

Please sign in to comment.