Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.11.1 -> 8.12.1 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) dependencies patch 2.24.0 -> 2.24.3 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) dependencies patch 2.24.0 -> 2.24.3 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) dependencies patch 2.24.0 -> 2.24.3 age adoption passing confidence
com.diffplug.spotless plugin patch 7.0.1 -> 7.0.2 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies patch 7.0.1 -> 7.0.2 age adoption passing confidence
io.mockk:mockk (source) dependencies patch 1.13.12 -> 1.13.16 age adoption passing confidence
com.gradle.develocity plugin minor 3.18.1 -> 3.19.1 age adoption passing confidence
org.springframework:spring-beans dependencies patch 6.2.0 -> 6.2.2 age adoption passing confidence
org.mockito:mockito-core dependencies minor 5.14.0 -> 5.15.2 age adoption passing confidence
com.github.javadev:underscore dependencies minor 1.105 -> 1.109 age adoption passing confidence
io.github.oshai:kotlin-logging-jvm dependencies patch 7.0.0 -> 7.0.3 age adoption passing confidence
org.assertj:assertj-core (source) dependencies minor 3.26.3 -> 3.27.3 age adoption passing confidence
com.squareup.okio:okio-jvm dependencies minor 3.9.1 -> 3.10.2 age adoption passing confidence
org.jetbrains:annotations dependencies patch 26.0.0 -> 26.0.2 age adoption passing confidence
io.vavr:vavr (source) dependencies patch 0.10.4 -> 0.10.5 age adoption passing confidence
org.graalvm.js:js-language (source) dependencies patch 24.1.1 -> 24.1.2 age adoption passing confidence
io.arrow-kt:arrow-core dependencies patch 2.0.0 -> 2.0.1 age adoption passing confidence
org.http4k:http4k-format-moshi (source) dependencies minor 5.31.1.0 -> 5.46.0.0 age adoption passing confidence
org.http4k:http4k-client-apache (source) dependencies minor 5.31.1.0 -> 5.46.0.0 age adoption passing confidence
org.http4k:http4k-core (source) dependencies minor 5.31.1.0 -> 5.46.0.0 age adoption passing confidence
org.jetbrains.kotlin.kapt (source) plugin patch 2.1.0 -> 2.1.10 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.1.0 -> 2.1.10 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.1.0 -> 2.1.10 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12.1

Compare Source

v8.12

Compare Source

mockk/mockk (io.mockk:mockk)

v1.13.16

Compare Source

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

v1.13.14

Compare Source

What's Changed
New Contributors

Full Changelog: mockk/mockk@1.13.13...1.13.14

v1.13.13

Compare Source

What's Changed
New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.13

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

v6.2.2

⭐ New Features
  • Track only qualifier annotations in BeanOverrideHandler #​34260
  • Remove @FunctionalInterface declaration from BeanOverrideProcessor #​34259
  • Refine default filtered headers for web data binding #​34182
  • Improve query params in uri KeyValue with HTTP interface client #​34176
  • Refine location checks for PathResource #​34167
  • Avoid virtual thread pinning in procedure calling #​34133
  • Type-level constraint violation should result in ParameterErrors #​34105
  • Avoid logger serialization behind shared EntityManager proxy #​34084
  • Improve PathMatcher to PathPatternParser migration in mvc XML configuration #​34064
  • Support @MockitoBean at the type level on test classes #​33925
