Skip to content

Commit

Permalink
Bump jooq.version from 3.16.9 to 3.16.10 (#1126)
Browse files Browse the repository at this point in the history
Bumps `jooq.version` from 3.16.9 to 3.16.10.

Updates `jooq` from 3.16.9 to 3.16.10

Updates `jooq-meta` from 3.16.9 to 3.16.10

Updates `jooq-codegen` from 3.16.9 to 3.16.10

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2022
1 parent 54c4ee3 commit 79cc5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FROST-Server.SQLjooq/pom.xml
Expand Up @@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<jooq.version>3.16.9</jooq.version>
<jooq.version>3.16.10</jooq.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Tools/ModelExtractor/pom.xml
Expand Up @@ -22,7 +22,7 @@

<maven-shade-plugin.version>3.3.0</maven-shade-plugin.version>
<openjfx.version>18.0.2</openjfx.version>
<jooq.version>3.16.9</jooq.version>
<jooq.version>3.16.10</jooq.version>
</properties>

<build>
Expand Down

0 comments on commit 79cc5d6

Please sign in to comment.