Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump the prod-deps group with 2 updates #128

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2024

Bumps the prod-deps group with 2 updates: org.folio:cql2pgjson and org.semver4j:semver4j.

Updates org.folio:cql2pgjson from 35.2.2 to 35.3.0

Release notes

Sourced from org.folio:cql2pgjson's releases.

v35.3.0

Ramsons (2024 R2) release, see upgrade notes.

New features:

  • RMB-993 Set db connection application_name for Postgres' pg_stat_activity
  • RMB-994 Cache loading of schema.json in CQL2PgJSON
  • RMB-997 Avoid left(...,600) for sqlExpression/sqlExpressionQuery
  • RMB-998, RMB-1007 Upgrade dependencies for Ramsons; add license
  • RMB-985 Avoid SET ROLE/SET SCHEMA in Shared Pool
  • RMB-1000 Provide ObjectMapperTool.valueAsString
  • RMB-975 Define DB_HOST_ASYNC_READER, DB_PORT_ASYNC_READER
  • RMB-1003 Replace deprecated io.vertx.core.logging.Logger by org.apache.logging.log4j.Logger
  • RMB-1008 Upgrade PostgreSQL from 12 to 16 for Ramsons
  • RMB-360 db init without superuser/create rule/create schema privileges

Bug fixes:

  • RMB-1005 Unset DB_ env fixing Failed to resolve 'myhost'
  • RMB-1004 Recreate rmb_internal row
  • Fix wrong urlEncode example code, use PercentCodec instead
  • RMB-1001 API is unable to parse "" (empty string) as an optionally empty field
Changelog

Sourced from org.folio:cql2pgjson's changelog.

35.3.0 2024-10-14

Ramsons (2024 R2) release, see upgrade notes.

New features:

  • RMB-993 Set db connection application_name for Postgres' pg_stat_activity
  • RMB-994 Cache loading of schema.json in CQL2PgJSON
  • RMB-997 Avoid left(...,600) for sqlExpression/sqlExpressionQuery
  • RMB-998, RMB-1007 Upgrade dependencies for Ramsons; add license
  • RMB-985 Avoid SET ROLE/SET SCHEMA in Shared Pool
  • RMB-1000 Provide ObjectMapperTool.valueAsString
  • RMB-975 Define DB_HOST_ASYNC_READER, DB_PORT_ASYNC_READER
  • RMB-1003 Replace deprecated io.vertx.core.logging.Logger by org.apache.logging.log4j.Logger
  • RMB-1008 Upgrade PostgreSQL from 12 to 16 for Ramsons
  • RMB-360 db init without superuser/create rule/create schema privileges

Bug fixes:

  • RMB-1005 Unset DB_ env fixing Failed to resolve 'myhost'
  • RMB-1004 Recreate rmb_internal row
  • Fix wrong urlEncode example code, use PercentCodec instead
  • RMB-1001 API is unable to parse "" (empty string) as an optionally empty field
Commits
  • 7dcee52 [maven-release-plugin] prepare release v35.3.0
  • 48d4db6 NEWS for 35.3.0
  • ccab941 Merge pull request #1171 from folio-org/RMB-360-no-superuser
  • 7d9bde3 Add missing space before method's {
  • b04390c Merge branch 'master' into RMB-360-no-superuser
  • 53d08bb Merge pull request #1170 from folio-org/RMB-1008-postgres-16
  • d7ba351 Merge branch 'master' into RMB-1008-postgres-16
  • 0ead376 Merge pull request #1169 from folio-org/RMB-1007-ramsons-upgrades
  • 9d00e60 Replace this lambda with method reference 'Objects::nonNull' (Sonar)
  • ce87996 RMB-360: db init without superuser/create rule/create schema privileges
  • Additional commits viewable in compare view

Updates org.semver4j:semver4j from 5.4.0 to 5.4.1

Release notes

Sourced from org.semver4j:semver4j's releases.

v5.4.1

What's Changed

🪳 Bug Fixes

🧹 Housekeeping

📦 Dependency Updates

Commits
  • 01d0933 Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (#301)
  • a1f5aa6 Bump org.jetbrains:annotations from 26.0.0 to 26.0.1 (#300)
  • bbebc34 Fix OOBE, update README (#293)
  • fe23057 Bump org.jetbrains:annotations from 25.0.0 to 26.0.0 (#298)
  • 7d65e7c Bump de.thetaphi:forbiddenapis from 3.7 to 3.8 (#296)
  • 15e9d19 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 (#297)
  • 9d3b81c Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 (#295)
  • df46471 Add Java 21 (#294)
  • 51fff47 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 (#292)
  • e5c6ebe Bump org.mockito:mockito-core from 5.14.0 to 5.14.1 (#291)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-deps group with 2 updates: [org.folio:cql2pgjson](https://github.com/folio-org/raml-module-builder) and [org.semver4j:semver4j](https://github.com/semver4j/semver4j).


Updates `org.folio:cql2pgjson` from 35.2.2 to 35.3.0
- [Release notes](https://github.com/folio-org/raml-module-builder/releases)
- [Changelog](https://github.com/folio-org/raml-module-builder/blob/master/NEWS.md)
- [Commits](folio-org/raml-module-builder@v35.2.2...v35.3.0)

Updates `org.semver4j:semver4j` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/semver4j/semver4j/releases)
- [Commits](semver4j/semver4j@v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: org.folio:cql2pgjson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.semver4j:semver4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 20, 2024 18:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2024
Copy link

@dmtkachenko
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 24bd913 into master Oct 21, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/prod-deps-8940c5a2dd branch October 21, 2024 09:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant