Skip to content

Commit

Permalink
Merge pull request #494 from AxonFramework/dependabot/maven/maven-dep…
Browse files Browse the repository at this point in the history
…endencies-6df7b05d23

build(deps): bump the maven-dependencies group with 5 updates
  • Loading branch information
github-actions[bot] authored Feb 11, 2024
2 parents 263b423 + ff36912 commit b17c0e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kafka-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.19.4</version>
<version>1.19.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<jmh-core.version>1.37</jmh-core.version>
<test-containers.version>1.19.4</test-containers.version>
<test-containers.version>1.19.5</test-containers.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<cloudevents.version>2.5.0</cloudevents.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<!-- Spring -->
<spring.boot.version>2.7.18</spring.boot.version>
<!-- Logging -->
<slf4j.version>2.0.11</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>
<log4j.version>2.22.1</log4j.version>
<!-- Testing -->
<commons-io.version>2.15.1</commons-io.version>
Expand Down

0 comments on commit b17c0e6

Please sign in to comment.