Skip to content

Commit

Permalink
build: bump the org-jooq group with 1 update
Browse files Browse the repository at this point in the history
Bumps the org-jooq group with 1 update: org.jooq:jooq.


Updates `org.jooq:jooq` from 3.19.1 to 3.19.3

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent c97d1f1 commit 14b0b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id("net.minecrell.plugin-yml.bukkit") version "0.6.0" // Automatic plugin.yml generation
// id("io.papermc.paperweight.userdev") version "1.5.9" // Used to develop internal plugins using Mojang mappings, See https://github.com/PaperMC/paperweight
id("org.flywaydb.flyway") version "10.5.0" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.1"
id("org.jooq.jooq-codegen-gradle") version "3.19.3"

eclipse
idea
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
library("org.flywaydb:flyway-core:10.5.0")
library("org.flywaydb:flyway-mysql:10.5.0")
library("org.flywaydb:flyway-database-hsqldb:10.5.0")
library("org.jooq:jooq:3.19.1")
library("org.jooq:jooq:3.19.3")
jooqCodegen("com.h2database:h2:2.2.224")

// JDBC Drivers
Expand Down

0 comments on commit 14b0b1c

Please sign in to comment.