ministryofjustice / hmpps-interventions-service

Business/domain interface for providing rehabilitation services to service users
MIT License
1 stars 1 forks source link

Update all gradle dependencies #1991

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
au.com.dius.pact.provider:junit5spring 4.6.12 -> 4.6.14 age adoption passing confidence
org.apache.commons:commons-csv (source) 1.11.0 -> 1.12.0 age adoption passing confidence
org.postgresql:postgresql (source) 42.7.3 -> 42.7.4 age adoption passing confidence
io.hypersistence:hypersistence-utils-hibernate-63 3.8.2 -> 3.8.3 age adoption passing confidence
org.hibernate:hibernate-core (source) 6.5.2.Final -> 6.6.1.Final age adoption passing confidence
com.h2database:h2 (source) 2.3.230 -> 2.3.232 age adoption passing confidence
com.nimbusds:oauth2-oidc-sdk 11.14 -> 11.20.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-oauth2-client (source) 3.3.2 -> 3.3.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-oauth2-resource-server (source) 3.3.2 -> 3.3.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.2 -> 3.3.4 age adoption passing confidence
software.amazon.awssdk:sts 2.26.31 -> 2.28.27 age adoption passing confidence
software.amazon.awssdk:s3 2.26.31 -> 2.28.27 age adoption passing confidence
software.amazon.awssdk:sns 2.26.31 -> 2.28.27 age adoption passing confidence
uk.gov.service.notify:notifications-java-client (source) 5.2.0-RELEASE -> 5.2.1-RELEASE age adoption passing confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 -> 2.18.0 age adoption passing confidence
io.sentry:sentry-logback 7.13.0 -> 7.15.0 age adoption passing confidence
io.sentry:sentry-spring-boot-starter 7.13.0 -> 7.15.0 age adoption passing confidence
uk.gov.justice.hmpps.gradle-spring-boot 6.0.5 -> 6.0.6 age adoption passing confidence
org.jetbrains.kotlin.plugin.jpa 2.0.10 -> 2.0.21 age adoption passing confidence
org.jetbrains.kotlin.plugin.spring 2.0.10 -> 2.0.21 age adoption passing confidence

Release Notes

pact-foundation/pact-jvm (au.com.dius.pact.provider:junit5spring) ### [`v4.6.14`](https://redirect.github.com/pact-foundation/pact-jvm/blob/HEAD/CHANGELOG.md#4614---Bugfix-Release) [Compare Source](https://redirect.github.com/pact-foundation/pact-jvm/compare/4_6_13...4_6_14) - [`4cf45a1`](https://redirect.github.com/pact-foundation/pact-jvm/commit/4cf45a1a0) - fix: Allow the Pact publish task to set insecure TLS flag [#​1817](https://redirect.github.com/pact-foundation/pact-jvm/issues/1817) (Ronald Holshausen, Tue Aug 27 16:22:48 2024 +1000) - [`ba845e8`](https://redirect.github.com/pact-foundation/pact-jvm/commit/ba845e825) - fix: Support provider tests with multiple targets using different transports [#​1819](https://redirect.github.com/pact-foundation/pact-jvm/issues/1819) (Ronald Holshausen, Mon Aug 26 14:41:47 2024 +1000) - [`ae9b230`](https://redirect.github.com/pact-foundation/pact-jvm/commit/ae9b230f4) - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 [#​1816](https://redirect.github.com/pact-foundation/pact-jvm/issues/1816) (Ronald Holshausen, Mon Aug 26 14:38:25 2024 +1000) - [`f19f1cf`](https://redirect.github.com/pact-foundation/pact-jvm/commit/f19f1cfc2) - fix(V4): Http mock server was incorrectly setting the trasnport to https (Ronald Holshausen, Thu Aug 22 15:37:09 2024 +1000) - [`9ddf126`](https://redirect.github.com/pact-foundation/pact-jvm/commit/9ddf12656) - chore: Upgrade plugin driver to 0.5.0 (Ronald Holshausen, Wed Aug 21 16:37:51 2024 +1000) - [`00442e6`](https://redirect.github.com/pact-foundation/pact-jvm/commit/00442e6df) - Update README.md (Ronald Holshausen, Fri Aug 9 15:06:16 2024 +1000) - [`5cdf0cb`](https://redirect.github.com/pact-foundation/pact-jvm/commit/5cdf0cb1c) - bump version to 4.6.14 (Ronald Holshausen, Fri Aug 9 15:01:54 2024 +1000) ### [`v4.6.13`](https://redirect.github.com/pact-foundation/pact-jvm/blob/HEAD/CHANGELOG.md#4613---Bugfix-Release) [Compare Source](https://redirect.github.com/pact-foundation/pact-jvm/compare/4_6_12...4_6_13) - [`ea14386`](https://redirect.github.com/pact-foundation/pact-jvm/commit/ea14386fa) - fix: Need to pass any provider state data through to the plugins (Ronald Holshausen, Wed Aug 7 12:09:02 2024 +1000) - [`aa5770a`](https://redirect.github.com/pact-foundation/pact-jvm/commit/aa5770aae) - Update README.md (Ronald Holshausen, Tue Aug 6 10:49:30 2024 +1000) - [`9289a3c`](https://redirect.github.com/pact-foundation/pact-jvm/commit/9289a3c8b) - bump version to 4.6.13 (Ronald Holshausen, Tue Aug 6 10:36:04 2024 +1000)
pgjdbc/pgjdbc (org.postgresql:postgresql) ### [`v42.7.4`](https://redirect.github.com/pgjdbc/pgjdbc/blob/HEAD/CHANGELOG.md#4274-2024-08-22-080000--0400) ##### Added - chore: SCRAM dependency to 3.1 and support channel binding [PR #​3188](https://redirect.github.com/pgjdbc/pgjdbc/pull/3188) - chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests [PR #​3299](https://redirect.github.com/pgjdbc/pgjdbc/pull/3299) - test: Update to 17beta3 [PR #​3308](https://redirect.github.com/pgjdbc/pgjdbc/pull/3308) - chore: Implement direct SSL ALPN connections [PR #​3252](https://redirect.github.com/pgjdbc/pgjdbc/pull/3252) - translation: Add Korean translation file [PR #​3276](https://redirect.github.com/pgjdbc/pgjdbc/pull/3276) ##### Fixed - fix: PgInterval ignores case for represented interval string [PR #​3344](https://redirect.github.com/pgjdbc/pgjdbc/pull/3344) - perf: Avoid extra copies when receiving int4 and int2 in PGStream [PR #​3295](https://redirect.github.com/pgjdbc/pgjdbc/pull/3295) - fix: Add support for Infinity::numeric values in ResultSet.getObject [PR #​3304](https://redirect.github.com/pgjdbc/pgjdbc/pull/3304) - fix: Ensure order of results for getDouble [PR #​3301](https://redirect.github.com/pgjdbc/pgjdbc/pull/3301) - perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes [PR #​3248](https://redirect.github.com/pgjdbc/pgjdbc/pull/3248) - fix: Fix SSL tests [PR #​3260](https://redirect.github.com/pgjdbc/pgjdbc/pull/3260) - fix: Support bytea in preferQueryMode=simple [PR #​3243](https://redirect.github.com/pgjdbc/pgjdbc/pull/3243) - fix: Fix [#​3234](https://redirect.github.com/pgjdbc/pgjdbc/issues/3234) - Return -1 as update count for stored procedure calls [PR #​3235](https://redirect.github.com/pgjdbc/pgjdbc/pull/3235) - fix: Fix [#​3224](https://redirect.github.com/pgjdbc/pgjdbc/issues/3224) - conversion for TIME '24:00' to LocalTime breaks in binary-mode [PR #​3225](https://redirect.github.com/pgjdbc/pgjdbc/pull/3225) - perf: Speed up getDate by parsing bytes instead of String [PR #​3141](https://redirect.github.com/pgjdbc/pgjdbc/pull/3141) - fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length [PR #​3136](https://redirect.github.com/pgjdbc/pgjdbc/pull/3136) - fix: Validates resultset Params in PGStatement constructor. uses assertThro… [PR #​3171](https://redirect.github.com/pgjdbc/pgjdbc/pull/3171) - fix: Validates resultset parameters [PR #​3167](https://redirect.github.com/pgjdbc/pgjdbc/pull/3167) - docs: Replace greater to with greater than [PR #​3315](https://redirect.github.com/pgjdbc/pgjdbc/pull/3315) - docs: Clarify binaryTransfer and prepareThreshold [PR #​3338](https://redirect.github.com/pgjdbc/pgjdbc/pull/3338) - docs: use.md, typo [PR #​3314](https://redirect.github.com/pgjdbc/pgjdbc/pull/3314) - test: Use docker v2 which changes docker-compose to docker compose [#​3339](https://redirect.github.com/pgjdbc/pgjdbc/pull/3339) - refactor: Merge PgPreparedStatement#setBinaryStream int and long methods [PR #​3165](https://redirect.github.com/pgjdbc/pgjdbc/pull/3165) - test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest [PR #​3231](https://redirect.github.com/pgjdbc/pgjdbc/pull/3231) - docs: Fixed typos in all source code and documentations [PR #​3242](https://redirect.github.com/pgjdbc/pgjdbc/pull/3242) - chore: Remove self-hosted runner [PR #​3227](https://redirect.github.com/pgjdbc/pgjdbc/pull/3227) - docs: Add cancelSignalTimeout in README [PR #​3190](https://redirect.github.com/pgjdbc/pgjdbc/pull/3190) - docs: Document READ_ONLY_MODE in README [PR #​3175](https://redirect.github.com/pgjdbc/pgjdbc/pull/3175) - test: Test for +/- infinity double values [PR #​3294](https://redirect.github.com/pgjdbc/pgjdbc/pull/3294) - test: Switch localhost and auth-test around for test-gss [PR #​3343](https://redirect.github.com/pgjdbc/pgjdbc/pull/3343) - fix: remove preDescribe from internalExecuteBatch [PR #​2883](https://redirect.github.com/pgjdbc/pgjdbc/pull/2883) ##### Deprecated - test: Deprecate all PostgreSQL versions older than 9.1 [PR #​3335](https://redirect.github.com/pgjdbc/pgjdbc/pull/3335)
vladmihalcea/hypersistence-utils (io.hypersistence:hypersistence-utils-hibernate-63) ### [`v3.8.3`](https://redirect.github.com/vladmihalcea/hypersistence-utils/blob/HEAD/changelog.txt#Version-383---September-30-2024) \================================================================================ Fix Hibernate 6.6 JSON mapping on Oracle BLOB column type [#​742](https://redirect.github.com/vladmihalcea/hypersistence-utils/issues/742)
hibernate/hibernate-orm (org.hibernate:hibernate-core) ### [`v6.6.1.Final`](https://redirect.github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1) [Compare Source](https://redirect.github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1) ### [`v6.6.0.Final`](https://redirect.github.com/hibernate/hibernate-orm/compare/6.5.3...6.6.0) [Compare Source](https://redirect.github.com/hibernate/hibernate-orm/compare/6.5.3...6.6.0) ### [`v6.5.3.Final`](https://redirect.github.com/hibernate/hibernate-orm/compare/6.5.2...6.5.3) [Compare Source](https://redirect.github.com/hibernate/hibernate-orm/compare/6.5.2...6.5.3)
connect2id/oauth-2.0-sdk-with-openid-connect-extensions (com.nimbusds:oauth2-oidc-sdk) ### [`v11.20.1`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20.1%0D11.20) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20.1%0D11.20) ### [`v11.20`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20%0D11.19.1) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20%0D11.19.1) ### [`v11.19.1`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.19.1%0D11.19) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.19.1%0D11.19) ### [`v11.19`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.19%0D11.18) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.19%0D11.18) ### [`v11.18`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.18%0D11.17) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.18%0D11.17) ### [`v11.17`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.17%0D11.16.1) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.17%0D11.16.1) ### [`v11.16.1`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.16.1%0D11.16) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.16.1%0D11.16) ### [`v11.16`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.16%0D11.15) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.16%0D11.15) ### [`v11.15`](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.15%0D11.14) [Compare Source](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.15%0D11.14)
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-oauth2-client) ### [`v3.3.4`](https://redirect.github.com/spring-projects/spring-boot/releases/tag/v3.3.4) [Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) #### :lady_beetle: Bug Fixes - management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped [#​42322](https://redirect.github.com/spring-projects/spring-boot/issues/42322) - Missing details in OAuth2ClientProperties validation error message [#​42279](https://redirect.github.com/spring-projects/spring-boot/issues/42279) - FileNotFoundException from unused mis-configured SSL bundles [#​42169](https://redirect.github.com/spring-projects/spring-boot/issues/42169) - ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath [#​42161](https://redirect.github.com/spring-projects/spring-boot/issues/42161) - `@RestartScope` can cause 'Recursive update' exceptions when used with container beans [#​42107](https://redirect.github.com/spring-projects/spring-boot/issues/42107) - JarLauncher fails to load large jar files [#​42079](https://redirect.github.com/spring-projects/spring-boot/issues/42079) - PropertiesMigrationListener wrongly reports property as deprecated when has group [#​42071](https://redirect.github.com/spring-projects/spring-boot/issues/42071) - Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET [#​42059](https://redirect.github.com/spring-projects/spring-boot/issues/42059) - Default Logback config uses deprecated "converterClass" attribute [#​42006](https://redirect.github.com/spring-projects/spring-boot/issues/42006) #### :notebook_with_decorative_cover: Documentation - Document that spring.jmx.enabled is not intended for third-party libraries [#​42285](https://redirect.github.com/spring-projects/spring-boot/issues/42285) - Update link to Log4j2 system properties [#​42263](https://redirect.github.com/spring-projects/spring-boot/issues/42263) - Links to GraphQL in the reference guide redirect to the root instead of specific sections [#​42208](https://redirect.github.com/spring-projects/spring-boot/issues/42208) - Syntax error in "Receive a message reactively section" of the reference guide [#​42200](https://redirect.github.com/spring-projects/spring-boot/issues/42200) - Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing [#​42193](https://redirect.github.com/spring-projects/spring-boot/issues/42193) - Replace RFC 7807 by RFC 9457 in property documentation [#​42190](https://redirect.github.com/spring-projects/spring-boot/issues/42190) - Document that configuration property binding to a Kotlin value class with a default is not supported [#​42176](https://redirect.github.com/spring-projects/spring-boot/issues/42176) - Update documentation to reflect new no handler found exception behavior [#​42167](https://redirect.github.com/spring-projects/spring-boot/issues/42167) - Polish configuration property reference [#​42165](https://redirect.github.com/spring-projects/spring-boot/issues/42165) - Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available [#​42111](https://redirect.github.com/spring-projects/spring-boot/issues/42111) - Fix StatsD link typo on Metrics documentation page [#​42109](https://redirect.github.com/spring-projects/spring-boot/pull/42109) - Improve docker without buildpacks documentation [#​42106](https://redirect.github.com/spring-projects/spring-boot/issues/42106) - Improve documentation in "Command-line Completion" [#​42103](https://redirect.github.com/spring-projects/spring-boot/issues/42103) - Kotlin code examples are missing from the Testing section [#​42094](https://redirect.github.com/spring-projects/spring-boot/issues/42094) - Fix incorrect command in Docker configuration for Colima [#​42078](https://redirect.github.com/spring-projects/spring-boot/pull/42078) - Gradle Plugin AOT documentation has sample error [#​42046](https://redirect.github.com/spring-projects/spring-boot/issues/42046) #### :hammer: Dependency Upgrades - Upgrade to Groovy 4.0.23 [#​42292](https://redirect.github.com/spring-projects/spring-boot/issues/42292) - Upgrade to Hibernate 6.5.3.Final [#​42365](https://redirect.github.com/spring-projects/spring-boot/issues/42365) - Upgrade to Infinispan 15.0.8.Final [#​42253](https://redirect.github.com/spring-projects/spring-boot/issues/42253) - Upgrade to Jakarta Servlet JSP JSTL 3.0.2 [#​42254](https://redirect.github.com/spring-projects/spring-boot/issues/42254) - Upgrade to Jetty 12.0.13 [#​42256](https://redirect.github.com/spring-projects/spring-boot/issues/42256) - Upgrade to Jetty Reactive HTTPClient 4.0.7 [#​42255](https://redirect.github.com/spring-projects/spring-boot/issues/42255) - Upgrade to Logback 1.5.8 [#​42257](https://redirect.github.com/spring-projects/spring-boot/issues/42257) - Upgrade to Micrometer 1.13.4 [#​42129](https://redirect.github.com/spring-projects/spring-boot/issues/42129) - Upgrade to Micrometer Tracing 1.3.4 [#​42130](https://redirect.github.com/spring-projects/spring-boot/issues/42130) - Upgrade to MSSQL JDBC 12.6.4.jre11 [#​42258](https://redirect.github.com/spring-projects/spring-boot/issues/42258) - Upgrade to Native Build Tools Plugin 0.10.3 [#​42205](https://redirect.github.com/spring-projects/spring-boot/issues/42205) - Upgrade to Netty 4.1.113.Final [#​42259](https://redirect.github.com/spring-projects/spring-boot/issues/42259) - Upgrade to Postgresql 42.7.4 [#​42260](https://redirect.github.com/spring-projects/spring-boot/issues/42260) - Upgrade to R2DBC MariaDB 1.2.2 [#​42326](https://redirect.github.com/spring-projects/spring-boot/issues/42326) - Upgrade to Reactor Bom 2023.0.10 [#​42131](https://redirect.github.com/spring-projects/spring-boot/issues/42131) - Upgrade to SendGrid 4.10.3 [#​42366](https://redirect.github.com/spring-projects/spring-boot/issues/42366) - Upgrade to Spring Data Bom 2024.0.4 [#​42132](https://redirect.github.com/spring-projects/spring-boot/issues/42132) - Upgrade to Spring Framework 6.1.13 [#​42133](https://redirect.github.com/spring-projects/spring-boot/issues/42133) - Upgrade to Spring HATEOAS 2.3.3 [#​42282](https://redirect.github.com/spring-projects/spring-boot/issues/42282) - Upgrade to Spring Integration 6.3.4 [#​42134](https://redirect.github.com/spring-projects/spring-boot/issues/42134) - Upgrade to Spring Kafka 3.2.4 [#​42135](https://redirect.github.com/spring-projects/spring-boot/issues/42135) - Upgrade to Spring Pulsar 1.1.4 [#​42136](https://redirect.github.com/spring-projects/spring-boot/issues/42136) - Upgrade to Spring Retry 2.0.9 [#​42327](https://redirect.github.com/spring-projects/spring-boot/issues/42327) - Upgrade to Tomcat 10.1.30 [#​42346](https://redirect.github.com/spring-projects/spring-boot/issues/42346) - Upgrade to Undertow 2.3.17.Final [#​42303](https://redirect.github.com/spring-projects/spring-boot/issues/42303) - Upgrade to Zipkin Reporter 3.4.2 [#​42364](https://redirect.github.com/spring-projects/spring-boot/issues/42364) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​Alchemik](https://redirect.github.com/Alchemik), [@​arefbehboudi](https://redirect.github.com/arefbehboudi), [@​einarpehrson](https://redirect.github.com/einarpehrson), [@​izeye](https://redirect.github.com/izeye), [@​martinfrancois](https://redirect.github.com/martinfrancois), [@​mushroom528](https://redirect.github.com/mushroom528), [@​nosan](https://redirect.github.com/nosan), and [@​quaff](https://redirect.github.com/quaff) ### [`v3.3.3`](https://redirect.github.com/spring-projects/spring-boot/releases/tag/v3.3.3) [Compare Source](https://redirect.github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3) #### :star: New Features - Add TWENTY_THREE to JavaVersion enum [#​41716](https://redirect.github.com/spring-projects/spring-boot/issues/41716) #### :lady_beetle: Bug Fixes - Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice [#​41995](https://redirect.github.com/spring-projects/spring-boot/issues/41995) - When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException [#​41987](https://redirect.github.com/spring-projects/spring-boot/issues/41987) - PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath [#​41970](https://redirect.github.com/spring-projects/spring-boot/issues/41970) - Web extension for SBOM endpoint isn't available under /cloudfoundryapplication [#​41890](https://redirect.github.com/spring-projects/spring-boot/issues/41890) - Launcher's ClassLoader is no longer parallel capable [#​41873](https://redirect.github.com/spring-projects/spring-boot/issues/41873) - spring-boot-testcontainers causes unwanted container initialization during AOT processing [#​41859](https://redirect.github.com/spring-projects/spring-boot/issues/41859) - ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath [#​41678](https://redirect.github.com/spring-projects/spring-boot/issues/41678) - mvn spring-boot:build-image fails when 'classifier' is set to non-default value [#​41661](https://redirect.github.com/spring-projects/spring-boot/issues/41661) - Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java [#​41647](https://redirect.github.com/spring-projects/spring-boot/issues/41647) - Docker publishRegistry in Maven plugin configuration is validated when publish option is false [#​41641](https://redirect.github.com/spring-projects/spring-boot/issues/41641) - Using Gradle's new file permission API is implemented in a way that prevents removal of the old API [#​41607](https://redirect.github.com/spring-projects/spring-boot/issues/41607) - Some `@ControllerEndpoint` and `@RestControllerEndpoint` infrastructure remains undeprecated [#​41596](https://redirect.github.com/spring-projects/spring-boot/pull/41596) - Constructor binding of EnumMap fails due to missing key type [#​41563](https://redirect.github.com/spring-projects/spring-boot/issues/41563) #### :notebook_with_decorative_cover: Documentation - Improve documented logging property descriptions and default values [#​41989](https://redirect.github.com/spring-projects/spring-boot/issues/41989) - Explain that enabling virtual threads disables traditional thread pools [#​41976](https://redirect.github.com/spring-projects/spring-boot/issues/41976) - Harmonize code sample for MyUserHandler in reference documentation [#​41949](https://redirect.github.com/spring-projects/spring-boot/issues/41949) - Document when environment variable property mapping applies [#​41945](https://redirect.github.com/spring-projects/spring-boot/issues/41945) - Javadoc of slice test annotations should describe more accurately which components are considered [#​41935](https://redirect.github.com/spring-projects/spring-boot/issues/41935) - Fix duplicate words [#​41920](https://redirect.github.com/spring-projects/spring-boot/issues/41920) - Document the need to explicitly reset mock servers when using mock server customizers directly [#​41849](https://redirect.github.com/spring-projects/spring-boot/issues/41849) - Correct grammar in 'Running your Application with Maven' [#​41840](https://redirect.github.com/spring-projects/spring-boot/pull/41840) - Document more clearly that username and password are not used when spring.data.redis.url is set [#​41748](https://redirect.github.com/spring-projects/spring-boot/issues/41748) - Pulsar configuration does not have default value for several entries in the metadata [#​41683](https://redirect.github.com/spring-projects/spring-boot/issues/41683) - management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata [#​41676](https://redirect.github.com/spring-projects/spring-boot/issues/41676) - management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata [#​41670](https://redirect.github.com/spring-projects/spring-boot/issues/41670) - server.error.include-path does not have a default value in the metadata [#​41667](https://redirect.github.com/spring-projects/spring-boot/issues/41667) - The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently [#​41638](https://redirect.github.com/spring-projects/spring-boot/issues/41638) - "Use Spring Data repositories" How-to incorrectly refers to Repository annotations [#​41628](https://redirect.github.com/spring-projects/spring-boot/issues/41628) - "Use Spring Data repositories" How-to incorrectly refers to Repository annotations [#​41627](https://redirect.github.com/spring-projects/spring-boot/issues/41627) - Update link to documentation for log4j-spring-boot [#​41622](https://redirect.github.com/spring-projects/spring-boot/issues/41622) - Fix link to Flyway reference documentation [#​41593](https://redirect.github.com/spring-projects/spring-boot/issues/41593) - Document configuration property binding's support for using `@Name` to customize a property name [#​41585](https://redirect.github.com/spring-projects/spring-boot/issues/41585) - Add hint for new dependencies required for Flyway [#​41574](https://redirect.github.com/spring-projects/spring-boot/pull/41574) - Document that spring-boot:repackage should not be run from the command-line [#​22317](https://redirect.github.com/spring-projects/spring-boot/issues/22317) #### :hammer: Dependency Upgrades - Upgrade to ActiveMQ 6.1.3 [#​41782](https://redirect.github.com/spring-projects/spring-boot/issues/41782) - Upgrade to Awaitility 4.2.2 [#​41707](https://redirect.github.com/spring-projects/spring-boot/issues/41707) - Upgrade to Byte Buddy 1.14.19 [#​41886](https://redirect.github.com/spring-projects/spring-boot/issues/41886) - Upgrade to Couchbase Client 3.6.3 [#​41967](https://redirect.github.com/spring-projects/spring-boot/issues/41967) - Upgrade to CycloneDX Maven Plugin 2.8.1 [#​41783](https://redirect.github.com/spring-projects/spring-boot/issues/41783) - Upgrade to Infinispan 15.0.7.Final [#​41784](https://redirect.github.com/spring-projects/spring-boot/issues/41784) - Upgrade to Jakarta Servlet JSP JSTL 3.0.1 [#​41845](https://redirect.github.com/spring-projects/spring-boot/issues/41845) - Upgrade to Jersey 3.1.8 [#​41785](https://redirect.github.com/spring-projects/spring-boot/issues/41785) - Upgrade to Jetty 12.0.12 [#​41828](https://redirect.github.com/spring-projects/spring-boot/issues/41828) - Upgrade to Jetty Reactive HTTPClient 4.0.6 [#​41786](https://redirect.github.com/spring-projects/spring-boot/issues/41786) - Upgrade to jOOQ 3.19.11 [#​41846](https://redirect.github.com/spring-projects/spring-boot/issues/41846) - Upgrade to Kotlin 1.9.25 [#​41787](https://redirect.github.com/spring-projects/spring-boot/issues/41787) - Upgrade to Logback 1.5.7 [#​41887](https://redirect.github.com/spring-projects/spring-boot/issues/41887) - Upgrade to Maven Deploy Plugin 3.1.3 [#​41942](https://redirect.github.com/spring-projects/spring-boot/issues/41942) - Upgrade to Maven Install Plugin 3.1.3 [#​41943](https://redirect.github.com/spring-projects/spring-boot/issues/41943) - Upgrade to Micrometer 1.13.3 [#​41733](https://redirect.github.com/spring-projects/spring-boot/issues/41733) - Upgrade to Micrometer Tracing 1.3.3 [#​41734](https://redirect.github.com/spring-projects/spring-boot/issues/41734) - Upgrade to Neo4j Java Driver 5.23.0 [#​41743](https://redirect.github.com/spring-projects/spring-boot/issues/41743) - Upgrade to Netty 4.1.112.Final [#​41788](https://redirect.github.com/spring-projects/spring-boot/issues/41788) - Upgrade to Pulsar 3.2.4 [#​41789](https://redirect.github.com/spring-projects/spring-boot/issues/41789) - Upgrade to Pulsar Reactive 0.5.7 [#​41888](https://redirect.github.com/spring-projects/spring-boot/issues/41888) - Upgrade to Reactor Bom 2023.0.9 [#​41735](https://redirect.github.com/spring-projects/spring-boot/issues/41735) - Upgrade to RxJava3 3.1.9 [#​41847](https://redirect.github.com/spring-projects/spring-boot/issues/41847) - Upgrade to SLF4J 2.0.16 [#​41790](https://redirect.github.com/spring-projects/spring-boot/issues/41790) - Upgrade to Spring AMQP 3.1.7 [#​41953](https://redirect.github.com/spring-projects/spring-boot/issues/41953) - Upgrade to Spring Authorization Server 1.3.2 [#​41736](https://redirect.github.com/spring-projects/spring-boot/issues/41736) - Upgrade to Spring Data Bom 2024.0.3 [#​41737](https://redirect.github.com/spring-projects/spring-boot/issues/41737) - Upgrade to Spring Framework 6.1.12 [#​41738](https://redirect.github.com/spring-projects/spring-boot/issues/41738) - Upgrade to Spring HATEOAS 2.3.2 [#​41889](https://redirect.github.com/spring-projects/spring-boot/issues/41889) - Upgrade to Spring Integration 6.3.3 [#​41974](https://redirect.github.com/spring-projects/spring-boot/issues/41974) - Upgrade to Spring Kafka 3.2.3 [#​41954](https://redirect.github.com/spring-projects/spring-boot/issues/41954) - Upgrade to Spring LDAP 3.2.6 [#​41739](https://redirect.github.com/spring-projects/spring-boot/issues/41739) - Upgrade to Spring Pulsar 1.1.3 [#​41740](https://redirect.github.com/spring-projects/spring-boot/issues/41740) - Upgrade to Spring Retry 2.0.8 [#​41944](https://redirect.github.com/spring-projects/spring-boot/issues/41944) - Upgrade to Spring Security 6.3.3 [#​41985](https://redirect.github.com/spring-projects/spring-boot/issues/41985) - Upgrade to Spring Session 3.3.2 [#​41742](https://redirect.github.com/spring-projects/spring-boot/issues/41742) - Upgrade to Tomcat 10.1.28 [#​41791](https://redirect.github.com/spring-projects/spring-boot/issues/41791) - Upgrade to Yasson 3.0.4 [#​41792](https://redirect.github.com/spring-projects/spring-boot/issues/41792) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​PiyalAhmed](https://redirect.github.com/PiyalAhmed), [@​Rajin9601](https://redirect.github.com/Rajin9601), [@​cms04](https://redirect.github.com/cms04), [@​dreis2211](https://redirect.github.com/dreis2211), [@​eddumelendez](https://redirect.github.com/eddumelendez), [@​hyunmin0317](https://redirect.github.com/hyunmin0317), [@​ivamly](https://redirect.github.com/ivamly), [@​jmewes](https://redirect.github.com/jmewes), [@​jxblum](https://redirect.github.com/jxblum), [@​lamtrinhdev](https://redirect.github.com/lamtrinhdev), [@​ngocnhan-tran1996](https://redirect.github.com/ngocnhan-tran1996), [@​quaff](https://redirect.github.com/quaff), and [@​ritzykey](https://redirect.github.com/ritzykey)
alphagov/notifications-java-client (uk.gov.service.notify:notifications-java-client) ### [`v5.2.1-RELEASE`](https://redirect.github.com/alphagov/notifications-java-client/blob/HEAD/CHANGELOG.md#521-RELEASE) [Compare Source](https://redirect.github.com/alphagov/notifications-java-client/compare/5.2.0-RELEASE...5.2.1-RELEASE) - Bump commons-io from 2.8.0 to 2.17.0
getsentry/sentry-java (io.sentry:sentry-logback) ### [`v7.15.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7150) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) ##### Features - Add support for `feedback` envelope header item type ([#​3687](https://redirect.github.com/getsentry/sentry-java/pull/3687)) - Add breadcrumb.origin field ([#​3727](https://redirect.github.com/getsentry/sentry-java/pull/3727)) - Session Replay: Add options to selectively mask/unmask views captured in replay. The following options are available: ([#​3689](https://redirect.github.com/getsentry/sentry-java/pull/3689)) - `android:tag="sentry-mask|sentry-unmask"` in XML or `view.setTag("sentry-mask|sentry-unmask")` in code tags - if you already have a tag set for a view, you can set a tag by id: `` in XML or `view.setTag(io.sentry.android.replay.R.id.sentry_privacy, "mask|unmask")` in code - `view.sentryReplayMask()` or `view.sentryReplayUnmask()` extension functions - mask/unmask `View`s of a certain type by adding fully-qualified classname to one of the lists `options.experimental.sessionReplay.addMaskViewClass()` or `options.experimental.sessionReplay.addUnmaskViewClass()`. Note, that all of the view subclasses/subtypes will be masked/unmasked as well - For example, (this is already a default behavior) to mask all `TextView`s and their subclasses (`RadioButton`, `EditText`, etc.): `options.experimental.sessionReplay.addMaskViewClass("android.widget.TextView")` - If you're using code obfuscation, adjust your proguard-rules accordingly, so your custom view class name is not minified - Session Replay: Support Jetpack Compose masking ([#​3739](https://redirect.github.com/getsentry/sentry-java/pull/3739)) - To selectively mask/unmask [@​Composables](https://redirect.github.com/Composables), use `Modifier.sentryReplayMask()` and `Modifier.sentryReplayUnmask()` modifiers - Session Replay: Mask `WebView`, `VideoView` and `androidx.media3.ui.PlayerView` by default ([#​3775](https://redirect.github.com/getsentry/sentry-java/pull/3775)) ##### Fixes - Avoid stopping appStartProfiler after application creation ([#​3630](https://redirect.github.com/getsentry/sentry-java/pull/3630)) - Session Replay: Correctly detect dominant color for `TextView`s with Spans ([#​3682](https://redirect.github.com/getsentry/sentry-java/pull/3682)) - Fix ensure Application Context is used even when SDK is initialized via Activity Context ([#​3669](https://redirect.github.com/getsentry/sentry-java/pull/3669)) - Fix potential ANRs due to `Calendar.getInstance` usage in Breadcrumbs constructor ([#​3736](https://redirect.github.com/getsentry/sentry-java/pull/3736)) - Fix potential ANRs due to default integrations ([#​3778](https://redirect.github.com/getsentry/sentry-java/pull/3778)) - Lazily initialize heavy `SentryOptions` members to avoid ANRs on app start ([#​3749](https://redirect.github.com/getsentry/sentry-java/pull/3749)) *Breaking changes*: - `options.experimental.sessionReplay.errorSampleRate` was renamed to `options.experimental.sessionReplay.onErrorSampleRate` ([#​3637](https://redirect.github.com/getsentry/sentry-java/pull/3637)) - Manifest option `io.sentry.session-replay.error-sample-rate` was renamed to `io.sentry.session-replay.on-error-sample-rate` ([#​3637](https://redirect.github.com/getsentry/sentry-java/pull/3637)) - Change `redactAllText` and `redactAllImages` to `maskAllText` and `maskAllImages` ([#​3741](https://redirect.github.com/getsentry/sentry-java/pull/3741)) ### [`v7.14.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7140) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/7.13.0...7.14.0) ##### Features - Session Replay: Gesture/touch support for Flutter ([#​3623](https://redirect.github.com/getsentry/sentry-java/pull/3623)) ##### Fixes - Fix app start spans missing from Pixel devices ([#​3634](https://redirect.github.com/getsentry/sentry-java/pull/3634)) - Avoid ArrayIndexOutOfBoundsException on Android cpu data collection ([#​3598](https://redirect.github.com/getsentry/sentry-java/pull/3598)) - Fix lazy select queries instrumentation ([#​3604](https://redirect.github.com/getsentry/sentry-java/pull/3604)) - Session Replay: buffer mode improvements ([#​3622](https://redirect.github.com/getsentry/sentry-java/pull/3622)) - Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode - Persist `buffer` replay type for the entire replay when converting from buffer mode to session mode - Properly store screen names for `buffer` mode - Session Replay: fix various crashes and issues ([#​3628](https://redirect.github.com/getsentry/sentry-java/pull/3628)) - Fix video not being encoded on Pixel devices - Fix SIGABRT native crashes on Xiaomi devices when encoding a video - Fix `RejectedExecutionException` when redacting a screenshot - Fix `FileNotFoundException` when persisting segment values ##### Chores - Introduce `ReplayShadowMediaCodec` and refactor tests using custom encoder ([#​3612](https://redirect.github.com/getsentry/sentry-java/pull/3612))

Configuration

📅 Schedule: Branch creation - "after 9am every weekday,before 5pm every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.