Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps org.apache.tomcat:tomcat-jdbc from 10.0.27 to 10.1.16.

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 <dependency name> 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)

Bumps org.apache.tomcat:tomcat-jdbc from 10.0.27 to 10.1.16.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 20, 2023
@mergify mergify bot merged commit 8ed7306 into main Nov 25, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.apache.tomcat-tomcat-jdbc-10.1.16 branch November 25, 2023 08:48
@lvca
Copy link
Contributor

lvca commented Nov 25, 2023

I kept an old version for the tests because the newer tomcat db pool jars compiled with java21. I'm testing it again.

@lvca lvca added this to the 23.11.1 milestone Nov 27, 2023
@lvca lvca self-requested a review November 27, 2023 01:06
mergify bot added a commit that referenced this pull request Oct 20, 2025
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5.0.0 to 6.0.0.
Release notes

*Sourced from [actions/setup-node's releases](https://github.com/actions/setup-node/releases).*

> v6.0.0
> ------
>
> What's Changed
> --------------
>
> **Breaking Changes**
>
> * Limit automatic caching to npm, update workflows and documentation by [`@​priyagupta108`](https://github.com/priyagupta108) in [actions/setup-node#1374](https://redirect.github.com/actions/setup-node/pull/1374)
>
> **Dependency Upgrades**
>
> * Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by [`@​dependabot`](https://github.com/dependabot)[bot] in [#1336](https://redirect.github.com/actions/setup-node/pull/1336)
> * Upgrade prettier from 2.8.8 to 3.6.2 by [`@​dependabot`](https://github.com/dependabot)[bot] in [#1334](https://redirect.github.com/actions/setup-node/pull/1334)
> * Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [#1362](https://redirect.github.com/actions/setup-node/pull/1362)
>
> **Full Changelog**: <actions/setup-node@v5...v6.0.0>


Commits

* [`2028fbc`](actions/setup-node@2028fbc) Limit automatic caching to npm, update workflows and documentation ([#1374](https://redirect.github.com/actions/setup-node/issues/1374))
* [`1342781`](actions/setup-node@1342781) Bump actions/publish-action from 0.3.0 to 0.4.0 ([#1362](https://redirect.github.com/actions/setup-node/issues/1362))
* [`89d709d`](actions/setup-node@89d709d) Bump prettier from 2.8.8 to 3.6.2 ([#1334](https://redirect.github.com/actions/setup-node/issues/1334))
* [`cd2651c`](actions/setup-node@cd2651c) Bump ts-jest from 29.1.2 to 29.4.1 ([#1336](https://redirect.github.com/actions/setup-node/issues/1336))
* See full diff in [compare view](actions/setup-node@a0853c2...2028fbc)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-node&package-manager=github\_actions&previous-version=5.0.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants