javalin / javalin-ssl

Straightforward SSL Configuration for Javalin!
https://javalin.io/plugins/ssl-helpers
10 stars 1 forks source link

[gradle](deps): Bump sslContextKickstart from 8.1.5 to 8.1.7 #107

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps sslContextKickstart from 8.1.5 to 8.1.7. Updates io.github.hakky54:sslcontext-kickstart from 8.1.5 to 8.1.7

Changelog

Sourced from io.github.hakky54:sslcontext-kickstart's changelog.

v8.1.7

  • Resolved CVE-2023-33201 LDAP injection vulnerability caused by transitive dependency of Bouncy Castle in the library of sslcontext-kickstart-for-pem
  • Bumped dependencies
  • Filter out duplicate extracted certificates
  • Add appending capabilities to an existing keystore
  • Added option to extract port from uri

v8.1.6

  • Bug-fix Resolved antivirus alert by removing shell script layer from Mac OS X command to fetch system trusted Certificate Authorities
  • Bug-fix Resolved antivirus alert by excluding ~/Library/Keychains/login.keychain-db keychain file from MacCertificateUtils
  • Bumped dependencies
  • Added method to check if a certificate is a self-signed one in CertificateUtils
Commits
  • 38c8bd5 [maven-release-plugin] prepare release v8.1.7
  • 9f82cd8 Updated docs
  • 6784b62 Fixes #387 by moving to latest Bouncy Castle for Java 8
  • e4fe009 Bump version.netty-handler from 4.1.98.Final to 4.1.99.Final (#385)
  • 956f09b Bump com.mycila:license-maven-plugin from 4.2 to 4.3 (#386)
  • 3e8c7af Include Java 21 for GitHub CI (#383)
  • f98c0f5 Added asserting exception class
  • 6136b9e Bump version.netty-handler from 4.1.97.Final to 4.1.98.Final (#382)
  • 955900e Retain the order of processing in the resulting collection
  • db17b0d Retain the order of insertion for aliases
  • Additional commits viewable in compare view


Updates io.github.hakky54:sslcontext-kickstart-for-jetty from 8.1.5 to 8.1.7

Changelog

Sourced from io.github.hakky54:sslcontext-kickstart-for-jetty's changelog.

v8.1.7

  • Resolved CVE-2023-33201 LDAP injection vulnerability caused by transitive dependency of Bouncy Castle in the library of sslcontext-kickstart-for-pem
  • Bumped dependencies
  • Filter out duplicate extracted certificates
  • Add appending capabilities to an existing keystore
  • Added option to extract port from uri

v8.1.6

  • Bug-fix Resolved antivirus alert by removing shell script layer from Mac OS X command to fetch system trusted Certificate Authorities
  • Bug-fix Resolved antivirus alert by excluding ~/Library/Keychains/login.keychain-db keychain file from MacCertificateUtils
  • Bumped dependencies
  • Added method to check if a certificate is a self-signed one in CertificateUtils
Commits
  • 38c8bd5 [maven-release-plugin] prepare release v8.1.7
  • 9f82cd8 Updated docs
  • 6784b62 Fixes #387 by moving to latest Bouncy Castle for Java 8
  • e4fe009 Bump version.netty-handler from 4.1.98.Final to 4.1.99.Final (#385)
  • 956f09b Bump com.mycila:license-maven-plugin from 4.2 to 4.3 (#386)
  • 3e8c7af Include Java 21 for GitHub CI (#383)
  • f98c0f5 Added asserting exception class
  • 6136b9e Bump version.netty-handler from 4.1.97.Final to 4.1.98.Final (#382)
  • 955900e Retain the order of processing in the resulting collection
  • db17b0d Retain the order of insertion for aliases
  • Additional commits viewable in compare view


Updates io.github.hakky54:sslcontext-kickstart-for-pem from 8.1.5 to 8.1.7

Changelog

Sourced from io.github.hakky54:sslcontext-kickstart-for-pem's changelog.

v8.1.7

  • Resolved CVE-2023-33201 LDAP injection vulnerability caused by transitive dependency of Bouncy Castle in the library of sslcontext-kickstart-for-pem
  • Bumped dependencies
  • Filter out duplicate extracted certificates
  • Add appending capabilities to an existing keystore
  • Added option to extract port from uri

v8.1.6

  • Bug-fix Resolved antivirus alert by removing shell script layer from Mac OS X command to fetch system trusted Certificate Authorities
  • Bug-fix Resolved antivirus alert by excluding ~/Library/Keychains/login.keychain-db keychain file from MacCertificateUtils
  • Bumped dependencies
  • Added method to check if a certificate is a self-signed one in CertificateUtils
Commits
  • 38c8bd5 [maven-release-plugin] prepare release v8.1.7
  • 9f82cd8 Updated docs
  • 6784b62 Fixes #387 by moving to latest Bouncy Castle for Java 8
  • e4fe009 Bump version.netty-handler from 4.1.98.Final to 4.1.99.Final (#385)
  • 956f09b Bump com.mycila:license-maven-plugin from 4.2 to 4.3 (#386)
  • 3e8c7af Include Java 21 for GitHub CI (#383)
  • f98c0f5 Added asserting exception class
  • 6136b9e Bump version.netty-handler from 4.1.97.Final to 4.1.98.Final (#382)
  • 955900e Retain the order of processing in the resulting collection
  • db17b0d Retain the order of insertion for aliases
  • Additional commits viewable in compare view


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)
codecov[bot] commented 11 months ago

Codecov Report

Merging #107 (62724a2) into dev (548cbf9) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##                dev     #107   +/-   ##
=========================================
  Coverage     92.57%   92.57%           
  Complexity       77       77           
=========================================
  Files             7        7           
  Lines           283      283           
  Branches         20       20           
=========================================
  Hits            262      262           
  Misses           19       19           
  Partials          2        2           
Flag Coverage Δ
integrationTests 82.68% <ø> (ø)
unitTests 39.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 11 months ago

Superseded by #109.