deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

chore(gradle): bump pac4j from 5.7.0 to 6.1.0 #6355

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps pac4j from 5.7.0 to 6.1.0. Updates org.pac4j:pac4j-http from 5.7.0 to 6.1.0

Commits
  • 24ea77a [maven-release-plugin] prepare release pac4j-parent-6.1.0
  • 9a8b199 Merge pull request #3149 from pac4j/renovate/hikaricp.version
  • d46e498 fix(deps): update dependency com.zaxxer:hikaricp to v6.1.0
  • 25c34ad Merge pull request #3148 from pac4j/renovate/xmlsec.version
  • 825c7e6 fix(deps): update dependency org.apache.santuario:xmlsec to v4.0.3
  • ea17a5c Merge pull request #3147 from pac4j/renovate/org.apache.maven.plugins-maven-j...
  • 9653fbb chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ...
  • 3fcc5ed Merge pull request #3145 from pac4j/renovate/org.apache.maven.plugins-maven-f...
  • 9dfaba2 Merge pull request #3146 from pac4j/renovate/org.apache.maven.plugins-maven-s...
  • df4d908 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • Additional commits viewable in compare view


Updates org.pac4j:pac4j-oidc from 5.7.0 to 6.1.0

Commits
  • 24ea77a [maven-release-plugin] prepare release pac4j-parent-6.1.0
  • 9a8b199 Merge pull request #3149 from pac4j/renovate/hikaricp.version
  • d46e498 fix(deps): update dependency com.zaxxer:hikaricp to v6.1.0
  • 25c34ad Merge pull request #3148 from pac4j/renovate/xmlsec.version
  • 825c7e6 fix(deps): update dependency org.apache.santuario:xmlsec to v4.0.3
  • ea17a5c Merge pull request #3147 from pac4j/renovate/org.apache.maven.plugins-maven-j...
  • 9653fbb chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ...
  • 3fcc5ed Merge pull request #3145 from pac4j/renovate/org.apache.maven.plugins-maven-f...
  • 9dfaba2 Merge pull request #3146 from pac4j/renovate/org.apache.maven.plugins-maven-s...
  • df4d908 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 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)
niloc132 commented 1 week ago

We have to skip this and future updates as long as we support the server running on Java 11 (or only promote this one jar to 17), as pac4j-oidc depends on spring-core which now requires a minimum of Java 17.