This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new bdd2a2b24b NIFI-11819 Update derby.version to 10.16.1.1
bdd2a2b24b is described below
commit bdd2a2b24bf18a612ad43b6a67687a1057546460
Author: mr1716 <[email protected]>
AuthorDate: Mon Jul 17 11:14:04 2023 -0400
NIFI-11819 Update derby.version to 10.16.1.1
Signed-off-by: Pierre Villard <[email protected]>
This closes #7491.
---
.../nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml | 4 ++--
.../nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
index d9e8e5397a..a091d3f6d3 100644
---
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
+++
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml
@@ -22,7 +22,7 @@
<artifactId>nifi-dbcp-service</artifactId>
<packaging>jar</packaging>
<properties>
- <derby.version>10.14.2.0</derby.version>
+ <derby.version>10.16.1.1</derby.version>
</properties>
<dependencies>
<dependency>
@@ -145,4 +145,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
index ec1295f58c..395fee7321 100644
---
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
+++
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
@@ -22,7 +22,7 @@
<artifactId>nifi-hikari-dbcp-service</artifactId>
<packaging>jar</packaging>
<properties>
- <derby.version>10.14.2.0</derby.version>
+ <derby.version>10.16.1.1</derby.version>
</properties>
<dependencies>
<dependency>