Skip to content

Commit

Permalink
Merge pull request #52 from Alathra/dependabot/gradle/main/org-flyway…
Browse files Browse the repository at this point in the history
…db-51163c1195

build: bump the org-flywaydb group with 4 updates
  • Loading branch information
darksaid98 authored Mar 15, 2024
2 parents 94fa7fe + f125224 commit 4d3ad21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2.3" // 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.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.flywaydb.flyway") version "10.10.0" // Database migrations
id("org.jooq.jooq-codegen-gradle") version "3.19.6"

eclipse
Expand Down Expand Up @@ -64,9 +64,9 @@ dependencies {

// Database Dependencies
implementation("com.zaxxer:HikariCP:5.1.0")
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.flywaydb:flyway-core:10.10.0")
library("org.flywaydb:flyway-mysql:10.10.0")
library("org.flywaydb:flyway-database-hsqldb:10.10.0")
library("org.jooq:jooq:3.19.6")
jooqCodegen("com.h2database:h2:2.2.224")

Expand Down

0 comments on commit 4d3ad21

Please sign in to comment.