Skip to content

Commit 2e25ce5

Browse files
authored
Merge pull request #129 from openfga/dependabot/gradle/example/example1/dependencies-e07a2ad344
chore(deps): bump the dependencies group in /example/example1 with 5 updates
2 parents 95d348b + 440ce00 commit 2e25ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example1/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'application'
33
id 'com.diffplug.spotless' version '6.25.0'
4-
id 'org.jetbrains.kotlin.jvm' version '2.0.21'
4+
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
55
}
66

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

2121
ext {
22-
jacksonVersion = "2.18.1"
22+
jacksonVersion = "2.18.2"
2323
}
2424

2525
dependencies {

0 commit comments

Comments
 (0)