Skip to content

Commit

Permalink
chore(dependencies): unpin jooq since the spring boot bom specifies it (
Browse files Browse the repository at this point in the history
spinnaker#1151)

version 2.15.15 of the spring boot bom specifies 3.14.16, so that's what we were getting even though we specified 3.13.6.

before:

org.jooq:jooq:3.13.6 -> 3.14.16 (c)

after

org.jooq:jooq -> 3.14.16
  • Loading branch information
dbyron-sf authored Feb 20, 2024
1 parent ef5d317 commit 4089019
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ext {
bouncycastle : "1.77",
brave : "5.12.3",
gcp : "25.3.0",
jooq : "3.13.6",
jsch : "0.1.54",
jschAgentProxy : "0.0.9",
protobuf : "3.21.12",
Expand Down Expand Up @@ -155,8 +154,6 @@ dependencies {
api("org.jetbrains.spek:spek-junit-platform-engine:${versions.spek}")
api("org.jetbrains.spek:spek-junit-platform-runner:${versions.spek}")
api("org.jetbrains.spek:spek-subject-extension:${versions.spek}")
api("org.jooq:jooq:${versions.jooq}")
api("org.jooq:jooq-kotlin:${versions.jooq}")
api("org.liquibase:liquibase-core"){
version {
strictly "4.24.0"
Expand Down

0 comments on commit 4089019

Please sign in to comment.