diff options
-rw-r--r-- | common-logging/pom.xml | 2 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 7194f24..d9a25ff 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -36,7 +36,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index af802c4..c7a8d27 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -38,7 +38,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </dependency> <!-- EELF logging library --> |