Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Aug 16, 2024
1 parent 80599ba commit 3b89ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class ContainersConfig {
@Bean
@ServiceConnection
MariaDBContainer<?> mariaDbContainer() {
return new MariaDBContainer<>(DockerImageName.parse("mariadb").withTag("11.4"));
return new MariaDBContainer<>(DockerImageName.parse("mariadb").withTag("11.5"));
}
}

0 comments on commit 3b89ce8

Please sign in to comment.