Skip to content

fix(deps): update all minor dependencies#271

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all minor dependencies#271
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
aquasecurity/trivy-action action minor 0.32.00.34.0 age confidence
eclipse-temurin final patch 21.0.8_9-jre21.0.10_7-jre age confidence
maven (source) patch 3.9.103.9.12 age confidence
maven-wrapper (source) patch 3.3.23.3.4 age confidence
mukunku/tag-exists-action action minor v1.6.0v1.7.0 age confidence
postgres minor 14.1514.21 age confidence
org.jacoco:jacoco-maven-plugin (source) build patch 0.8.130.8.14 age confidence
org.codehaus.mojo:flatten-maven-plugin (source) build patch 1.7.11.7.3 age confidence
org.springframework.boot:spring-boot-starter-parent (source) parent patch 3.5.63.5.10 age confidence
org.apache.maven.plugins:maven-enforcer-plugin (source) build patch 3.6.03.6.2 age confidence
io.zonky.test.postgres:embedded-postgres-binaries-bom import minor 16.9.016.12.0 age confidence
com.networknt:json-schema-validator compile patch 1.5.71.5.9 age confidence
com.google.guava:guava compile minor 33.4.8-jre33.5.0-jre age confidence
commons-io:commons-io (source) compile minor 2.19.02.21.0 age confidence
net.sf.saxon:Saxon-HE (source) compile minor 12.712.9 age confidence
org.springdoc:springdoc-openapi-starter-webmvc-ui (source) compile patch 2.8.92.8.15 age confidence
com.github.ben-manes.caffeine:caffeine compile patch 3.2.13.2.3 age confidence

Release Notes

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.34.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.33.1...0.34.0

v0.33.1

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.33.0...0.33.1

v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.32.0...0.33.0

apache/maven (maven)

v3.9.12: 3.9.12

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.11: 3.9.11

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

apache/maven-wrapper (maven-wrapper)

v3.3.4: 3.3.4

Compare Source

🐛 Bug Fixes
👻 Maintenance

v3.3.3: 3.3.3

Compare Source

💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
mukunku/tag-exists-action (mukunku/tag-exists-action)

v1.7.0: Upgrade from Node20 to Node24

Compare Source

