You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/08/31 12:11:38 UTC

[brooklyn-server] branch master updated: bump winrm - fix leak in encryption factory

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 8afd23e  bump winrm - fix leak in encryption factory
8afd23e is described below

commit 8afd23e6d6dcb0d749ea2016f097e22b2cd8304d
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Aug 31 13:11:18 2021 +0100

    bump winrm - fix leak in encryption factory
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78854ad..d54fda7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <jax-rs-api.version>2.1.1</jax-rs-api.version> <!-- differs from jclouds 2.2.0, which depends on v2.0.1 -->
         <maxmind.version>2.8.0-rc1</maxmind.version>
         <maxmind-db.version>1.2.1</maxmind-db.version>
-        <winrm4j.version>0.12.2</winrm4j.version>  <!-- WINRM4J_VERSION -->
+        <winrm4j.version>0.12.3</winrm4j.version>  <!-- WINRM4J_VERSION -->
         <felix-osgi-compendium.version>1.4.0</felix-osgi-compendium.version>
         <kubernetes-client.version>4.9.0</kubernetes-client.version>