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

chore: Bump the gradle-version-updates group across 1 directory with 8 updates #958

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps the gradle-version-updates group with 8 updates in the /backend directory:

Package From To
org.xerial:sqlite-jdbc 3.45.1.0 3.48.0.0
org.komamitsu:spring-data-sqlite 1.2.0 1.3.0
com.github.ben-manes.caffeine:caffeine 3.1.8 3.2.0
org.springframework.boot 3.4.1 3.4.2
io.freefair.lombok 8.11 8.12
com.github.spotbugs 6.1.0 6.1.2
com.github.ben-manes.versions 0.51.0 0.52.0
org.openrewrite.rewrite 7.0.2 7.0.3

Updates org.xerial:sqlite-jdbc from 3.45.1.0 to 3.48.0.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.48.0.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.48.0 (c0f66af)

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (302a600)

deps-dev

  • bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (a7dd7d4)
  • bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (3c267ae)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Release 3.47.2.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.47.2 (0bd2f8f)

🐛 Fixes

jdbc

  • getColumns doesn't correctly parse precision/scale with whitespace (8455468), closes #1215

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (533efae)
  • bump org.graalvm.buildtools:native-maven-plugin (bbe5e1e)

deps-dev

  • bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (8283aa7)
  • bump org.junit.jupiter:junit-jupiter (80e51ea)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Release 3.47.1.0

Changelog

🚀 Features

... (truncated)

Commits
  • 5d22aab chore(release): 3.48.0.0 [skip ci]
  • b0291ea chore: update native libraries
  • c0f66af feat(sqlite): upgrade to sqlite 3.48.0
  • 302a600 build(deps): bump org.jreleaser:jreleaser-maven-plugin
  • a7dd7d4 build(deps-dev): bump org.mockito:mockito-core from 5.14.2 to 5.15.2
  • 3c267ae build(deps-dev): bump org.assertj:assertj-core from 3.27.0 to 3.27.2
  • 50bb43e chore(release): prepare next snapshot [skip ci]
  • d56e2c4 chore(release): 3.47.2.0 [skip ci]
  • 3e3f5b9 chore: update native libraries
  • 0bd2f8f feat(sqlite): upgrade to sqlite 3.47.2
  • Additional commits viewable in compare view

Updates org.komamitsu:spring-data-sqlite from 1.2.0 to 1.3.0

Commits
  • 68ff728 Merge pull request #55 from komamitsu/doc-parameters-jvm-option
  • 82e960f Add an instruction for Spring Boot 3
  • 4f36abb Merge pull request #54 from komamitsu/support-v3
  • f945f91 Upgrade Gradle wrapper versions
  • 1513c20 Fix GitHub Actions workflow
  • c07ac4f Support test using Spring Boot 3
  • 73caf0b Update README.md
  • 9ff6ee6 Merge pull request #36 from komamitsu/dependabot/gradle/org.junit.jupiter-jun...
  • 40675c2 Merge pull request #33 from komamitsu/dependabot/gradle/org.mockito-mockito-c...
  • e98d467 Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.0

