Skip to content

Commit

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

chore(deps): bump the dependencies group in /example/example1 with 6 updates
  • Loading branch information
evansims committed Aug 19, 2024
2 parents 3fda040 + 90d129b commit 08f4134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.23.3'
id 'org.jetbrains.kotlin.jvm' version '2.0.0-Beta2'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.jetbrains.kotlin.jvm' version '2.0.20-RC2'
}

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

ext {
jacksonVersion = "2.17.1"
jacksonVersion = "2.17.2"
}

dependencies {
Expand Down

0 comments on commit 08f4134

Please sign in to comment.