]> git.koha-community.org Git - koha.git/commit
Bug 35614: Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 20 Dec 2023 14:18:40 +0000 (11:18 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 4 Apr 2024 13:24:35 +0000 (15:24 +0200)
commite3c138c02951852166ec9258afcf1d426f955902
treea0b8b9d4da939f3d6575baaed16d4b3bef890eb4
parentdf9bc0b86a83d60b7b71924c46087bed7aa4226b
Bug 35614: Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09

This patch updates the following libraries, as required by Koha:

* Mojolicious::Plugin::OpenAPI
* JSON::Validator

To test:
1. Apply this patch
2. Run:
   $ ktd --shell
  k$ sudo cpanm --installdeps .
=> SUCCESS: Dependencies updated correctly
3. Run:
  k$ prove -r t/db_dependent/api/v1/ \
              t/db_dependent/Koha/REST/
=> SUCCESS: Tests pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
cpanfile