Skip to content

Commit

Permalink
Merge pull request #35 from openfga/dependabot/gradle/dependencies-b4…
Browse files Browse the repository at this point in the history
…d1cb6060

chore(deps): bump the dependencies group with 8 updates
  • Loading branch information
rhamzeh authored Dec 8, 2023
2 parents 3b5543c + d3d2424 commit fba91e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
// Quality
id 'jacoco'
id 'jvm-test-suite'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.23.3'

// IDE
id 'idea'
Expand Down Expand Up @@ -49,8 +49,8 @@ jacocoTestReport {
}

ext {
jackson_version = "2.14.1"
junit_version = "5.7.1"
jackson_version = "2.16.0"
junit_version = "5.10.1"
}

dependencies {
Expand All @@ -59,7 +59,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
implementation "org.openapitools:jackson-databind-nullable:0.2.1"
implementation "org.openapitools:jackson-databind-nullable:0.2.6"
}

testing {
Expand All @@ -70,7 +70,7 @@ testing {
dependencies {
implementation project()
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
implementation "org.mockito:mockito-core:3.+"
implementation "org.mockito:mockito-core:5.+"
runtimeOnly "org.junit.platform:junit-platform-launcher"

// This test-only dependency is convenient but not widely used.
Expand Down

0 comments on commit fba91e6

Please sign in to comment.