🐞 Bug Fixes
  • HttpHeadersAssert#doesNotContainsHeaders has a typo #​34263
  • Deadlock with background EntityManager bootstrap due to locking in getSingletonFactoryBeanForTypeCheck #​34247
  • ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1 #​34234
  • Nested transaction savepoints are broken in SQL Server #​34233
  • Error handling override in DefaultResponseErrorHandler ignored after upgrade to 6.2.0 #​34231
  • FileNotFoundException is thrown when using ConfigurationPropertiesScan with Spring Context 6.2.1 #​34216
  • BindException declared but not handled by ExceptionHandler #​34214
  • @TestBean factory method resolution is incorrect within class hierarchy #​34204
  • Bean Override in superclass takes precedence over Bean Override in subclass #​34194
  • Ensure AsyncListener#onError does not return until dispatch completes #​34192
  • BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1 #​34187
  • BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create bean #​34186
  • DataBinder throws IndexOutOfBoundsException when indexed parameter uses nonconsecutive indices #​34145
  • NullPointerException is thrown if WebClient is used with Apache Httpclient and cookies are disabled #​34132
  • Wrong parentId tracking in FlightRecorderApplicationStartup #​34128
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #​34126
  • Placeholder resolution no longer considers exact match before resolving the placeholder key #​34124
  • DataBinder throws StringIndexOutOfBoundsException for indexed property without nested property path #​34121
  • Dependency injection matches wildcards too leniently with 6.2.1 #​34119
  • PathMatchingResourcePatternResolver throws FileNotFoundException caused by wrong cache path #​34111
  • SpEL fails to invoke MethodHandle function reference accepting only varargs #​34109
  • Generic with a base type is no longer resolved to its base if the generic is unresolved #​34086
  • DataBinder throws StringIndexOutOfBoundsException for map property without nested property path #​34043
  • Fix implicit variable resolution in JSP EvalTag #​33945
📔 Documentation
  • Fix inaccuracy in RequestHeaderArgumentResolver Javadoc #​34230
  • Document that http.client.requests measure the entire HTTP exchange #​34201
  • Misuse of em dash in "Basic Concept" section #​34165
  • Fix typo in link #​34149
  • Broken syntax in xml sample of "Reference to Other Beans" section #​34148
  • Fix minor typo in reference documentation for Kotlin annotations #​34134
  • Clarify documentation for the default uri client request observation metric #​34116
  • Fix broken links in the web reference documentation #​34115
  • Bean creation lazily ignores annotations like @EventListener #​34057
🔨 Dependency Upgrades
❤️ Contributors

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

@​Mattias-Sehlstedt, @​Spanching, @​brendenehlers, @​izeye, @​luozongle01, @​micopiira, @​ngocnhan-tran1996, @​quaff, @​rPraml, @​remeio, and @​scordio

v6.2.1

⭐ New Features
  • Implement toString() in TestBeanOverrideHandler #​34072
  • Log alias removal in DefaultListableBeanFactory #​34070
  • Log warning when one Bean Override overrides another Bean Override #​34056
  • Introduce "unsafeAllocated" flag in TypeHint #​34055
  • Cannot assert status reason phrase with MockMvcTester #​34016
  • Improve toString for reactive ScheduledTask #​34010
  • Optimize sending requests without a body in RestClient and WebClient with Reactor Netty #​34003
  • Add missing @Contract annotation to ObjectUtils#isEmpty #​33984
  • OptionalValidatorFactoryBean suppresses Hibernate Validator configuration failures too much #​33979
  • Support Flux<ServerSentEvent<Fragment>> in WebFlux #​33975
  • Update in FragmentsRendering to names of static methods #​33974
  • Honor @Fallback semantics for Test Bean Overrides #​33924
  • AdvisedSupport.MethodCacheKey should check for logical equality as well as identity #​33915
  • Fail with full description for XML diff in XmlExpectationsHelper #​33827
  • MapMethodProcessor should only resolve arguments of type Map or the ModelMap hierarchy #​33160
🐞 Bug Fixes
  • Support binding from request headers via constructor args #​34073
  • Unable to configure custom scheduler for @Scheduled annotation #​34058
  • Identical Bean Overrides are silently allowed #​34054
  • OOM due to NoTransactionInContextException in reactive pipeline #​34048
  • Priority header causes binding exception after upgrade to Spring Framework 6.2.0 #​34039
  • @MockitoBean incorrectly injects supertype into subtype field #​34025
  • NestedPlaceholder are not recursively resolved if the fallback is a placeholder #​34020
  • AOT no longer generates BeanInstanceSupplier signature for a CGLIB proxy with its public type #​33998
  • Nested transaction support via savepoints is broken in Oracle database #​33987
  • Proxy created with IntroductionInterceptor but without target always throws an exception #​33985
  • ApplicationListener no longer invoked for generic ApplicationEvent with 6.2.0 #​33982
  • Error handling override in DefaultResponseErrorHandler ignored after upgrade to 6.2.0 #​33980
  • BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create a FactoryBean #​33972
  • HandshakeWebSocketService assumes jakarta websocket is present #​33970
  • @Value cases SpringCGLIB$$0 required a bean of type java.lang.String that could not be found in Native compile when migrating to SB 3.4 #​33960
  • PathMatchingResourcePatternResolver should not log directory-skip messages at info level #​33956
  • Avoid infinite recursion in BeanValidationBeanRegistrationAotProcessor with recursive generics #​33950
  • Skip runtime hint registration for validation constraint with missing dependencies #​33949
  • Move Kotlin value class unboxing to InvocableHandlerMethod #​33943
  • MockReset strategy is no longer honored for @MockitoBean and @MockitoSpyBean #​33941
  • TypeDescriptor with recursive generics triggers infinite recursion in ResolvableType.equals/hashCode #​33932
  • RestClient does not expose full URI template as attribute #​33928
  • Bean Overrides like @MockitoBean and @TestBean should not be allowed on static fields #​33922
  • Regression in duplicate beans with different method names #​33920
📔 Documentation
  • Fix link to MockMvcBuilders in reference documentation #​34031
  • Fix a typo in the filters documentation #​33959
  • Document visibility requirements for Bean Overrides #​33923
  • Fix typos and link in Observability documentation #​33910
  • SpEL documentation contains syntax errors #​33907
  • Improve explanation of AOP advice classes that should implement MethodInterceptor #​33901
  • Reflect well-known HttpHeaders intent in Javadoc #​33886
  • Reflect well-known MediaTypes intent in Javadoc #​33754
  • Document support for varargs invocations in SpEL #​33332
🔨 Dependency Upgrades
❤️ Contributors

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

@​Boiarshinov, @​CHOICORE, @​KNU-K, @​izeye, @​ngocnhan-tran1996, @​scordio, @​sonallux, and @​youabledev

mockito/mockito (org.mockito:mockito-core)

v5.15.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2

