chore(deps): update renovate dependency scan #137
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3
->v4
8.1.1
->8.3
3.9.2
->3.9.4
3.1.0
->3.1.2
1.18.1
->1.19.0
1.1.2
->1.2.0
1.18.1
->1.19.0
1.18.1
->1.19.0
1.18.1
->1.19.0
3.12.0
->3.13.0
5.9.3
->5.10.0
1.18.26
->1.18.30
6.0.9
->6.0.12
6.0.9
->6.0.12
2.0
->2.2
1.9.3
->1.10.0
2022.0.7
->2022.0.11
1.13.1
->1.15.0
3.1.6
->3.1.8
2.11.0
->2.14.0
2.11.0
->2.14.0
2.0.7
->2.0.9
5.7.1
->5.8
1.4.7
->1.4.11
1.4.7
->1.4.11
2.15.0
->2.15.2
5.2.3
->5.3.2
19.18.0.0
->19.20.0.0
7.7.1
->7.8.0
2.15.0
->2.15.2
5.9.3
->5.10.0
5.9.3
->5.10.0
5.9.3
->5.10.0
5.3.1
->5.5.0
5.3.1
->5.5.0
21-ea+17
->22-ea+11
3.0.6
->3.1.4
5.9.3
->5.10.0
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
gradle/gradle (gradle)
v8.3
: 8.3Compare Source
The Gradle team is excited to announce Gradle 8.3.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik
Upgrade instructions
Switch your build to use Gradle 8.3 by updating your wrapper:
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.2.1
Compare Source
v8.2
: 8.2Compare Source
The Gradle team is excited to announce Gradle 8.2.
Amongst other improvements, this release addresses two security vulnerabilities:
Read the Release Notes
We would like to thank the following community contributors for their contributions to this release of Gradle:
Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li
Upgrade instructions
Switch your build to use Gradle 8.2 by updating your wrapper:
./gradlew wrapper --gradle-version=8.2
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
testcontainers/testcontainers-java (org.testcontainers:rabbitmq)
v1.19.0
Compare Source
Testcontainers for Java 1.19.0
Core
ComposeContainer
(#5608) @eddumelendezWait.forListeningPorts(ports)
(#7402) @eddumelendezSelinuxContext.SHARED
by default (#7187) @jeroen-vd-nlCreateContainerCmd
(#7421) @eddumelendezModules
ClickHouse
ClickHouseContainer
implementation (#7403) @eddumelendezElasticsearch
DB2
GCloud
BigQueryEmulatorContainer
(#7324) @eddumelendezDatastoreEmulatorContainer
(#7328) @eddumelendezJUnit Jupiter
@Testcontainers(parallel = true)
(#7394) @eddumelendezKafka
See https://java.testcontainers.org/modules/kafka/
MS SQL Server
QuestDB
Redpanda
See https://java.testcontainers.org/modules/redpanda/
Solace
Spock
What's Changed
☠️ Deprecations
📖 Documentation
🧹 Housekeeping
📦 Dependency updates
14 changes
v1.18.3
Compare Source
Testcontainers for Java 1.18.2 introduced new strategies to detect the
docker.sock
. There was an issue reported, see #7082. It's is highly recommended to use version 1.18.3.What's Changed
🧹 Housekeeping
v1.18.2
Compare Source
Highlights ✨
testcontainers/ryuk
version to 0.5.1 (#7054) @eddumelendez🐛 Bug Fixes
🚀 Features & Enhancements
TestcontainersHostPropertyClientStrategy
(#7053) @eddumelendez📖 Documentation
🧹 Housekeeping
pitest/pitest-junit5-plugin (org.pitest:pitest-junit5-plugin)
v1.2.0
Compare Source
projectlombok/lombok (org.projectlombok:lombok)
v1.18.30
v1.18.28
spring-projects/spring-framework (org.springframework:spring-context)
v6.0.12
Compare Source
⭐ New Features
@Scheduled
(fixedDelay = Long.MAX_VALUE, timeUnit = TimeUnit.MINUTES) #31210PathMatchingResourcePatternResolver
#31111@Nullable
toargValue
indoSetValue()
inArgument[Type]PreparedStatementSetter
#31086StringUtils
#31067ReactiveAdapterRegistry
#31047DefaultListableBeanFactory#getBeanNamesForType
does not take target type into account forFactoryBean
resolution #30987spring-core
access toorg.jboss.vfs
forVfsUtils
support on WildFly #30973readNBytes
inStringHttpMessageConverter
whencontentLength
is available #30942DefaultGenerationContext(DefaultGenerationContext, String)
constructorprotected
#30895@Nullable
annotations inAbstractResourceResolver
subclasses in Spring MVC #30893@Autowired
methods on same bean class #30359ClassUtils#getMostSpecificMethod
#30272@PropertySource(ignoreResourceNotFound)
support #22276PayloadMethodArgumentResolver
#21852🐞 Bug Fixes
WebClientResponseException.getResponseBodyAs
throws exception instead of returningnull
for empty body #31179LogFactory
implementation deviates from original ApacheLogFactory
in terms of abstract method declarations #31166nullSafeConciseToString()
invokingisEmpty()
on aMap
/Collection
proxy #31138@DynamicPropertySource
in@Nested
test class cannot override dynamic properties from enclosing class #31083TransactionalApplicationListenerMethodAdapter
should find@TransactionalEventListener
on target class method #31034MethodIntrospector.selectMethods(?)
fails to find methods in case of special bridge method arrangement #30906@ModelAttribute
annotated methods not working with kotlin suspend methods #30894ClassInfo
caching in `java.beanConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.