Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Feb 21, 2024
1 parent 27f799c commit 95e2246
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.2");
return new MariaDBContainer<>("mariadb:11.3");
}

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

0 comments on commit 95e2246

Please sign in to comment.