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 patch versions (master) (patch) #3385

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
tomcat final patch 9.0.91-jdk11-temurin-jammy -> 9.0.93-jdk11-temurin-jammy age adoption passing confidence
com.amazonaws:aws-java-sdk-s3 (source) dependencies patch 1.12.767 -> 1.12.770 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) dependencies patch 1.5.6 -> 1.5.7 age adoption passing confidence
org.slf4j:jul-to-slf4j (source, changelog) dependencies patch 2.0.13 -> 2.0.16 age adoption passing confidence
org.slf4j:jcl-over-slf4j (source, changelog) dependencies patch 2.0.13 -> 2.0.16 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) dependencies patch 2.0.13 -> 2.0.16 age adoption passing confidence
io.dropwizard.metrics:metrics-logback (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
io.dropwizard.metrics:metrics-jmx (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
io.dropwizard.metrics:metrics-jvm (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
io.dropwizard.metrics:metrics-servlets (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
io.dropwizard.metrics:metrics-httpclient (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
io.dropwizard.metrics:metrics-servlet (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
io.dropwizard.metrics:metrics-core (source) dependencies patch 4.2.26 -> 4.2.27 age adoption passing confidence
org.springframework:spring-test dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-tx dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-jdbc dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-orm dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-aspects dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.postgresql:postgresql (source) dependencies patch 42.7.3 -> 42.7.4 age adoption passing confidence
org.springframework.security:spring-security-web (source) dependencies patch 5.8.13 -> 5.8.14 age adoption passing confidence
org.springframework.security:spring-security-config (source) dependencies patch 5.8.13 -> 5.8.14 age adoption passing confidence
org.springframework:spring-webmvc dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-web dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-context dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence
org.springframework:spring-beans dependencies patch 5.3.37 -> 5.3.39 age adoption passing confidence

Release Notes

aws/aws-sdk-java (com.amazonaws:aws-java-sdk-s3)

v1.12.770

Compare Source

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

v1.12.769

Compare Source

Amazon Simple Storage Service

  • Features

    • Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

v1.12.768

Compare Source

qos-ch/slf4j (org.slf4j:jul-to-slf4j)

v2.0.16

v2.0.15

v2.0.14

dropwizard/metrics (io.dropwizard.metrics:metrics-logback)

v4.2.27

spring-projects/spring-framework (org.springframework:spring-test)

v5.3.39

Compare Source

v5.3.38

Compare Source

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
spring-projects/spring-security (org.springframework.security:spring-security-web)

v5.8.14

Compare Source

⭐ New Features
  • Document the role of CredentialsContainer #​15319
🪲 Bug Fixes
  • Clarify url Parameter Usage in AD Provider Constructor #​15409
  • Using sec:authorize in JSPX causes 'java.lang.NullPointerException: Cannot invoke "jakarta.servlet.ServletRegistration.getClassName()" because "registration" is null' #​15363
🔨 Dependency Upgrades
  • Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 #​15375
  • Bump io.projectreactor.netty:reactor-netty from 1.0.46 to 1.0.47 #​15391
  • Bump io.projectreactor.netty:reactor-netty from 1.0.47 to 1.0.48 #​15606
  • Bump io.projectreactor:reactor-bom from 2020.0.45 to 2020.0.46 #​15390
  • Bump io.projectreactor:reactor-bom from 2020.0.46 to 2020.0.47 #​15604
  • Bump org-eclipse-jetty from 9.4.54.v20240208 to 9.4.55.v20240627 #​15360
  • Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 #​15291
  • Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.3 #​15335
  • Bump org.springframework:spring-framework-bom from 5.3.37 to 5.3.39 #​15615
🔩 Build Updates
  • Automate check of expected branch version #​15226
  • Bump @antora/collector-extension from 1.0.0-alpha.4 to 1.0.0-alpha.6 in /docs #​15447
  • Bump @antora/collector-extension from 1.0.0-alpha.6 to 1.0.0-alpha.7 in /docs #​15484
  • Bump @antora/collector-extension from 1.0.0-alpha.7 to 1.0.0-beta.1 in /docs #​15558
  • Bump @antora/collector-extension from 1.0.0-beta.1 to 1.0.0-beta.2 in /docs #​15633
  • Bump @springio/antora-extensions from 1.11.1 to 1.12.0 in /docs #​15417
  • Bump @springio/antora-extensions from 1.12.0 to 1.13.0 in /docs #​15523
  • Bump @springio/antora-extensions from 1.13.0 to 1.13.1 in /docs #​15559
  • Bump @springio/antora-extensions from 1.13.1 to 1.14.2 in /docs #​15632
  • Bump @springio/asciidoctor-extensions from 1.0.0-alpha.10 to 1.0.0-alpha.11 in /docs #​15416
  • Bump @springio/asciidoctor-extensions from 1.0.0-alpha.11 to 1.0.0-alpha.12 in /docs #​15524
  • Bump antora from 3.2.0-alpha.4 to 3.2.0-alpha.5 in /docs #​15330
  • Bump antora from 3.2.0-alpha.5 to 3.2.0-alpha.6 in /docs #​15481
  • Bump com.gradle.develocity from 3.17.5 to 3.17.6 #​15463
❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Update the dependencies label Sep 1, 2024
@renovate renovate bot enabled auto-merge (rebase) September 1, 2024 16:31
@renovate renovate bot merged commit 57d3898 into master Sep 2, 2024
12 checks passed
@renovate renovate bot deleted the renovate/master-patch-all-patch-versions branch September 2, 2024 12:27
@geo-ghci-int geo-ghci-int bot added this to the 3.31.0 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants