Skip to content

Commit

Permalink
chore: changed flyway and db version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored and renovate[bot] committed May 21, 2024
1 parent bd83d09 commit a94be06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@
<artifactId>flyway-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-oracle</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
Expand Down

0 comments on commit a94be06

Please sign in to comment.