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 d23bcf0e Bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0 
(#515)
d23bcf0e is described below

commit d23bcf0e21f601cc6850435d342233f7251cbada
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 14:09:37 2024 -0500

    Bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0 (#515)
    
    Bumps org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-dbcp2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 75f9f19d..10cbe0e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.12.0</version>
+      <version>2.13.0</version>
       <scope>test</scope>
     </dependency>
 

Reply via email to