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

Bump the dependency-updates group across 1 directory with 18 updates #108

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependency-updates group with 17 updates in the / directory:

Package From To
io.airlift:airbase 199 212
org.springframework.boot:spring-boot-dependencies 3.3.5 3.4.2
org.springframework.boot:spring-boot-maven-plugin 3.3.5 3.4.2
com.zaxxer:HikariCP 6.2.0 6.2.1
commons-codec:commons-codec 1.17.1 1.17.2
commons-io:commons-io 2.17.0 2.18.0
io.trino:trino-jdbc 464 468
jakarta.persistence:jakarta.persistence-api 3.1.0 3.2.0
net.java.dev.jna:jna 5.15.0 5.16.0
org.apache.commons:commons-lang3 3.16.0 3.17.0
org.freemarker:freemarker 2.3.33 2.3.34
org.hibernate.validator:hibernate-validator 8.0.1.Final 8.0.2.Final
org.mockito:mockito-core 5.14.2 5.15.2
org.springframework.retry:spring-retry 2.0.10 2.0.11
org.testcontainers:postgresql 1.20.3 1.20.4
org.testcontainers:testcontainers 1.20.3 1.20.4
org.postgresql:postgresql 42.7.4 42.7.5

Updates io.airlift:airbase from 199 to 212

Release notes

Sourced from io.airlift:airbase's releases.

Release 212

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@211...212

Release 211

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@210...211

Release 210

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@209...210

Release 209

What's Changed

Dependency updates 📦

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-dependencies from 3.3.5 to 3.4.2

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies'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 org.springframework.boot:spring-boot-maven-plugin from 3.3.5 to 3.4.2

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin'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 com.zaxxer:HikariCP from 6.2.0 to 6.2.1

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 6.2.2

  • increase keepaliveTime variance from 10% to 20%

  • merged #2266 support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d

Changes in 6.2.1

  • change default keepaliveTime to 2 minutes

  • fix commons-compress dependency, make test scope

Changes in 6.2.0

  • merged #2238 handle SQLTimeoutException without eviction. Users looking to preserve previous behavior should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride to the pool configuration.

  • added new enum value, Override.MUST_EVICT, available to implementations of com.zaxxer.hikari.SQLExceptionOverride

  • enhanced debug logging in circumstances where the pool falls to zero size and new connections to the database continue to fail.

  • update test dependencies that were flagged as having vulnerabilities

Changes in 6.1.0

  • fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction

  • merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource

  • merged #2244 improve JavassistProxyFactory

  • merged #2243 fix inconsistency between isWrapperFor and unwrap

  • merged #1827 support loading properties file in unnamed resources module

  • merged #1842 don't clear isCommitStateDirty flag in setReadOnly

  • change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips

Changes in 6.0.0

  • fixed #2152 duplicate connection in try with resources clause caused close() being called twice on each connection

  • merged #2226 consistent handling of errorCode and sqlState in timeout exception

  • merged #2199 eliminate network call if state get is called after set

... (truncated)

