This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch draft-dependency-upgrades
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/draft-dependency-upgrades by
this push:
new 9540bce Minor fixes
9540bce is described below
commit 9540bce9f76c8129bb85bee83d3d5bf11563a12d
Author: Serge Huber <[email protected]>
AuthorDate: Wed Sep 8 18:24:02 2021 +0200
Minor fixes
---
kar/src/main/feature/feature.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kar/src/main/feature/feature.xml b/kar/src/main/feature/feature.xml
index 32ca6bf..fbdd9b0 100644
--- a/kar/src/main/feature/feature.xml
+++ b/kar/src/main/feature/feature.xml
@@ -29,8 +29,8 @@
<feature prerequisite="true">war</feature>
<feature>cxf-jaxrs</feature>
<feature>cxf-features-metrics</feature>
- <feature>cxf-rs-description-openapi-v3</feature>
<feature>cxf-rs-security-cors</feature>
+ <feature>cxf-rs-description-openapi-v3</feature>
<feature>cellar</feature>
<feature>eventadmin</feature>
<feature>shell-compat</feature>
diff --git a/pom.xml b/pom.xml
index 2d4ed7a..a98b90f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cxf.version>3.3.11</cxf.version>
<version.jackson.core>2.10.5</version.jackson.core>
- <version.jackson.databind>2.10.5</version.jackson.databind>
+ <version.jackson.databind>2.10.5.1</version.jackson.databind>
<version.jackson.jaxb>2.10.5</version.jackson.jaxb>
<version.karaf>4.2.11</version.karaf>
<version.karaf.cellar>4.2.1</version.karaf.cellar>