Skip to content

Commit

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

build: bump the org-jooq group with 2 updates
  • Loading branch information
darksaid98 authored Sep 23, 2024
2 parents b5de645 + b83fa01 commit 849a917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7.1" // Used to develop internal plugins using Mojang mappings, See https://github.com/PaperMC/paperweight
id("org.flywaydb.flyway") version "10.18.0" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.11"
id("org.jooq.jooq-codegen-gradle") version "3.19.12"

eclipse
idea
Expand Down Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation("com.zaxxer:HikariCP:5.1.0")
library("org.flywaydb:flyway-core:10.18.0")
library("org.flywaydb:flyway-mysql:10.18.0")
library("org.jooq:jooq:3.19.11")
library("org.jooq:jooq:3.19.12")
jooqCodegen("com.h2database:h2:2.3.232")

// Database Dependencies (JDBC Drivers)
Expand All @@ -98,7 +98,7 @@ dependencies {
testImplementation("com.zaxxer:HikariCP:5.1.0")
testImplementation("org.flywaydb:flyway-core:10.18.0")
testImplementation("org.flywaydb:flyway-mysql:10.18.0")
testImplementation("org.jooq:jooq:3.19.11")
testImplementation("org.jooq:jooq:3.19.12")

// Testing (JDBC Drivers)
testImplementation("com.h2database:h2:2.3.232")
Expand Down

0 comments on commit 849a917

Please sign in to comment.