Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependencies): unpin jooq since the spring boot bom specifies it #1151

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

dbyron-sf
Copy link
Contributor

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

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
@jasonmcintosh jasonmcintosh added the ready to merge Approved and ready for merge label Feb 20, 2024
@mergify mergify bot added the auto merged label Feb 20, 2024
@mergify mergify bot merged commit 4089019 into spinnaker:master Feb 20, 2024
6 checks passed
@dbyron-sf dbyron-sf deleted the unpin-jooq branch February 20, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants