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

Update all gradle dependencies #1991

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
au.com.dius.pact.provider:junit5spring 4.6.12 -> 4.6.16 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.9.0 age adoption passing confidence
org.hibernate:hibernate-core (source) 6.5.2.Final -> 6.6.4.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.4.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-oauth2-resource-server (source) 3.3.2 -> 3.4.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.2 -> 3.4.1 age adoption passing confidence
software.amazon.awssdk:sts 2.26.31 -> 2.29.39 age adoption passing confidence
software.amazon.awssdk:s3 2.26.31 -> 2.29.39 age adoption passing confidence
software.amazon.awssdk:sns 2.26.31 -> 2.29.39 age adoption passing confidence
uk.gov.service.notify:notifications-java-client (source) 5.2.0-RELEASE -> 5.2.1-RELEASE age adoption passing confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) 2.6.0 -> 2.7.0 age adoption passing confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 -> 2.18.2 age adoption passing confidence
io.sentry:sentry-logback 7.13.0 -> 7.19.0 age adoption passing confidence
io.sentry:sentry-spring-boot-starter 7.13.0 -> 7.19.0 age adoption passing confidence
uk.gov.justice.hmpps.gradle-spring-boot 6.0.9 -> 6.1.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.jpa 2.0.10 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.spring 2.0.10 -> 2.1.0 age adoption passing confidence

Release Notes

pact-foundation/pact-jvm (au.com.dius.pact.provider:junit5spring)

v4.6.16

Compare Source

  • 2d20163 - fix: Dependency conflict with org.slf4j:slf4j-api was causing Spring tests to fail (Ronald Holshausen, Wed Dec 4 14:21:15 2024 +1100)
  • 38c0d27 - feat: Update LambdaDsl.newJsonArray to allow setting the number of examples (Ronald Holshausen, Wed Dec 4 10:59:23 2024 +1100)
  • 19c663c - chore: The pact-jvm-server main spec was not configured correctly (Ronald Holshausen, Wed Dec 4 10:24:23 2024 +1100)
  • 147a2a6 - fix: LambdaDslJsonArray has no datetime function #​1839 (Ronald Holshausen, Wed Dec 4 10:23:10 2024 +1100)
  • c791170 - chore: Update readme (Ronald Holshausen, Wed Dec 4 09:59:01 2024 +1100)
  • 7229244 - Merge pull request #​1837 from cburgmer/patch-1 (Ronald Holshausen, Fri Nov 15 10:03:21 2024 +1100)
  • e95461a - Fix path to Clojure example (Christoph Burgmer, Thu Nov 14 14:21:10 2024 +0100)
  • 9f6b209 - chore: Add a test + update docs on JUnit 4 report dir default #​1836 (Ronald Holshausen, Thu Nov 14 15:58:48 2024 +1100)
  • 3e501f5 - chore: Add a test for pact-jvm-server (Ronald Holshausen, Tue Oct 29 17:40:28 2024 +1100)
  • 85c9236 - Update README.md (Ronald Holshausen, Tue Oct 29 11:32:02 2024 +1100)
  • 5c41e17 - bump version to 4.6.16 (Ronald Holshausen, Tue Oct 29 10:38:07 2024 +1100)

v4.6.15

Compare Source

  • 93fe196 - fix: Log the error response bodies from the Pact Broker #​1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b25199 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #​1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a0 - fix: Trim regex anchors before generating random strings from the regex #​1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a - Merge pull request #​1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5 - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e5 - chore: add JSON parser test for Windows #​1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c - Merge pull request #​1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c8 - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00 - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db09 - Merge pull request #​1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e - Merge pull request #​1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d9576 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)

v4.6.14

Compare Source

  • 4cf45a1 - fix: Allow the Pact publish task to set insecure TLS flag #​1817 (Ronald Holshausen, Tue Aug 27 16:22:48 2024 +1000)
  • ba845e8 - fix: Support provider tests with multiple targets using different transports #​1819 (Ronald Holshausen, Mon Aug 26 14:41:47 2024 +1000)
  • ae9b230 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #​1816 (Ronald Holshausen, Mon Aug 26 14:38:25 2024 +1000)
  • f19f1cf - fix(V4): Http mock server was incorrectly setting the trasnport to https (Ronald Holshausen, Thu Aug 22 15:37:09 2024 +1000)
  • 9ddf126 - chore: Upgrade plugin driver to 0.5.0 (Ronald Holshausen, Wed Aug 21 16:37:51 2024 +1000)
  • 00442e6 - Update README.md (Ronald Holshausen, Fri Aug 9 15:06:16 2024 +1000)
  • 5cdf0cb - bump version to 4.6.14 (Ronald Holshausen, Fri Aug 9 15:01:54 2024 +1000)

