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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 12bdb99c Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 
to 2.18.2 (#518)
12bdb99c is described below

commit 12bdb99c55db949ecfc57a090e4ecdf524f87094
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 6 13:27:30 2024 -0500

    Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.2 
(#518)
    
    Bumps 
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
 from 2.18.0 to 2.18.2.
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fbf916b5..2afaa9d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.18.0</version>
+      <version>2.18.2</version>
       <optional>true</optional>
     </dependency>
 

Reply via email to