Skip to content

Commit 08f4134

Browse files
authored
Merge pull request #103 from openfga/dependabot/gradle/example/example1/dependencies-37919af144
chore(deps): bump the dependencies group in /example/example1 with 6 updates
2 parents 3fda040 + 90d129b commit 08f4134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/example1/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
3-
id 'com.diffplug.spotless' version '6.23.3'
4-
id 'org.jetbrains.kotlin.jvm' version '2.0.0-Beta2'
3+
id 'com.diffplug.spotless' version '6.25.0'
4+
id 'org.jetbrains.kotlin.jvm' version '2.0.20-RC2'
55
}
66

77
application {
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
ext {
22-
jacksonVersion = "2.17.1"
22+
jacksonVersion = "2.17.2"
2323
}
2424

2525
dependencies {

0 commit comments

Comments
 (0)