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

[Tech] Bump the non-major-dependencies group across 1 directory with 36 updates #1490

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 Jun 20, 2024

Bumps the non-major-dependencies group with 34 updates in the /backend directory:

Package From To
org.springframework.boot:spring-boot-starter-web 3.2.5 3.3.1
jakarta.validation:jakarta.validation-api 3.0.2 3.1.0
org.springframework.boot:spring-boot-starter-actuator 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-json 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-security 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-data-jpa 3.2.5 3.3.1
org.hibernate.orm:hibernate-spatial 6.2.9.Final 6.5.2.Final
com.fasterxml.jackson.module:jackson-module-kotlin 2.15.0 2.17.1
org.springframework.boot:spring-boot-configuration-processor 3.2.5 3.3.1
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.7.3 1.8.1
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 1.7.0
org.http4k:http4k-client-apache 5.10.4.0 5.23.0.0
com.google.code.gson:gson 2.10.1 2.11.0
org.springframework.boot:spring-boot-starter-cache 3.2.5 3.3.1
com.github.ben-manes.caffeine:caffeine 3.1.5 3.1.8
org.springframework.security:spring-security-test 6.3.0 6.3.1
org.testcontainers:testcontainers 1.19.2 1.19.8
io.hypersistence:hypersistence-utils-hibernate-63 3.7.5 3.7.6
org.assertj:assertj-core 3.24.2 3.26.0
org.springframework.boot:spring-boot-starter-log4j2 3.2.5 3.3.1
io.ktor:ktor-client-core-jvm 2.3.7 2.3.11
io.ktor:ktor-client-java-jvm 2.3.7 2.3.11
io.ktor:ktor-client-content-negotiation-jvm 2.3.7 2.3.11
io.ktor:ktor-serialization-kotlinx-json-jvm 2.3.7 2.3.11
io.sentry:sentry-log4j2 7.8.0 7.10.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.2.0 2.5.0
org.springframework.boot:spring-boot-devtools 3.2.5 3.3.1
org.postgresql:postgresql 42.6.0 42.7.3
io.ktor:ktor-client-mock-jvm 2.3.7 2.3.11
jakarta.servlet:jakarta.servlet-api 6.0.0 6.1.0
com.squareup.okhttp3:mockwebserver 4.10.0 4.12.0
org.springframework.boot:spring-boot-starter-test 3.2.5 3.3.1
org.springframework.restdocs:spring-restdocs-mockmvc 3.0.0 3.0.1
org.springframework.boot 3.2.5 3.3.1

Updates org.springframework.boot:spring-boot-starter-web from 3.2.5 to 3.3.1

Release notes

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

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889

📔 Documentation

  • Fix links to Spring AMQP's javadoc #41144
  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41123
  • Cross-link to the CDS how-to guide #41118
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41065
  • Improve readability when listing three pillars of observability #41064
  • Add CDS training run configuration documentation #41045
  • Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway #40993
  • Improve consistency of documentation guidelines for packaging and running applications #40977
  • Fix typos in method names and javadoc #40976
  • Replace hard-coded links to Micrometer in documentation #40967
  • Add Kotlin example for @Testcontainers #40943
  • Fix various minor inconsistencies of the documentation #40942
  • Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents #40941
  • Broken Micrometer links in documentation #40916
  • Document Buildpacks CDS and Spring AOT support #40762

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.17 #41066
  • Upgrade to FreeMarker 2.3.33 #41067
  • Upgrade to HSQLDB 2.7.3 #41068

... (truncated)

Commits

Updates jakarta.validation:jakarta.validation-api from 3.0.2 to 3.1.0

Release notes

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

3.1.0-M1

The 3.1.0-M1 milestone release for EE 11

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.0.2...3.1.0-M1

Commits
  • cac4dff Tag and branch for 3.1.0 release (#211)
  • 9520b42 Prepare for the 3.1.0-M2 release (#210)
  • 30da76e Update builds to cover JDK 17 and JDK 21 (#201)
  • 29ea0de Bump org.apache.maven.plugins:maven-deploy-plugin from 3.0.0-M1 to 3.1.1 (#199)
  • 8fd0969 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.12.1 (#198)
  • 4ed088a Bump org.apache.felix:maven-bundle-plugin from 3.5.0 to 5.1.9 (#197)
  • a8be989 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5 (#196)
  • c1ad252 Bump actions/setup-java from 3.13.0 to 4.0.0 (#195)
  • 56000aa Adding Dependabot and NOTICE.md updates (#192)
  • c3a6baa Prepare for the 3.1.0-M1 release
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-actuator from 3.2.5 to 3.3.1

Release notes

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

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889

📔 Documentation

  • Fix links to Spring AMQP's javadoc #41144
  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41123
  • Cross-link to the CDS how-to guide #41118
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41065
  • Improve readability when listing three pillars of observability #41064
  • Add CDS training run configuration documentation #41045
  • Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway #40993
  • Improve consistency of documentation guidelines for packaging and running applications #40977
  • Fix typos in method names and javadoc #40976
  • Replace hard-coded links to Micrometer in documentation #40967
  • Add Kotlin example for @Testcontainers #40943
  • Fix various minor inconsistencies of the documentation #40942
  • Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents #40941
  • Broken Micrometer links in documentation #40916
  • Document Buildpacks CDS and Spring AOT support #40762

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.17 #41066
  • Upgrade to FreeMarker 2.3.33 #41067
  • Upgrade to HSQLDB 2.7.3 #41068

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-starter-json from 3.2.5 to 3.3.1

Release notes

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

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889

📔 Documentation

  • Fix links to Spring AMQP's javadoc #41144
  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41123
  • Cross-link to the CDS how-to guide #41118
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41065
  • Improve readability when listing three pillars of observability #41064
  • Add CDS training run configuration documentation #41045
  • Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway #40993
  • Improve consistency of documentation guidelines for packaging and running applications #40977
  • Fix typos in method names and javadoc #40976
  • Replace hard-coded links to Micrometer in documentation #40967
  • Add Kotlin example for @Testcontainers #40943
  • Fix various minor inconsistencies of the documentation #40942
  • Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents #40941
  • Broken Micrometer links in documentation #40916
  • Document Buildpacks CDS and Spring AOT support #40762

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.17 #41066
  • Upgrade to FreeMarker 2.3.33 #41067
  • Upgrade to HSQLDB 2.7.3 #41068

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-starter-security from 3.2.5 to 3.3.1

Release notes

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

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889

📔 Documentation

  • Fix links to Spring AMQP's javadoc #41144
  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41123
  • Cross-link to the CDS how-to guide #41118
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41065
  • Improve readability when listing three pillars of observability #41064
  • Add CDS training run configuration documentation #41045
  • Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway #40993
  • Improve consistency of documentation guidelines for packaging and running applications #40977
  • Fix typos in method names and javadoc #40976
  • Replace hard-coded links to Micrometer in documentation #40967
  • Add Kotlin example for @Testcontainers #40943
  • Fix various minor inconsistencies of the documentation #40942
  • Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents #40941
  • Broken Micrometer links in documentation #40916
  • Document Buildpacks CDS and Spring AOT support #40762

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.17 #41066
  • Upgrade to FreeMarker 2.3.33 #41067
  • Upgrade to HSQLDB 2.7.3 #41068

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-starter-data-jpa from 3.2.5 to 3.3.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-data-jpa's releases.

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured #41049
  • IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol with Spring Boot-configured SSL #41010
  • Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions #41006
  • JSP-related resources may not be found in an executable war file when using Jetty #40996
  • The value of the tomcat.threads.config.max metric is always -1, irrespective of the configured maximum number of threads #40957
  • The auto-configured reactiveNeo4jTransactionManager may cause a failure due to multiple TransactionManager beans #40953
  • Application fails to start when server.tomcat.threads.max < 10 #40945
  • SBOM actuator endpoint doesn't work in a native image #40939
  • Starter parent applies its configuration of the CycloneDX Maven plugin too broadly #40927
  • buildInfo does not work with Gradle 8.7 or later when the configuration cache is enabled #40924
  • Prometheus Exemplars are missing from _count #40904
  • Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar #40903
  • sbom is not available to the actuator endpoint when using bootRun or bootWar #40890
  • A newline character is missing from the start of the default banner #40889

📔 Documentation

  • Fix links to Spring AMQP's javadoc #41144
  • Document more precisely how a Container's Docker image name is used to find the matching service connection #41123
  • Cross-link to the CDS how-to guide #41118
  • Fix typos in javadoc of MockServerRestClientCustomizer and MockServerRestTemplateCustomizer #41065
  • Improve readability when listing three pillars of observability #41064
  • Add CDS training run configuration documentation #41045
  • Document the need to switch to io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus push gateway #40993
  • Improve consistency of documentation guidelines for packaging and running applications #40977
  • Fix typos in method names and javadoc #40976
  • Replace hard-coded links to Micrometer in documentation #40967
  • Add Kotlin example for @Testcontainers #40943
  • Fix various minor inconsistencies of the documentation #40942
  • Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents #40941
  • Broken Micrometer links in documentation #40916
  • Document Buildpacks CDS and Spring AOT support #40762

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.17 #41066
  • Upgrade to FreeMarker 2.3.33 #41067
  • Upgrade to HSQLDB 2.7.3 #41068

... (truncated)

Commits

Updates org.hibernate.orm:hibernate-spatial from 6.2.9.Final to 6.5.2.Final

Release notes

Sourced from org.hibernate.orm:hibernate-spatial's releases.

Hibernate ORM 6.4.9.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.9.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.9.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Hibernate ORM 6.4.8.Final released

Today, we published a new maintenance release of Hibernate ORM 6.4: 6.4.8.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.4.8.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-spatial's changelog.

Changes in 6.5.2.Final (May 20, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32306

** Bug * [HHH-18112] - Some dialects use the wrong default version

** Improvement * [HHH-18026] - Prevent dialects not supporting arbitrary values retrieval in getGeneratedKeys() from logging a SQL exception

Changes in 6.5.1.Final (May 13, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32303

** Bug * [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to warning about "0.0.0 version" * [HHH-18046] - DB2 numeric parameter arithmetic issue * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown * [HHH-18018] - Derby implementation for 'right' function wrongly passes parameter to 'length' * [HHH-18011] - Parallel entity enhancement causes a classloader cache stampede * [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many association * [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS * [HHH-17827] - “Not a managed type” error when using entity interface extending from java.util.Map * [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE causes needless follow-on locking

** Improvement * [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory * [HHH-18091] - Upgrade to ByteBuddy 1.14.15 * [HHH-17305] - Keep order of selected tables in polymorphic query

Changes in 6.5.0.Final (April 25, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32276

** Bug * [HHH-17994] - NPE in MavenPlugin when no classes filter specified * [HHH-17983] - StackOverflowError on 6.5.CR2 with @​Proxy(lazy=false), @​BatchSize and @​ManyToOne * [HHH-17975] - Envers revision cannot be found when the lookup is made based on an Instant * [HHH-17965] - @​ElementCollection with @​CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key * [HHH-17964] - Hibernate using wrong column order for ElementCollection query when composite ID is present * [HHH-17174] - Teradata Dialect Issue Above Version 14

** Improvement * [HHH-17999] - Avoid runtime reflection for org.hibernate.jdbc.Expectation * [HHH-17993] - Metamodel processing on bootstrap: avoid retrying same metamodel class name multiple times

... (truncated)

Commits
  • 41495bf Pre-steps for release : 6.5.2.Final
  • 19c42b3 HHH-18026 Fix SQL Exception for dialects not supporting arbitrary keys
  • c23d75c HHH-18026 Add test for issue
  • dfbb72a HHH-18112 Fix and test default version handling for non-Oracle dialects
  • a7cbd1a Post-steps for release : 6.5.1.Final
  • c81fafa Pre-steps for release : 6.5.1.Final
  • 641a7dd Provide a way to override global env properties in a test ConnectionProviderB...
  • 7321ca4 HHH-18105 added missing semicolon in CSS file
  • eb5a1ec HHH-18080 Fix default version handling in dialects when not using JDBC metadata

…36 updates

Bumps the non-major-dependencies group with 34 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) | `3.0.2` | `3.1.0` |
| [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-json](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.hibernate.orm:hibernate-spatial](https://github.com/hibernate/hibernate-orm) | `6.2.9.Final` | `6.5.2.Final` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.0` | `2.17.1` |
| [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.7.3` | `1.8.1` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.6.3` | `1.7.0` |
| [org.http4k:http4k-client-apache](https://github.com/http4k/http4k) | `5.10.4.0` | `5.23.0.0` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.10.1` | `2.11.0` |
| [org.springframework.boot:spring-boot-starter-cache](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.1.5` | `3.1.8` |
| [org.springframework.security:spring-security-test](https://github.com/spring-projects/spring-security) | `6.3.0` | `6.3.1` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.2` | `1.19.8` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.7.5` | `3.7.6` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.24.2` | `3.26.0` |
| [org.springframework.boot:spring-boot-starter-log4j2](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [io.ktor:ktor-client-core-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.11` |
| [io.ktor:ktor-client-java-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.11` |
| [io.ktor:ktor-client-content-negotiation-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.11` |
| [io.ktor:ktor-serialization-kotlinx-json-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.11` |
| [io.sentry:sentry-log4j2](https://github.com/getsentry/sentry-java) | `7.8.0` | `7.10.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.2.0` | `2.5.0` |
| [org.springframework.boot:spring-boot-devtools](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.6.0` | `42.7.3` |
| [io.ktor:ktor-client-mock-jvm](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.11` |
| [jakarta.servlet:jakarta.servlet-api](https://github.com/eclipse-ee4j/servlet-api) | `6.0.0` | `6.1.0` |
| [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) | `4.10.0` | `4.12.0` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.restdocs:spring-restdocs-mockmvc](https://github.com/spring-projects/spring-restdocs) | `3.0.0` | `3.0.1` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |



Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `jakarta.validation:jakarta.validation-api` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/jakartaee/validation/releases)
- [Commits](jakartaee/validation@3.0.2...3.1.0)

Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-json` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-security` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.hibernate.orm:hibernate-spatial` from 6.2.9.Final to 6.5.2.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.2/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.2.9...6.5.2)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.0 to 2.17.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.0...jackson-module-kotlin-2.17.1)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 to 1.8.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.6.3...v1.7.0)

Updates `org.http4k:http4k-client-apache` from 5.10.4.0 to 5.23.0.0
- [Release notes](https://github.com/http4k/http4k/releases)
- [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md)
- [Commits](http4k/http4k@5.10.4.0...5.23.0.0)

Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

Updates `org.springframework.boot:spring-boot-starter-cache` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

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

Updates `org.springframework.security:spring-security-test` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](spring-projects/spring-security@6.3.0...6.3.1)

Updates `org.testcontainers:testcontainers` from 1.19.2 to 1.19.8
- [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.19.2...1.19.8)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.7.5 to 3.7.6
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.7.5...hypersistence-utils-parent-3.7.6)

Updates `org.assertj:assertj-core` from 3.24.2 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.26.0)

Updates `org.testcontainers:postgresql` from 1.19.2 to 1.19.8
- [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.19.2...1.19.8)

Updates `org.springframework.boot:spring-boot-starter-log4j2` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `io.ktor:ktor-client-core-jvm` from 2.3.7 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.11)

Updates `io.ktor:ktor-client-java-jvm` from 2.3.7 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.11)

Updates `io.ktor:ktor-client-content-negotiation-jvm` from 2.3.7 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.11)

Updates `io.ktor:ktor-serialization-kotlinx-json-jvm` from 2.3.7 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.11)

Updates `io.sentry:sentry-log4j2` from 7.8.0 to 7.10.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.8.0...7.10.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.2.0 to 2.5.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.2.0...v2.5.0)

Updates `org.springframework.boot:spring-boot-devtools` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.postgresql:postgresql` from 42.6.0 to 42.7.3
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.3)

Updates `io.ktor:ktor-client-mock-jvm` from 2.3.7 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.7...2.3.11)

Updates `jakarta.servlet:jakarta.servlet-api` from 6.0.0 to 6.1.0
- [Commits](https://github.com/eclipse-ee4j/servlet-api/commits)

Updates `com.squareup.okhttp3:mockwebserver` from 4.10.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.10.0...parent-4.12.0)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.restdocs:spring-restdocs-mockmvc` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](spring-projects/spring-restdocs@v3.0.0...v3.0.1)

Updates `org.testcontainers:junit-jupiter` from 1.19.2 to 1.19.8
- [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.19.2...1.19.8)

Updates `org.springframework.boot` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: jakarta.validation:jakarta.validation-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-security
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.hibernate.orm:hibernate-spatial
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.http4k:http4k-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.security:spring-security-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-log4j2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: io.ktor:ktor-client-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: io.ktor:ktor-client-java-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: io.sentry:sentry-log4j2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-devtools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: io.ktor:ktor-client-mock-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: jakarta.servlet:jakarta.servlet-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.restdocs:spring-restdocs-mockmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants