Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge 6353f5d into 44ca744
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyczkowski committed Jul 21, 2022
2 parents 44ca744 + 6353f5d commit 0c39d1f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Expand Up @@ -61,18 +61,19 @@ updates:
- dependency-name: mysql:mysql-connector-java
versions:
- 8.0.23
# jOOQ 3.17 requires Java 17
- dependency-name: org.jooq:jooq-codegen-maven
versions:
- 3.14.6
- ">= 3.17"
- dependency-name: org.jooq:jooq-codegen
versions:
- 3.14.6
- ">= 3.17"
- dependency-name: org.jooq:jooq-meta
versions:
- 3.14.6
- ">= 3.17"
- dependency-name: org.jooq:jooq
versions:
- 3.14.6
- ">= 3.17"
- dependency-name: org.bouncycastle:bcprov-jdk15on
versions:
- "1.68"

0 comments on commit 0c39d1f

Please sign in to comment.