Skip to content

Commit

Permalink
Flyway to Micronaut Core 4.7 (#612)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.2
* fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.12.0
* fix(deps): update dependency io.micronaut.testresources:micronaut-test-resources-bom to v2.6.2
* fix(deps): update flyway to v10.20.1
* copy reflect-config.json from reachability repo
* add parenthesis
* use latest graalvm metadata repository.
  • Loading branch information
sdelamo authored Nov 6, 2024
1 parent 23aa9ee commit 82b4a6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
id "io.micronaut.build.internal.flyway-base"
id 'org.graalvm.buildtools.native'
id("io.micronaut.build.internal.flyway-base")
id("org.graalvm.buildtools.native")
}

tasks.named("test") {
useJUnitPlatform()
}

graalvmNative {
toolchainDetection = false
metadataRepository {
version = "0.3.12"
enabled = true
}
binaries {
Expand Down

This file was deleted.

8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
micronaut-docs = "2.0.0"
micronaut = "4.6.6"
micronaut = "4.7.2"
micronaut-logging = "1.3.0"
micronaut-platform = "4.2.3"
micronaut-test = "4.4.0"
micronaut-serde = "2.11.2"
micronaut-serde = "2.12.0"
micronaut-sql = "5.8.2"
micronaut-test-resources="2.5.4"
micronaut-test-resources="2.6.2"

micronaut-gradle-plugin = "4.4.4"

managed-flyway = "10.17.3"
managed-flyway = "10.20.1"

graal-svm = "23.1.5"
persistence-api = '2.2'
Expand Down

0 comments on commit 82b4a6a

Please sign in to comment.