Skip to content

Commit

Permalink
build: bump the org-jooq group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the org-jooq group with 2 updates: org.jooq:jooq and [org.jooq.jooq-codegen-gradle](https://github.com/jOOQ/jOOQ).


Updates `org.jooq:jooq` from 3.19.4 to 3.19.5

Updates `org.jooq.jooq-codegen-gradle` from 3.19.4 to 3.19.5
- [Release notes](https://github.com/jOOQ/jOOQ/releases)
- [Commits](jOOQ/jOOQ@version-3.19.4...version-3.19.5)

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: org-jooq
- dependency-name: org.jooq.jooq-codegen-gradle
  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 Feb 27, 2024
1 parent fae53be commit a150cac
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 @@ -9,7 +9,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.8.1" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.4"
id("org.jooq.jooq-codegen-gradle") version "3.19.5"

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

// JDBC Drivers
Expand Down

0 comments on commit a150cac

Please sign in to comment.