Skip to content

Commit

Permalink
Merge pull request #129 from openfga/dependabot/gradle/example/exampl…
Browse files Browse the repository at this point in the history
…e1/dependencies-e07a2ad344

chore(deps): bump the dependencies group in /example/example1 with 5 updates
  • Loading branch information
rhamzeh authored Dec 1, 2024
2 parents 95d348b + 440ce00 commit 2e25ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/example1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'application'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
}

application {
Expand All @@ -19,7 +19,7 @@ repositories {
}

ext {
jacksonVersion = "2.18.1"
jacksonVersion = "2.18.2"
}

dependencies {
Expand Down

0 comments on commit 2e25ce5

Please sign in to comment.