navikt / gandalf

Facelift for https://github.com/navikt/security-token-service
MIT License
0 stars 0 forks source link

build(deps): bump com.unboundid:unboundid-ldapsdk from 7.0.0 to 7.0.1 #255

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps com.unboundid:unboundid-ldapsdk from 7.0.0 to 7.0.1.

Changelog

Sourced from com.unboundid:unboundid-ldapsdk's changelog.

          <div align="right">

${TARGET="offline"} LDAP SDK Home Page ${TARGET="offline"} Product Information

          <h2>Release Notes</h2>
      &lt;h3&gt;Version 7.0.1&lt;/h3&gt;

      &lt;p&gt;
        The following changes were made between the 7.0.0 and 7.0.1 releases:
      &lt;/p&gt;

      &lt;ul&gt;
        &lt;li&gt;
          Added a new LDAP connection pool health check that can be used to replace
          connections that have remained idle for longer than a specified length of time.
          This is primarily useful in cases where the associated directory servers (or
          intermediate networking equipment) may terminate connections that have remained
          idle for too long.  Note that in connection pools that may contain connections
          across multiple servers, you should probably set a maximum connection age for the
          pool rather than using this health check, as this will better allow the pool to
          return to a balanced state more quickly after a failure has caused connections to
          migrate away from one or more servers.  Also note that health checks that attempt
          to actually communicate with the associated server over LDAP may be preferred
          over this health check because not only will they do a better job of ensuring
          that connections are actually usable, but the communication that they perform
          will also prevent the connections from being seen as idle.
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

        &lt;li&gt;
          Updated the in-memory directory server to improve its concurrency when performing
          operations that don't need to make changes to the data.
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

        &lt;li&gt;
          Added createSubstringAssertion methods to the filter class, which make it easier
          to construct the string representation of a substring assertion with a given
          combination of subInitial, subAny, and/or subFinal elements.  This can be helpful
          for creating the assertion value for an extensible matching filter for use with a
          substring matching rule.
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

        &lt;li&gt;
          Updated the KeyStoreKeyManager and TrustStoreTrustManager classes to make it
          possible to use alternative security providers when accessing key store files.  It

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)