v5.14.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2
  • 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
  • Fix #​3466 nexus publishing configuration (#​3470)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#​3468)
  • Bump bytebuddy from 1.15.3 to 1.15.4 (#​3467)
  • Missing 5.14.2 release (#​3466)
  • chore: Tests whether JVM warnings / messages on dynamic attach (#​3462)
  • Bump junit-jupiter from 5.11.1 to 5.11.2 (#​3461)
  • Renames extension modules with mockito- prefix (#​3460)
  • Avoid attach warning if Byte Buddy is configured for command-line attach. (#​3459)
  • Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#​3458)
  • Bump junit-jupiter from 5.11.0 to 5.11.1 (#​3455)
  • Move root project to dedicated core folder (#​3444)
  • Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#​3136)

v5.14.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1
  • 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
  • fix: gradle mockitoAgent configuration should not be transitive (#​3454)
  • Bump bytebuddy from 1.15.2 to 1.15.3 (#​3452)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
javadev/underscore-java (com.github.javadev:underscore)

v1.109: Version 1.109

v1.108

v1.107: Version 1.107

v1.106: Version 1.106

oshai/kotlin-logging (io.github.oshai:kotlin-logging-jvm)

v7.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: oshai/kotlin-logging@7.0.0...7.0.1

square/okio (com.squareup.okio:okio-jvm)

v3.10.2

Compare Source

2025-01-08

  • Fix: okio-nodefilesystem artifact is no longer empty.

v3.10.1

Compare Source

2025-01-07

  • New: FileSystem.close() may prevent future access and/or clean up associated resources depending on the backing implementation. FakeFileSystem will prevent future operations once closed.
  • InputStreams created from BufferedSource.inputStream() now have a more efficient version of InputStream.transferTo() which reduces memory copies.
  • okio-nodefilesystem is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target. This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin. Please use 3.10.2 to ensure this change actually does not affect your builds.

v3.10.0

Compare Source

2025-01-06

This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.

JetBrains/java-annotations (org.jetbrains:annotations)

v26.0.2

Compare Source

  • Fixed missing klibs for apple artifacts.

[v26.0.1](https://redirect.github.com/JetBrains/java-ann


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title Update all dependencies to v5.32.1.0 Update all dependencies Sep 29, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7a98d7a to 748a8de Compare October 5, 2024 15:15
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from ba1a032 to 3b205ca Compare October 14, 2024 11:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 58617b6 to f965a5e Compare October 25, 2024 16:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f0fc579 to c0307fe Compare November 1, 2024 18:40
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 89c6b8b to 5db2e6c Compare November 18, 2024 06:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 482200f to 289b598 Compare November 21, 2024 23:21
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 38761cf to 079d876 Compare January 15, 2025 02:44
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 94a6991 to cf9ccfa Compare January 20, 2025 07:55
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 6ea66d5 to 65650e7 Compare January 26, 2025 09:46
@overfullstack overfullstack force-pushed the master branch 2 times, most recently from cf1ac4f to ac0ad5c Compare January 31, 2025 07:52
| datasource     | package                                                           | from     | to       |
| -------------- | ----------------------------------------------------------------- | -------- | -------- |
| gradle-version | gradle                                                            | 8.11.1   | 8.12.1   |
| maven          | org.apache.logging.log4j:log4j-slf4j2-impl                        | 2.24.0   | 2.24.3   |
| maven          | org.apache.logging.log4j:log4j-core                               | 2.24.0   | 2.24.3   |
| maven          | org.apache.logging.log4j:log4j-api                                | 2.24.0   | 2.24.3   |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin         | 7.0.1    | 7.0.2    |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                      | 7.0.1    | 7.0.2    |
| maven          | io.mockk:mockk                                                    | 1.13.12  | 1.13.16  |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin         | 3.18.1   | 3.19.1   |
| maven          | org.springframework:spring-beans                                  | 6.2.0    | 6.2.2    |
| maven          | org.mockito:mockito-core                                          | 5.14.0   | 5.15.2   |
| maven          | com.github.javadev:underscore                                     | 1.105    | 1.109    |
| maven          | io.github.oshai:kotlin-logging-jvm                                | 7.0.0    | 7.0.3    |
| maven          | org.assertj:assertj-core                                          | 3.26.3   | 3.27.3   |
| maven          | com.squareup.okio:okio-jvm                                        | 3.9.1    | 3.10.2   |
| maven          | org.jetbrains:annotations                                         | 26.0.0   | 26.0.2   |
| maven          | io.vavr:vavr                                                      | 0.10.4   | 0.10.5   |
| maven          | org.graalvm.js:js-language                                        | 24.1.1   | 24.1.2   |
| maven          | io.arrow-kt:arrow-core                                            | 2.0.0    | 2.0.1    |
| maven          | org.http4k:http4k-format-moshi                                    | 5.31.1.0 | 5.46.0.0 |
| maven          | org.http4k:http4k-client-apache                                   | 5.31.1.0 | 5.46.0.0 |
| maven          | org.http4k:http4k-core                                            | 5.31.1.0 | 5.46.0.0 |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin | 2.1.0    | 2.1.10   |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin   | 2.1.0    | 2.1.10   |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                         | 2.1.0    | 2.1.10   |
@overfullstack overfullstack merged commit 6487ebe into master Jan 31, 2025
1 of 2 checks passed
@renovate renovate bot deleted the renovate/all branch January 31, 2025 12:02
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.

2 participants