Skip to content

Commit

Permalink
Merge pull request #113 from Alathra/dependabot/gradle/main/org-flywa…
Browse files Browse the repository at this point in the history
…ydb-7508bf8eed

build: bump the org-flywaydb group with 3 updates
  • Loading branch information
darksaid98 authored Aug 23, 2024
2 parents 27ffb5f + 200cf63 commit b9b0540
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("xyz.jpenilla.run-paper") version "2.3.1" // Adds runServer and runMojangMappedServer tasks for testing
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.17.1" // Database migrations
id("org.flywaydb.flyway") version "10.17.2" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.11"

eclipse
Expand Down Expand Up @@ -69,8 +69,8 @@ dependencies {

// Database Dependencies (Core)
implementation("com.zaxxer:HikariCP:5.1.0")
library("org.flywaydb:flyway-core:10.17.1")
library("org.flywaydb:flyway-mysql:10.17.1")
library("org.flywaydb:flyway-core:10.17.2")
library("org.flywaydb:flyway-mysql:10.17.2")
library("org.jooq:jooq:3.19.11")
jooqCodegen("com.h2database:h2:2.3.232")

Expand All @@ -93,8 +93,8 @@ dependencies {

// Testing (Database Dependencies)
testImplementation("com.zaxxer:HikariCP:5.1.0")
testImplementation("org.flywaydb:flyway-core:10.17.1")
testImplementation("org.flywaydb:flyway-mysql:10.17.1")
testImplementation("org.flywaydb:flyway-core:10.17.2")
testImplementation("org.flywaydb:flyway-mysql:10.17.2")
testImplementation("org.jooq:jooq:3.19.11")

// Testing (JDBC Drivers)
Expand Down

0 comments on commit b9b0540

Please sign in to comment.