Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group (#3175)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group in /community with 3 updates: [com.google.guava:guava](https://github.com/google/guava), org.apache.commons:commons-text and [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom).


Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.apache.commons:commons-text` from 1.10.0 to 1.12.0

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 78cbfcf commit 73ae214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commonsBeanutilsVersion = "1.9.4"
commonsCollectionsVersion = "4.4"
tomcatVersion = "9.0.95"
commonsCLIVersion = "1.9.0"
commonsTextVersion = "1.10.0"
commonsTextVersion = "1.12.0"
semver4jVersion = '3.1.0'
slf4jVersion = "1.7.36"
# Attention, see PassingPropertiesJCacheRegionFactory javadoc if this version changes:
Expand All @@ -22,7 +22,7 @@ hibernateVersion = "5.4.33"
javassistVersion = "3.27.0-GA"
# javax.persistence-api is used by hibernate:
javaxPersistenceApiVersion = "2.2"
jacksonBomVersion = "2.17.2"
jacksonBomVersion = "2.18.0"
jakartaTransactionVersion = "1.3.3"
jakartaServletVersion = "4.0.4"
# Keep this until all client projects have migrated to jakarta or it will break their builds !
Expand All @@ -46,7 +46,7 @@ jaxbVersion = "2.3.9"
javaxAnnotationsVersion = "1.3.2"
hazelcastVersion = "5.4.0" # Also update http://www.hazelcast.com/schema/config/hazelcast-config-<VERSION>.xsd if needed
jcacheVersion = "1.1.1"
guavaVersion = "33.3.0-jre"
guavaVersion = "33.3.1-jre"
antlr4RuntimeVersion = "4.7.2"

[libraries]
Expand Down

0 comments on commit 73ae214

Please sign in to comment.