Commits
  • 1d517a9 [maven-release-plugin] prepare release HikariCP-6.2.1
  • be6594a assign default keepaliveTime of 2 minutes
  • 1836e3f add test scope to commons-compress dependency
  • c166946 Update README.md
  • 7de262f [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates commons-codec:commons-codec from 1.17.1 to 1.17.2

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.17.2 RELEASE NOTES

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •         Rewrite DaitchMokotoffSoundex.soundex(String) using String.join(). Thanks to Gary Gregory.
    
  • CODEC-324: Use Resource.class to load resources, rather than its class loader #353. Thanks to Michael Froh.
  •         Deprecate CharSequenceUtils.CharSequenceUtils(). Thanks to Gary Gregory.
    
  •         Deprecate Sha2Crypt.Sha2Crypt(). Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [#296](https://github.com/apache/commons-codec/issues/296), [#305](https://github.com/apache/commons-codec/issues/305), [#313](https://github.com/apache/commons-codec/issues/313). Thanks to Dependabot.
    
  •         Bump org.apache.commons:commons-parent from 71 to 78 [#310](https://github.com/apache/commons-codec/issues/310), [#312](https://github.com/apache/commons-codec/issues/312), [#319](https://github.com/apache/commons-codec/issues/319), [#323](https://github.com/apache/commons-codec/issues/323), [#326](https://github.com/apache/commons-codec/issues/326), [#333](https://github.com/apache/commons-codec/issues/333). Thanks to Gary Gregory.
    
  •         [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 [#318](https://github.com/apache/commons-codec/issues/318), [#341](https://github.com/apache/commons-codec/issues/341). Thanks to Gary Gregory, Dependabot.
    
  •         Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#332](https://github.com/apache/commons-codec/issues/332). Thanks to Gary Gregory, Dependabot.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits
  • 1962613 Prepare for the next release candidate
  • 1c23ee9 Prepare for the next release candidate
  • 4b32c49 Add missing Javadoc
  • 7c8f3d6 Add missing Javadoc
  • 10fd9a4 Add missing Javadoc
  • 4d917fa Deprecate Sha2Crypt.Sha2Crypt()
  • 1b815fe Deprecate CharSequenceUtils.CharSequenceUtils()
  • 6921f98 Add Checkstyle JavadocPackage
  • 4614b09 Sort Checkstyle entries
  • 68b655b Add Checkstyle WhitespaceAroundCheck
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.17.0 to 2.18.0

Updates io.trino:trino-jdbc from 464 to 468

Updates jakarta.persistence:jakarta.persistence-api from 3.1.0 to 3.2.0

Release notes

Sourced from jakarta.persistence:jakarta.persistence-api's releases.

Jakarta Persistence 3.2.0-M01

This release contains following changes:

  • Adds factory-level access to named queries and named entity graphs
  • Updates orm schema for 3.2

Full Changelog: jakartaee/persistence@3.2-DRAFT01-3.2.0-B02-RELEASE...3.2-M1-3.2.0-M1-RELEASE

Jakarta Persistence 3.1.0 API

This release contains following changes:

  • EntityManagerFactory and EntityManager interfaces extends java.lang.AutoCloseable interface
  • Fixes ClassTransformer.transform to throw Persistence API specific exception
  • Adds support for java.util.UUID and GenerationType.UUID
  • Adds CEILING, EXP, FLOOR, LN, POWER, ROUND, and SIGN numeric functions to Jakarta Persistence QL and ceiling(), exp(), floor(), ln(), power(), round(), and sign() to Criteria API
  • Adds LOCAL DATE, LOCAL DATETIME, and LOCAL TIME functions to Jakarta Persistence QL and corresponding localDate(), localDateTime(), and localTime() to Criteria API
  • Adds EXTRACT function to Jakarta Persistence QL
  • Adds support for Expressions as conditions in Criteria CASE expressions
  • Adds missing definition of single_valued_embeddable_object_field in Jakarta Persistence QL BNF
  • Clarifies mixing types of query input parameters
  • Clarifies definition of the Basic type
  • Clarifies the order of parameters in the LOCATE function
  • Clarifies SqlResultSetMapping with multiple EntityResults and conflicting aliases

New Contributors

Project Board: https://github.com/eclipse-ee4j/jpa-api/projects/2 Full Changelog: https://github.com/eclipse-ee4j/jpa-api/commits/3.1-3.1.0-RELEASE

Commits
  • 320bfac Update API version of jakarta.persistence:jakarta.persistence-api to 3.2.0
  • cca3db7 Update SPEC version of jakarta.persistence:persistence-spec to 3.2
  • 5e5f361 consistently use monospace font in ch4
  • 48d0c3b mention addition of TypedQueryReference in changelog
  • ac57cee add missing @​since annotations
  • 16e386c update spec license to 1.1
  • a5f9aa2 clean up the orderby_item rule
  • f1904da entity_id_or_version_function should be a scalar_expression
  • 4eb1617 Finalize the changelog for 3.2
  • c73b77a #589: avoid collisions in metamodel's variables (#592)
  • Additional commits viewable in compare view

Updates net.java.dev.jna:jna from 5.15.0 to 5.16.0

Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.16.0

Features

  • #1626: Add caching of field list and field validation in Structure along with more efficient reentrant read-write locking instead of synchronized() blocks - @​BrettWooldridge

Bug Fixes

Commits
  • 7452f87 Release 5.16.0
  • a9d4e09 Merge pull request #1643 from matthiasblaesing/javadoc2
  • d1bef49 Merge pull request #1642 from matthiasblaesing/android-fix-16k
  • dfb4016 Fix missing javadoc file resoures/fonts/dejavu.css
  • e62279f Bump JNI revision number and rebuild android native parts (other platforms ar...
  • 58d2c1b Fix unittest when run on linux systems with more than 15 partitions
  • 17f4e59 Fix calls to jnidispatch on Android with 16KB page size
  • 3befd7f Merge pull request #1637 from matthiasblaesing/fix-javadoc
  • 3fb2f87 Fix javadoc
  • 9e1e377 Merge pull request #1631 from matthiasblaesing/pr-1629
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0

Updates org.freemarker:freemarker from 2.3.33 to 2.3.34

Updates org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final

Changelog

Sourced from org.hibernate.validator:hibernate-validator's changelog.

8.0.2.Final (2024-12-13)

** Bug * HV-2067 UUID version not correctly validated * HV-2002 Brazilian Titulo Eleitoral not correctly validating on some scenarios * HV-1959 Typo fix for Ukrainian localization * HV-1829 Hibernate docs still reference ConstraintDefinitionContributor which was removed in 5.3

** Improvement * HV-2066 update document section 3.1.1 * HV-1981 Use Maven 3.9.6 in CI builds and as a required minimum version for the build * HV-1943 Some french validation messages are not quite accurate

** Task * HV-1990 Test Hibernate Validator against JDK 24 * HV-1989 Update documentation examples to use the min required Java version where applicable * HV-1980 Update gpg plugin configuration * HV-1969 Test Hibernate Validator against JDK 23 * HV-1968 Force user.country when testing

Commits
  • 8420c55 [Jenkins release job] Preparing release 8.0.2.Final
  • a188186 [Jenkins release job] changelog.txt updated by release build 8.0.2.Final
  • 5b8eb7d [Jenkins release job] README.md updated by release build 8.0.2.Final
  • 24ccce7 Specify an explicit plexus-utils dependency for copy-maven-plugin
  • 0a9bfaa Add more rules to gitignore
  • ad8e0b1 Include maven wrapper
  • d4b8210 HV-2067 Adjust UUID's version/variant validation
  • bb039fd HV-1829 Remove mentions of the ConstraintDefinitionContributor from the docs
  • 8733523 HV-2066 Update documentation section 3.1.1
  • b23a4c4 HV-1989 Fix spec version in the CDI extension manifest
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.14.2 to 5.15.2

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.15.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2

v5.15.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.1

v5.15.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.0

... (truncated)

Commits
  • e04dbbe Fix javadoc publication (#3561)
  • 567c5b9 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#3560)
  • 2c184c9 Introduce release convention plugin for Shipkit integration (#3533)
  • 68c4285 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#3557)
  • cd4704a Avoid warning when dynamic attach is enabled with JVM flag (#3551)
  • 3731b6b Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 (#3555)
  • 29c9476 Bump junit-jupiter from 5.11.3 to 5.11.4 (#3554)
  • dc0dc88 Bump bytebuddy from 1.15.10 to 1.15.11 (#3553)
  • 2e7992b Bump com.google.googlejavaformat:google-java-format (#3545)
  • 51ed33f Bump com.gradle.develocity from 3.18.2 to 3.19 (#3544)
  • Additional commits viewable in compare view

Updates org.springframework.retry:spring-retry from 2.0.10 to 2.0.11

Release notes

Sourced from org.springframework.retry:spring-retry's releases.

v2.0.11

⭐ New Features

  • Version in pom.xml contains "${revision}" #474

🐞 Bug Fixes

  • MetricsRetryListener problems #477

📔 Documentation

  • Documentation is no longer published #476
Commits
  • e2751f4 Release v2.0.11
  • c114574 Upgrade dependencies, maven plugins; prepare for release
  • 9c603ab Fix EnableRetryWithBackoffTests for possible random as 0 jitter
  • 87f02c2 GH-474: Get rid of revision property in POM
  • 3b65003 Add Announce Release in Chat job into release.yml
  • 23f6a71 GH-479: Fix pom.xml for proper org & project urls
  • f92c90a GH-477: Fix MetricsRetryListener.close() for concurrent calls
  • 78bd8d2 GH-476: Assemble Zip for Javadocs
  • ed9861d Next development version (v2.0.11-SNAPSHOT)
  • See full diff in compare view

Updates org.testcontainers:postgresql from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.4

What's Changed

Bumps the dependency-updates group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `199` | `212` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.2` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.2` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.2.0` | `6.2.1` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.17.2` |
| commons-io:commons-io | `2.17.0` | `2.18.0` |
| io.trino:trino-jdbc | `464` | `468` |
| [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) | `3.1.0` | `3.2.0` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.15.0` | `5.16.0` |
| org.apache.commons:commons-lang3 | `3.16.0` | `3.17.0` |
| org.freemarker:freemarker | `2.3.33` | `2.3.34` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `8.0.1.Final` | `8.0.2.Final` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.10` | `2.0.11` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` |



Updates `io.airlift:airbase` from 199 to 212
- [Release notes](https://github.com/airlift/airbase/releases)
- [Changelog](https://github.com/airlift/airbase/blob/master/CHANGES.md)
- [Commits](https://github.com/airlift/airbase/commits)

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

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

Updates `com.zaxxer:HikariCP` from 6.2.0 to 6.2.1
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.2.0...HikariCP-6.2.1)

Updates `commons-codec:commons-codec` from 1.17.1 to 1.17.2
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.17.2)

Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `io.trino:trino-jdbc` from 464 to 468

Updates `jakarta.persistence:jakarta.persistence-api` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/jakartaee/persistence/releases)
- [Commits](jakartaee/persistence@3.1-3.1.0-RELEASE...3.2-3.2.0-RELEASE)

Updates `net.java.dev.jna:jna` from 5.15.0 to 5.16.0
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.15.0...5.16.0)

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

Updates `org.freemarker:freemarker` from 2.3.33 to 2.3.34

Updates `org.hibernate.validator:hibernate-validator` from 8.0.1.Final to 8.0.2.Final
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.1.Final...8.0.2.Final)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.15.2)

Updates `org.springframework.retry:spring-retry` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.10...v2.0.11)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:testcontainers` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.testcontainers:testcontainers` from 1.20.3 to 1.20.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4)

Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

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

---
updated-dependencies:
- dependency-name: io.airlift:airbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.freemarker:freemarker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 27, 2025
@cla-bot cla-bot bot added the cla-signed label Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 29, 2025
@dependabot dependabot bot deleted the dependabot/maven/dependency-updates-175a3a7a8c branch January 29, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed dependencies Pull requests that update a dependency file java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

0 participants