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 15bae5c commit bd83d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<oci.revision>${project.version}</oci.revision>
<mapstruct.version>1.5.5.Fina</mapstruct.version>
<netty.version>4.1.109.Final</netty.version>
<flyway.version>10.13.0</flyway.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -158,7 +159,6 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.22.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public abstract class AbstractTestContainerIntegrationTest {
static final OracleContainer database;

static {
database = new OracleContainer("gvenzl/oracle-xe:18.4.0-slim-faststart")
database = new OracleContainer("gvenzl/oracle-xe:21.3.0-slim-faststart")
.withDatabaseName("legacyfsa")
.withUsername("THE")
.withPassword(UUID.randomUUID().toString().substring(24));
Expand Down

0 comments on commit bd83d09

Please sign in to comment.