zitadel / saml

A SAML 2.0 server (IdP) implementation written for Go
https://zitadel.com
Apache License 2.0
45 stars 9 forks source link

chore(deps): bump github.com/beevik/etree from 1.1.0 to 1.1.3 #48

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/beevik/etree from 1.1.0 to 1.1.3.

Changelog

Sourced from github.com/beevik/etree's changelog.

Release v1.1.3

  • XML reads now preserve CDATA sections instead of converting them to standard character data.

Release v1.1.2

  • Fixed a path parsing bug.
  • The Element.Text function now handles comments embedded between character data spans.

Release v1.1.1

  • Updated go version in go.mod to 1.20
Commits
  • 73600d0 Release v1.1.3
  • 5a0225a Reads now preserve CDATA sections
  • 1288176 [codespell] Fix typos. (#108)
  • de6baa5 Update version to v1.1.2
  • c617222 Fix a bug in path parsing
  • ae6f9e6 Element Text() method handles embedded comments
  • aaf6878 Update go module to use go 1.20
  • 63a7976 Update go module version to 1.18
  • 4a2f8b9 Fix bug in the parsing of imbalanced XML elements
  • 977ca2e Update travis config
  • Additional commits viewable in compare view


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 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 1 year ago

Codecov Report

Merging #48 (d740b2b) into main (29525bc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   47.26%   47.26%           
=======================================
  Files          21       21           
  Lines        1976     1976           
=======================================
  Hits          934      934           
  Misses        984      984           
  Partials       58       58           
dependabot[bot] commented 1 year ago

Superseded by #49.