GUACAMOLE-1956: Update to latest release of KSM Java SDK (v17.0.0).

This commit is contained in:
Michael Jumper
2025-01-22 15:38:14 -08:00
parent 38541c63aa
commit eb608366b7
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +0,0 @@
com.keepersecurity.secrets-manager:core:jar:16.6.6

View File

@@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 Keeper Security Copyright (c) 2021 Keeper Security
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -2,8 +2,8 @@ Keeper Secrets Manager Java SDK
(https://github.com/Keeper-Security/secrets-manager) (https://github.com/Keeper-Security/secrets-manager)
---------------------------------------------------- ----------------------------------------------------
Version: 16.6.6 Version: 17.0.0
From: 'Keeper Security' (https://www.keepersecurity.com/) From: 'Keeper Security' (https://www.keepersecurity.com/)
License(s): License(s):
MIT (bundled/ksm-sdk-16.6.6/LICENSE) MIT (bundled/ksm-sdk-17.0.0/LICENSE)

View File

@@ -0,0 +1 @@
com.keepersecurity.secrets-manager:core:jar:17.0.0

View File

@@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>com.keepersecurity.secrets-manager</groupId> <groupId>com.keepersecurity.secrets-manager</groupId>
<artifactId>core</artifactId> <artifactId>core</artifactId>
<version>16.6.6</version> <version>17.0.0</version>
<!-- Correct version conflict (different versions across transitive <!-- Correct version conflict (different versions across transitive
dependencies) --> dependencies) -->