You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/13 10:52:38 UTC

(myfaces-tobago) branch tobago-2.x updated: build(deps): bump org.apache.derby:derby from 10.16.1.1 to 10.17.1.0

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

hnoeth pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 3559918fc6 build(deps): bump org.apache.derby:derby from 10.16.1.1 to 10.17.1.0
3559918fc6 is described below

commit 3559918fc6071b01275f7129fec4e02c866b91c0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 13 10:37:07 2023 +0000

    build(deps): bump org.apache.derby:derby from 10.16.1.1 to 10.17.1.0
    
    Bumps org.apache.derby:derby from 10.16.1.1 to 10.17.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.derby:derby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-addressbook-cdi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-addressbook-cdi/pom.xml b/tobago-example/tobago-example-addressbook-cdi/pom.xml
index 8e9b173310..30e28e71e7 100644
--- a/tobago-example/tobago-example-addressbook-cdi/pom.xml
+++ b/tobago-example/tobago-example-addressbook-cdi/pom.xml
@@ -287,7 +287,7 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.16.1.1</version>
+      <version>10.17.1.0</version>
     </dependency>
     <dependency>
        <groupId>org.apache.geronimo.specs</groupId>