Skip to content

Commit 3a46d00

Browse files
fix(deps): update flyway to v11
1 parent a47db6d commit 3a46d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@
111111
<dependency>
112112
<groupId>org.flywaydb</groupId>
113113
<artifactId>flyway-core</artifactId>
114-
<version>10.22.0</version>
114+
<version>11.3.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.flywaydb</groupId>
118118
<artifactId>flyway-mysql</artifactId>
119-
<version>10.22.0</version>
119+
<version>11.3.0</version>
120120
<scope>runtime</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.flywaydb</groupId>
124124
<artifactId>flyway-database-postgresql</artifactId>
125-
<version>10.22.0</version>
125+
<version>11.3.0</version>
126126
<scope>runtime</scope>
127127
</dependency>
128128
<dependency>

0 commit comments

Comments
 (0)