Skip to content

Commit

Permalink
Merge pull request #62 from Alathra/dependabot/gradle/main/org-jooq-c…
Browse files Browse the repository at this point in the history
…f8c562284

build: bump the org-jooq group with 2 updates
  • Loading branch information
darksaid98 authored May 4, 2024
2 parents 76991e5 + b5ec8ae commit 7a11976
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.12.0" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.7"
id("org.jooq.jooq-codegen-gradle") version "3.19.8"

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

// JDBC Drivers
Expand Down

0 comments on commit 7a11976

Please sign in to comment.