You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/06/15 16:44:58 UTC

[archiva-redback-core] 01/01: Bump derby from 10.8.2.2 to 10.16.1.1

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

github-bot pushed a commit to branch dependabot/maven/redback-2.6.x/org.apache.derby-derby-10.16.1.1
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit c1cb3f48fbe0ad06c6ad05956ae45bc21d819f61
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 15 16:44:54 2022 +0000

    Bump derby from 10.8.2.2 to 10.16.1.1
    
    Bumps derby from 10.8.2.2 to 10.16.1.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.derby:derby
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 redback-data-management/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redback-data-management/pom.xml b/redback-data-management/pom.xml
index 37e789a2..bc6d06f5 100644
--- a/redback-data-management/pom.xml
+++ b/redback-data-management/pom.xml
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.8.2.2</version>
+      <version>10.16.1.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>