Skip to content

Commit

Permalink
Update TestApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored May 31, 2024
1 parent 784a663 commit 206d809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class TestApplication {
@Bean
@ServiceConnection
MariaDBContainer<?> mariaDbContainer() {
return new MariaDBContainer<>("mariadb:11.3");
return new MariaDBContainer<>("mariadb:11.4");
}

public static void main(String[] args) {
Expand Down

0 comments on commit 206d809

Please sign in to comment.