v4.6.13

Compare Source

  • ea14386 - fix: Need to pass any provider state data through to the plugins (Ronald Holshausen, Wed Aug 7 12:09:02 2024 +1000)
  • aa5770a - Update README.md (Ronald Holshausen, Tue Aug 6 10:49:30 2024 +1000)
  • 9289a3c - bump version to 4.6.13 (Ronald Holshausen, Tue Aug 6 10:36:04 2024 +1000)
pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.4

Added
  • chore: SCRAM dependency to 3.1 and support channel binding PR #​3188
  • chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests PR #​3299
  • test: Update to 17beta3 PR #​3308
  • chore: Implement direct SSL ALPN connections PR #​3252
  • translation: Add Korean translation file PR #​3276
Fixed
  • fix: PgInterval ignores case for represented interval string PR #​3344
  • perf: Avoid extra copies when receiving int4 and int2 in PGStream PR #​3295
  • fix: Add support for Infinity::numeric values in ResultSet.getObject PR #​3304
  • fix: Ensure order of results for getDouble PR #​3301
  • perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes PR #​3248
  • fix: Fix SSL tests PR #​3260
  • fix: Support bytea in preferQueryMode=simple PR #​3243
  • fix: Fix #​3234 - Return -1 as update count for stored procedure calls PR #​3235
  • fix: Fix #​3224 - conversion for TIME '24:00' to LocalTime breaks in binary-mode PR #​3225
  • perf: Speed up getDate by parsing bytes instead of String PR #​3141
  • fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length PR #​3136
  • fix: Validates resultset Params in PGStatement constructor. uses assertThro… PR #​3171
  • fix: Validates resultset parameters PR #​3167
  • docs: Replace greater to with greater than PR #​3315
  • docs: Clarify binaryTransfer and prepareThreshold PR #​3338
  • docs: use.md, typo PR #​3314
  • test: Use docker v2 which changes docker-compose to docker compose #​3339
  • refactor: Merge PgPreparedStatement#setBinaryStream int and long methods PR #​3165
  • test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest PR #​3231
  • docs: Fixed typos in all source code and documentations PR #​3242
  • chore: Remove self-hosted runner PR #​3227
  • docs: Add cancelSignalTimeout in README PR #​3190
  • docs: Document READ_ONLY_MODE in README PR #​3175
  • test: Test for +/- infinity double values PR #​3294
  • test: Switch localhost and auth-test around for test-gss PR #​3343
  • fix: remove preDescribe from internalExecuteBatch PR #​2883
Deprecated
  • test: Deprecate all PostgreSQL versions older than 9.1 PR #​3335
vladmihalcea/hypersistence-utils (io.hypersistence:hypersistence-utils-hibernate-63)

v3.9.0

================================================================================

Remove PostgreSQLIntervalType from HibernateTypesContributor #​750

Add support for SortedSet in ListArrayType #​749

Allow PostgreSQLCITextType entity attributes to be used in the LIKE query clause #​743

Add support for GraalVM native image #​740

v3.8.3

================================================================================

Fix Hibernate 6.6 JSON mapping on Oracle BLOB column type #​742

hibernate/hibernate-orm (org.hibernate:hibernate-core)

v6.6.4.Final

v6.6.3.Final

v6.6.2.Final

v6.6.1.Final

v6.6.0.Final

v6.5.3.Final

connect2id/oauth-2.0-sdk-with-openid-connect-extensions (com.nimbusds:oauth2-oidc-sdk)

v11.20.1

Compare Source

v11.20

Compare Source

v11.19.1

Compare Source

v11.19

Compare Source

v11.18

Compare Source

v11.17

Compare Source

v11.16.1

Compare Source

v11.16

Compare Source

v11.15

Compare Source

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-oauth2-client)

v3.4.1

v3.4.0

⭐ New Features
  • Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder #​43139
  • Fail JsonWriter if duplicate names are detected #​43041
  • Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function #​42972
  • Support timeout property for GraphQL over SSE #​42966
  • Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access #​42950
  • Improve performance of ConcurrentReferenceCachingMetadataReaderFactory #​42949
  • Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured #​42937
  • Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration #​42934
🐞 Bug Fixes
  • Jersey body handling is inconsistent with Spring Webflux and Spring MVC #​43209
  • Classes are accidentally named "structure logging" instead of "structured logging" #​43203
  • StructuredLoggingJsonProperties customizer should be a Class reference rather than a String #​43202
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #​43171
  • Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json #​43154
  • WebServerPortFileWriter fails when using a portfile without extension #​43117
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #​43084
  • SslHealthIndicator throws NullPointerException when using SslBundle with SslStoreBundle.NONE #​43078
  • JdkClientHttpRequestFactoryBuilder and JettyClientHttpRequestFactoryBuilder do not set Ciphers or Enabled Protocols #​43077
  • Root cause of errors is hidden when loading images from archive #​43070
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #​43062
  • A @SpyBean on the output of a FactoryBean is not reset #​43053
  • Logback logging system does not process URLs with paths not ending in .xml #​42990
  • Bean-based conditions do not consider factory beans correctly when determining if they are a candidate #​42970
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #​42960
  • Warning due to duplicate MockResolver extensions #​42957
  • HttpHostConnectException is thrown when using buildpacks with Gradle or Maven on Windows #​42952
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #​42936
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #​42926
  • Default WebSocketMessageBrokerConfigurer is always overriding custom channel executor #​42924
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #​42915
  • ApplicationContextRunner has inconsistent behaviour with duplicate auto-configuration class names #​17963
📔 Documentation
  • Migrate class references to full javadoc links #​43239
  • Documentation for 'spring.datasource.type' is misleading #​43199
  • Update "Upgrading From" section to use "2.x" #​43160
  • Include spring-boot-loader in API documentation #​43153
  • Document how and where to add custom GraalVM configuration files #​43074
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #​43059
  • Location of the layers schema is incorrect in the Maven Plugin's examples #​43033
  • Link to Eclipse setup instructions #​42954
  • Fix link to Checkpoint and Restore status page #​42939
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​ahoehma, @​deki, @​izeye, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​wickdynex

v3.3.7

v3.3.6

⚠️ Noteworthy
🐞 Bug Fixes
  • Spring Boot 3.3.x dependencies do not converge for Micrometer Tracing and OpenTelemetry #​43200
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #​43170
  • WebServerPortFileWriter fails when using a portfile without extension #​43116
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #​43083
  • Root cause of errors is hidden when loading images from archive #​43069
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #​43051
  • Logback logging system does not process URLs with paths not ending in .xml #​42989
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #​42959
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #​42935
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #​42925
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #​42914
  • A @SpyBean on the output of a FactoryBean is not reset #​31204
📔 Documentation
  • Documentation for 'spring.datasource.type' is misleading #​43198
  • Update "Upgrading From" section to use "2.x" #​43159
  • Include spring-boot-loader in API documentation #​43151
  • Document how and where to add custom GraalVM configuration files #​43073
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #​43058
  • Location of the layers schema is incorrect in the Maven Plugin's examples #​43032
  • Link to Eclipse setup instructions #​42953
  • Fix link to Checkpoint and Restore status page #​42938
  • Update HttpWebServiceMessageSenderBuilder javadoc #​42893
  • Move default value descriptions to "description" in logging property metadata #​42881
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​ahoehma, @​izeye, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​wickdynex

v3.3.5

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #​42841
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #​42785
  • Case-insensitive comparisons may be adversely affected by the user's locale #​42735
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #​42683
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #​42498
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #​42490
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #​42468
  • ActiveMQ Artemis Connection Factory creation fails in native image #​42421
  • Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite #​42397

📔 Documentation

  • Document that embedded Tomcat must be at least 10.1.25 #​42849
  • Fix systemd example configuration #​42805
  • Document that the exact behavior of the maximum HTTP request header size property is server-specific #​42789
  • Clarify why @Primary is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's #​42787
  • Polish javadoc for Binder#bindOrCreate(String, Class) #​42778
  • Document that Tomcat's maxQueueCapacity need to be greater than 0 [#​42

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner August 8, 2024 03:59
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch from c08eba1 to 146f662 Compare August 8, 2024 22:47
@renovate renovate bot changed the title Update all gradle dependencies to v2.27.0 Update all gradle dependencies Aug 8, 2024
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch 8 times, most recently from 9ff4e1a to f265272 Compare August 13, 2024 09:49
kth13
kth13 previously approved these changes Aug 13, 2024
Copy link
Contributor

@kth13 kth13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kth13 kth13 force-pushed the renovate-all-gradle-dependencies branch from f265272 to 1702996 Compare August 13, 2024 12:48
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch from 1702996 to 17b5e2a Compare August 13, 2024 12:49
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch 12 times, most recently from bbc34bb to dfbc112 Compare August 20, 2024 00:21
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch 3 times, most recently from 554d84a to 48bda86 Compare August 21, 2024 21:14
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch 13 times, most recently from 3e8ae22 to 06e6068 Compare December 5, 2024 04:46
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch 6 times, most recently from 9189814 to fbda8d9 Compare December 12, 2024 23:48
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch 9 times, most recently from b18670d to 2218ea9 Compare December 20, 2024 15:23
@renovate renovate bot force-pushed the renovate-all-gradle-dependencies branch from 2218ea9 to ab66d94 Compare December 21, 2024 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant