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 15 updates #103

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

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

Package From To
io.airlift:airbase 199 207
org.springframework.boot:spring-boot-dependencies 3.3.5 3.4.1
org.springframework.boot:spring-boot-maven-plugin 3.3.5 3.4.1
com.zaxxer:HikariCP 6.2.0 6.2.1
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.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

Updates io.airlift:airbase from 199 to 207

Release notes

Sourced from io.airlift:airbase's releases.

Release 207

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@206...207

Release 206

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@205...206

Release 205

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@204...205

Release 204

What's Changed

Dependency updates 📦

Full Changelog: airlift/airbase@203...204

... (truncated)

Commits

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

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v3.4.1

🐞 Bug Fixes

  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #43472
  • Kafka dependency management does not include the kafka-server module #43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
  • Accept progress on numbers >2GB #43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
  • Overriding log level with an environment variable does not work when using an environment prefix #43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #43274
  • TestRestTemplate does not allow redirects to be customized #43258
  • Testcontainers start() methods may be started multiple times #43253

📔 Documentation

  • Fix typo in documentation #43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #43544
  • Fix typo #43519
  • Links to logback javadoc are incorrect #43456
  • Fix JUnit javadoc links #43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
  • Restore System property in Logging section of the reference documentation #43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #43325
  • Fix links to Servlet and JPA javadoc #43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
  • Fix Javadoc link for Hikari #43311
  • Document how to use structured logging with custom log configuration #43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249

🔨 Dependency Upgrades

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-maven-plugin from 3.3.5 to 3.4.1

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.4.1

🐞 Bug Fixes

  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #43472
  • Kafka dependency management does not include the kafka-server module #43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
  • Accept progress on numbers >2GB #43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
  • Overriding log level with an environment variable does not work when using an environment prefix #43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #43274
  • TestRestTemplate does not allow redirects to be customized #43258
  • Testcontainers start() methods may be started multiple times #43253

📔 Documentation

  • Fix typo in documentation #43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #43544
  • Fix typo #43519
  • Links to logback javadoc are incorrect #43456
  • Fix JUnit javadoc links #43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
  • Restore System property in Logging section of the reference documentation #43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #43325
  • Fix links to Servlet and JPA javadoc #43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
  • Fix Javadoc link for Hikari #43311
  • Document how to use structured logging with custom log configuration #43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249

🔨 Dependency Upgrades

... (truncated)

Commits

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-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.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

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits

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

| Package | From | To |
| --- | --- | --- |
| [io.airlift:airbase](https://github.com/airlift/airbase) | `199` | `207` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` |
| [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.2.0` | `6.2.1` |
| 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.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` |



Updates `io.airlift:airbase` from 199 to 207
- [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.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

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

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-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.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.springframework.boot:spring-boot-maven-plugin` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

---
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-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.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.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 Dec 23, 2024
@cla-bot cla-bot bot added the cla-signed label Dec 23, 2024
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