Skip to content

Commit

Permalink
Deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
donbeave committed Nov 20, 2023
1 parent 348c834 commit 6ed7a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jambalaya-graphql-apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api(jambalayaLibs.logging.interceptor)

// SLF4J
implementation("org.slf4j:slf4j-api:2.0.9")
implementation(jambalayaLibs.slf4j.api)

// Kotlin
testImplementation(kotlin("stdlib-jdk8"))
Expand Down
2 changes: 1 addition & 1 deletion jambalaya-graphql-jooq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ apply(plugin = "jambalaya-library-conventions")
dependencies {
api(project(":jambalaya-checks"))

implementation("org.jooq:jooq:3.18.7")
implementation(jambalayaLibs.jooq)
}
2 changes: 1 addition & 1 deletion jambalaya-tenancy-jooq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {
api(project(":jambalaya-checks"))
api(project(":jambalaya-tenancy"))

implementation("org.jooq:jooq:3.18.7")
implementation(jambalayaLibs.jooq)
}

0 comments on commit 6ed7a24

Please sign in to comment.