Skip to content

Commit

Permalink
fix(deps): bump the prod-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 2 updates: org.apache.commons:commons-lang3 and [org.folio:cql2pgjson](https://github.com/folio-org/raml-module-builder).


Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.17.0

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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 26e91b8 commit 848cb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<folio-spring-support.version>8.2.0</folio-spring-support.version>
<folio-service-tools.version>4.1.0-SNAPSHOT</folio-service-tools.version>
<folio-isbn-utils.version>1.7.0-SNAPSHOT</folio-isbn-utils.version>
<folio-cql2pgjson.version>35.2.2</folio-cql2pgjson.version>
<folio-cql2pgjson.version>35.3.0</folio-cql2pgjson.version>
<opensearch.version>2.17.1</opensearch.version>
<mapstruct.version>1.6.2</mapstruct.version>
<apache-commons-io.version>2.17.0</apache-commons-io.version>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.17.0</version>
</dependency>


Expand Down

0 comments on commit 848cb00

Please sign in to comment.