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/23 08:36:08 UTC

[brooklyn-server] branch master updated: bump winrm4j version

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 702744c  bump winrm4j version
702744c is described below

commit 702744c4741fffef3ce5b1373e331ef565c68589
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Mon Aug 23 09:35:47 2021 +0100

    bump winrm4j version
    
    new version supports encryption over http!
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8fd6e50..9d408cd 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.11.0</winrm4j.version>
+        <winrm4j.version>0.12.0</winrm4j.version>  <!-- WINRM4J_VERSION -->
         <felix-osgi-compendium.version>1.4.0</felix-osgi-compendium.version>
         <kubernetes-client.version>4.9.0</kubernetes-client.version>