This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit dfd274538d310c4de3e39c9441ea21729d9f2a0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 9 19:39:41 2024 +0000

    Bump org.assertj:assertj-core
    
    Bumps the maven group with 1 update in the /message-bridge directory: 
[org.assertj:assertj-core](https://github.com/assertj/assertj).
    
    
    Updates `org.assertj:assertj-core` from 3.26.0 to 3.26.3
    - [Release notes](https://github.com/assertj/assertj/releases)
    - 
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.0...assertj-build-3.26.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: maven
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 message-bridge/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml
index 459c662..35a3db9 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -52,7 +52,7 @@
         <maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
 
         <quarkus-artemis-jms.version>3.3.0</quarkus-artemis-jms.version>
-        <assertj.version>3.26.0</assertj.version>
+        <assertj.version>3.26.3</assertj.version>
     </properties>
 
     <dependencyManagement>

Reply via email to