This release bumps the node runtime version. (#​37)

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.14: 0.8.14

Compare Source

New Features

  • JaCoCo now officially supports Java 25 (GitHub #​1950).
  • Experimental support for Java 26 class files (GitHub #​1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #​1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #​1814, #​1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #​1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #​1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #​1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #​1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #​1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #​1885, #​1970, #​1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #​1813, #​1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #​1813, #​1940).
    Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #​1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #​1965).
mojohaus/flatten-maven-plugin (org.codehaus.mojo:flatten-maven-plugin)

v1.7.3

Compare Source

🐛 Bug Fixes
  • Fixes condition-activated profiles not considered in effective model (#​481) @​oldhen
📦 Dependency updates

v1.7.2

Compare Source

🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.5.10

Compare Source

🐞 Bug Fixes
  • Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #​48836
  • When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #​48835
  • Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #​48810
  • DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #​48702
  • Application JAR created by extract command is not reproductible #​48664
  • AOT processing of tests should not be disabled when 'skipTests' is set #​48661
  • Fix zero-length byte buffer in InspectedContent #​48649
📔 Documentation
  • Update documentation for Buildpack's AOT Cache support #​48768
  • Document support for configuring arguments passed to Docker Compose #​48657
  • Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #​48634
  • Fix grammar and typos in the reference guide #​48596
🔨 Dependency Upgrades
❤️ Contributors

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

@​GaoSSR, @​izeye, and @​ngocnhan-tran1996

v3.5.9

Compare Source

🐞 Bug Fixes
  • RabbitHealthIndicator reports an error when version is missing from the connection's server properties #​48486
  • Profiles retained during AOT processing are not configured in a native image #​48475
  • NullPointerException in UndertowWebServer.destroy() when using @DirtiesContext and Citrus Spring Boot Simulator #​48450
  • Redis health check reports an error when redis_version is missing from the INFO response #​48326
  • Parent's MeterRegistry beans are closed when child context closes #​48324
  • SpringBootTest.UseMainMethod.WHEN_AVAILABLE and ALWAYS are incompatible with package-private or parameter-less main method #​48271
📔 Documentation
  • Documentation has an outdated reference to the Jackson Kotlin Module #​48533
  • Caching documentation should clarify how to use a no-op implementation to run a test suite #​48531
  • Document that the default rolling policy for Log4j2 requires logging.file.path to be set #​48526
  • License header in build samples is displayed in the reference documentation #​48477
  • Configuring Two DataSources How-To code sample is inconsistent #​48448
  • Improve javadoc for when to use class names rather than class references #​48395
  • Document that org.aspectj.weaver.Advice must be on the classpath to enable support for Micrometer's annotations #​48359
  • Polish TestRestTemplate examples in the reference guide #​48335
  • Fix links to javadoc in the reference documentation #​48299
  • Clarify that @EnableBatchProcessing turns off all batch auto-configuration, including schema initialization #​48265
  • Kotlin auto-configuration examples are not annotated with @AutoConfiguration #​48227
  • Infinispan Cache Documentation is outdated #​48217
  • Revise "Use Liquibase for test-only migrations" section in reference manual #​48169
🔨 Dependency Upgrades
❤️ Contributors

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

@​banseok1216, @​berry120, @​dmitrysulman, @​geopark021, @​noojung, @​scottfrederick, @​vpavic, and @​youngledo

v3.5.8

Compare Source

⚠️ Noteworthy changes

🐞 Bug Fixes

  • Gradle war task does not exclude starter POMs from lib-provided #​48196
  • Testcontainers integration fails on Docker 29.0.0 #​48192
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #​48180
  • Properties bound in the child management context ignore the parent's environment prefix #​48176
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #​48153
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #​48129
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #​48127
  • NullPointerException when using @ConditionalOnSingleCandidate with multiple manually registered singletons #​48123
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #​48102
  • Image building may fail when specifying a platform if an image has already been built with a different platform #​48098
  • Undertow's ServletContext is destroy too early, making it unusable in @PreDestroy methods #​48061
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #​48058
  • Auto-configured JCacheMetrics cannot be customized #​48056
  • WebSecurityCustomizer beans are excluded by WebMvcTest #​48054
  • Devtools Restarter does not work with a parameterless main method #​47987
  • Setting 'max-uri-tags' does not prevent unlimited meter growth on any AutoConfiguredCompositeMeterRegistry #​47923
  • Docker response 407 is not handled correctly resulting in no error message #​47900
  • spring-boot-maven-plugin process-aot goal does not find package-private main method #​47780

📔 Documentation

  • Revise AWS section of "Deploying to the Cloud" in reference manual #​48156
  • Fix typo in PortInUseException Javadoc #​48133
  • Correct section about required setters in "Type-safe Configuration Properties" #​48130
  • Document EndpointObjectMapper and management.endpoints.jackson.isolated-object-mapper #​48114
  • Document support for configuring servlet context init parameters using properties #​48111
  • Clarify how warnings about soon-to-expire SSL certificates are reported #​48062
  • Document how to use ContextPropagatingTaskDecorator for propagating trace context over thread boundaries #​48052
  • Use since attribute in configuration properties deprecation consistently #​47980
  • BootstrapContext#getOrElseThrow has incorrect reference to IllegalStateException #​47905
  • Clarify when BootstrapContext get methods may return null rather than throwing an exception or calling the fallback supplier #​47898
  • Document that Actuator endpoint may have at most one extension of each type #​47873
  • Limit Kotlin API documentation to Kotlin-specific APIs #​47859
  • Adapt AOTCache documentation to JEP 514 #​47274

🔨 Dependency Upgrades

  • Downgrade to Cassandra Driver 4.19.0 #​47926
  • Upgrade to AspectJ 1.9.25 #​48005
  • Upgrade to Caffeine 3.2.3 #​48006
  • Upgrade to Cassandra Driver 4.19.2 #​48183
  • Upgrade to DB2 JDBC 12.1.3.0 #​48083
  • Upgrade to Hibernate 6.6.36.Final #​48148
  • Upgrade to Jackson Bom 2.19.4 #​48008
  • Upgrade to Jetty 12.0.30 #​48118
  • Upgrade to Jetty Reactive HTTPClient 4.0.13 #​48149
  • Upgrade to jOOQ 3.19.28 [#​

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, 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 added the dependencies Pull requests that update a dependency file label Oct 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be8febd to 76f3c28 Compare October 31, 2024 16:59
@davdarras davdarras force-pushed the renovate/all-minor-patch branch from 76f3c28 to d6ec98a Compare November 5, 2024 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6ec98a to 8bea505 Compare November 5, 2024 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bea505 to 352bf1e Compare November 20, 2024 20:46
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1880976 to 06cbc59 Compare November 26, 2024 04:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06cbc59 to 4d9f23a Compare November 29, 2024 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d9f23a to cfdbefc Compare December 6, 2024 13:52
@renovate renovate bot changed the title chore(deps): update all minor dependencies fix(deps): update all minor dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5bc4971 to 299e9ab Compare December 19, 2024 16:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f99a318 to 92193b5 Compare January 6, 2025 09:54
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 2025

@davdarras davdarras force-pushed the renovate/all-minor-patch branch from 59146bc to 67e96e9 Compare January 6, 2025 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2615af8 to 53241d9 Compare January 13, 2025 00:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0ee7f92 to b6e044b Compare January 19, 2025 08:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2c24e0e to efcd944 Compare January 26, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 69b4f17 to 3c0b435 Compare February 2, 2025 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c0b435 to df33eda Compare February 16, 2025 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 793766f to b451c00 Compare September 18, 2025 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac9885f to 5515416 Compare September 25, 2025 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5515416 to d6bb1c9 Compare October 2, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6bb1c9 to f94922d Compare October 12, 2025 01:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f3e218a to 1808934 Compare October 28, 2025 06:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5a065b9 to 08ec533 Compare November 8, 2025 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4355785 to 9b91e1d Compare November 20, 2025 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dc77ee7 to 1e28b14 Compare November 28, 2025 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e28b14 to ef649e0 Compare December 8, 2025 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a5bd8f5 to 1f92b73 Compare December 18, 2025 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f92b73 to 37b569e Compare January 1, 2026 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37b569e to a30e6c2 Compare January 23, 2026 04:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 60b9b37 to 6b852a7 Compare February 12, 2026 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b852a7 to 270cfa1 Compare February 18, 2026 15:51
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments