Skip to content

Commit

Permalink
Merge pull request #254 from navikt/dependabot/gradle/flywayVersion-1…
Browse files Browse the repository at this point in the history
…0.11.0

Bump flywayVersion from 10.10.0 to 10.11.0
  • Loading branch information
igorweber authored Apr 8, 2024
2 parents e420d8b + a4fc5c7 commit bee9c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import com.github.jengelman.gradle.plugins.shadow.transformers.ServiceFileTransformer
import org.gradle.api.tasks.testing.logging.TestExceptionFormat

val flywayVersion = "10.10.0"
val flywayVersion = "10.11.0"
val h2Version = "2.2.224"
val jacksonVersion = "2.17.0"
val kotlinLoggerVersion = "3.0.5"
Expand Down

0 comments on commit bee9c49

Please sign in to comment.