Skip to content

Commit

Permalink
fix(deps): update dependency org.webjars:bootstrap to v5.3.3 (#1122)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.webjars:bootstrap to v5.3.3

* Update rabbitmq version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Feb 26, 2024
1 parent f09b6ad commit eb43516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot-rabbitmq-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>5.3.2</version>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TestRabbitMQApplication {
@RestartScope
RabbitMQContainer rabbitMQContainer() {
return new RabbitMQContainer(
DockerImageName.parse("rabbitmq").withTag("3.12.12-management"));
DockerImageName.parse("rabbitmq").withTag("3.13.0-management"));
}

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

0 comments on commit eb43516

Please sign in to comment.