Skip to content

Commit

Permalink
downgrade to make build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 23, 2023
1 parent 783ac6e commit f4171c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jpa/multitenancy/multidatasource-multitenancy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.multitenancy</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class DBContainerInitializer {

@Container
private static final PostgreSQLContainer<?> POSTGRE_SQL_CONTAINER =
new PostgreSQLContainer<>("postgres:16.0-alpine");
new PostgreSQLContainer<>("postgres:16.1-alpine");

@Container
private static final OracleContainer ORACLE_CONTAINER =
Expand Down

0 comments on commit f4171c7

Please sign in to comment.