Skip to content

Commit

Permalink
Merge pull request #50 from Alathra/dependabot/gradle/main/org-jooq-8…
Browse files Browse the repository at this point in the history
…4f804afe7

build: bump the org-jooq group with 2 updates
  • Loading branch information
darksaid98 authored Mar 8, 2024
2 parents 1bc520d + 55f8888 commit a59c318
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.9.1" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.5"
id("org.jooq.jooq-codegen-gradle") version "3.19.6"

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

// JDBC Drivers
Expand Down

0 comments on commit a59c318

Please sign in to comment.