Cache

  • Added Sigstore signing of maven artifacts
  • Added Expiry static factory methods (#1499)
  • Migrated to JSpecify annotations (was checker framework)
  • Fixed variable expiration calculation when nearing overflow
  • Added logging when an async cache's removal listener fails
  • Added an expiration write optimization to more operations (#1320)
  • Fixed when a Weigher or Expiry fail on an async completion (#1687)
  • Fixed cases when the expiration ticker was also used for statistics (#1678)
  • Fixed refresh handling to skip if the async cache's entry is still loading (#1478)
  • Fixed containsKey for an async cache's synchronous view while in-flight (#1626)
  • Fixed premature expiration for an async cache when using nearly immediate expiration (#1623)
  • For a bulk async load returning extra mappings, wait to be added to the cache before returning (#1409)

Guava

  • Relaxed the OSGi version requirement (#1160)

JCache

  • Allow hibernate.javax.cache.uri to load the configuration from a jar (#1347)
Commits
  • 93d845e prepare for next release
  • 8022a16 expand expire write optimization to more operations (fixes #1320)
  • 9b65365 Avoid early expiration of an pending future due to delayed pinning (fixes #1623)
  • 25405d6 skip refreshing if the async cache entry is still loading (fixes #1478)
  • 2d93f2b fix variable expiration calculation when nearing overflow
  • 3ff2445 migrate to the maintained javapoet project
  • bbf54be minor polish and fixes #1820
  • b09770f upgrade to apache commons collections' junit5 test suite
  • 70f5cf8 use jakarta.inject for jcache guice integration test
  • ae21802 add missing asserts to openjdk tests that check only in their custom harness
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.4.1 to 3.4.2

Release notes

Sourced from org.springframework.boot's releases.

v3.4.2

🐞 Bug Fixes

  • Property metadata for "logging.structured.json.customizer" has incorrect type #43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
  • Structured logging properties have no effect in a native image #43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
  • Build info timestamp is truncated to seconds #43617
  • FileWatcher used for SSL reload does not support symlinks #43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340

📔 Documentation

  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #43929
  • Fix description of management.metrics.graphql.autotime.enabled #43905
  • Document 'base64:' prefix support #43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #43826
  • Javadoc of DataSourceBuilder does not reference all supported types #43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
  • Consistently document the minimum supported versions of Gradle #43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
  • Links to the Javadoc of Jakarta Messaging are invalid #43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
  • Javadoc link for jakarta.xml.bind is invalid #43607
  • Documentation still has references to 'layertools' #43605
  • Javadoc of ConstructorBinding should not use markdown formatting #43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.5 #43791
  • Upgrade to Commons Codec 1.17.2 #43720
  • Upgrade to Couchbase Client 3.7.7 #43843
  • Upgrade to FreeMarker 2.3.34 #43721
  • Upgrade to Hibernate 6.6.5.Final #43910
  • Upgrade to HttpCore5 5.3.2 #43792
  • Upgrade to Infinispan 15.0.12.Final #43911
  • Upgrade to Jersey 3.1.10 #43793
  • Upgrade to jOOQ 3.19.18 #43844
  • Upgrade to Lettuce 6.4.2.RELEASE #43609
  • Upgrade to Logback 1.5.16 #43715
  • Upgrade to Micrometer 1.14.3 #43745
  • Upgrade to Micrometer Tracing 1.4.2 #43746
  • Upgrade to Netty 4.1.117.Final #43845
  • Upgrade to Postgresql 42.7.5 #43846
  • Upgrade to Pulsar 3.3.4 #43912

... (truncated)

Commits
  • f775945 Release v3.4.2
  • 068b960 Merge branch '3.3.x' into 3.4.x
  • 34c8353 Next development version (v3.3.9-SNAPSHOT)
  • f184e98 Merge branch '3.3.x' into 3.4.x
  • 390963f Document when defaultValue and description cannot be extracted
  • ef82719 Fix memory comparison in ProcessInfoTests
  • 1e35a0b Correct the type of logging.structured.json.customizer
  • 24e40e8 Upgrade to Spring Pulsar 1.2.2
  • 30dd62a Merge branch '3.3.x' into 3.4.x
  • a3eaafb Upgrade to Spring Pulsar 1.1.8
  • Additional commits viewable in compare view

Updates io.freefair.lombok from 8.11 to 8.12

Release notes

Sourced from io.freefair.lombok's releases.

8.12

What's Changed

Full Changelog: freefair/gradle-plugins@8.11...8.12

Commits
  • 9e84f31 polish
  • 533e059 Merge pull request #1265 from freefair/dependabot/gradle/examples/org.springf...
  • fd6b2b0 Update to SpotBugs 6.1.2
  • be85cba Update to Spring Boot 3.4.0
  • 38bacbb Update to PlantUML '1.2025.0
  • 8a87d18 Merge pull request #1275 from freefair/dependabot/gradle/examples/org.junit-j...
  • d030038 Merge pull request #1278 from freefair/dependabot/gradle/de.larsgrefer.sass-s...
  • 85aec5f Bump de.larsgrefer.sass:sass-embedded-host from 3.7.3 to 4.0.0
  • 4d80ef7 Bump org.junit:junit-bom from 5.11.3 to 5.11.4 in /examples
  • 4a9f546 Merge pull request #1273 from freefair/dependabot/gradle/examples/org.assertj...
  • Additional commits viewable in compare view

Updates com.github.spotbugs from 6.1.0 to 6.1.2

Updates com.github.ben-manes.versions from 0.51.0 to 0.52.0

Updates org.openrewrite.rewrite from 7.0.2 to 7.0.3

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

…8 updates

Bumps the gradle-version-updates group with 8 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.45.1.0` | `3.48.0.0` |
| [org.komamitsu:spring-data-sqlite](https://github.com/komamitsu/spring-data-sqlite) | `1.2.0` | `1.3.0` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.1.8` | `3.2.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` |
| [io.freefair.lombok](https://github.com/freefair/gradle-plugins) | `8.11` | `8.12` |
| com.github.spotbugs | `6.1.0` | `6.1.2` |
| com.github.ben-manes.versions | `0.51.0` | `0.52.0` |
| org.openrewrite.rewrite | `7.0.2` | `7.0.3` |



Updates `org.xerial:sqlite-jdbc` from 3.45.1.0 to 3.48.0.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.45.1.0...3.48.0.0)

Updates `org.komamitsu:spring-data-sqlite` from 1.2.0 to 1.3.0
- [Commits](komamitsu/spring-data-sqlite@1.2.0...1.3.0)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.1.8 to 3.2.0
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.1.8...v3.2.0)

Updates `org.springframework.boot` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

Updates `io.freefair.lombok` from 8.11 to 8.12
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.11...8.12)

Updates `com.github.spotbugs` from 6.1.0 to 6.1.2

Updates `com.github.ben-manes.versions` from 0.51.0 to 0.52.0

Updates `org.openrewrite.rewrite` from 7.0.2 to 7.0.3

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: org.komamitsu:spring-data-sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: io.freefair.lombok
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: org.openrewrite.rewrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot Pull request created by dependabot dependencies Pull requests that update a dependency file java Changes related to backend labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Pull request created by dependabot dependencies Pull requests that update a dependency file java Changes related to backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants