Bumps the dependencies group with 9 updates in the / directory:
Updates org.hibernate:hibernate-jpamodelgen from 6.5.2.Final to 6.6.1.Final
Release notes
Sourced from org.hibernate:hibernate-jpamodelgen's releases.
Hibernate ORM 6.6.1.Final released
Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.1.Final.
What's new
This release introduces a few minor improvements as well as bug fixes.
You can find the full list of 6.6.1.Final changes here.
Conclusion
For additional details, see:
See also the following resources related to supported APIs:
Visit the website for details on getting in touch with us.
Hibernate ORM 6.6.0.CR1 released
Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.
What's new
This release introduces a lot of improvements as well as bug fixes.
Please refer to the release announcement for details.
You can find the full list of 6.6.0.CR1 changes here.
Conclusion
For additional details, see:
See also the following resources related to supported APIs:
... (truncated)
Changelog
Sourced from org.hibernate:hibernate-jpamodelgen's changelog.
Changes in 6.6.1.Final (September 17, 2024)
https://hibernate.atlassian.net/projects/HHH/versions/32340
** Bug
* [HHH-18571] - Entities and collections with batch size 1 are treated as batchable
* [HHH-18560] - DB2iDialect executes incompatible query in combination with @AuditJoinTable mapping
* [HHH-18558] - Informix UUID type support
* [HHH-18556] - Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible
* [HHH-18531] - Informix timestamp literal error
* [HHH-18524] - @IdClass and composite key generation not working with meta-annotated @IdGenerationType
* [HHH-18518] - MySQLDialect fails to detect version on azure flexible server
* [HHH-18511] - ArrayIndexOutOfBoundsException in ImmutableFetchList
* [HHH-18506] - Flush performance degradation due to itable stubs
* [HHH-18503] - ID select criteria query fails with joined + discriminator inheritance when entity has subtypes
* [HHH-18502] - Type conversion error due to surprising javac method selection in SqmSubQuery#in
* [HHH-18493] - Resolving already initialized collection elements leads to assertion error
* [HHH-18490] - Static metamodel contains wrong type for Embeddable with generic attribute extending from mapped superclass
* [HHH-18489] - Lazy, unowned one-to-one associations get loaded eagerly in queries - even with bytecode enhancement
* [HHH-18487] - Error: Detached entity wiht id X has an uninitialized version value '1''
* [HHH-18486] - Unable to add Persist the object because of EntityNameResolver being ignored
* [HHH-18484] - Update fails when a many-to-one property on an entity with a generated value is changed
* [HHH-18480] - ClassCastException when updating a Blob with Oracle
* [HHH-18478] - Cannot invoke "org.hibernate.persister.entity.EntityPersister.getSubclassId()" because "data.concreteDescriptor" is null when reloading entity from query cache
* [HHH-18476] - Fetchable scrolling with KeyToOne leads to assertion error
* [HHH-18472] - Fix memory issues for release job
* [HHH-18470] - Duplicate foreign key names generated for inheritance type TABLE_PER_CLASS
* [HHH-18469] - Assertion Error when fetch joining complex entities structure
* [HHH-18466] - Regression from 5.6.15.Final where a mutable natural IDs query cannot find an entity
* [HHH-18447] - cast as boolean broken in Hibernate 6
* [HHH-18445] - Embeddable as Java Record has wrong order of columns
* [HHH-18439] - NullPointerException when access data from query cache
* [HHH-18436] - Wrong order-by rendering order for nested collections if loaded with entity graph
* [HHH-18414] - Duplicated filter applied to 'find()' method
* [HHH-18400] - AttributeConverter causing type-check failure when comparing Date field to parameter
* [HHH-18353] - ArrayConstructorFunction comparing argument types by reference causes FunctionArgumentException
* [HHH-18337] - SequenceStyleGenerator not respecting physical naming strategy
* [HHH-18282] - generate error sql in case of @DiscriminatorValue("not null") and the entity is superclass of other entity
* [HHH-18174] - Hibernate polymorphic join in complex subquery not using discriminator
* [HHH-18103] - MappedSuperclass handling for Embeddable is broken in metamodel
** Improvement
* [HHH-18625] - Add Configurable#create(GeneratorCreationContext)
* [HHH-18507] - allow overwriting the default db image with environment variable in docker_db.sh
* [HHH-18459] - Add SingleStore community dialect
* [HHH-17646] - JOINED @Inheritance leads to bad performance in Hibernate 6
** Task
* [HHH-18612] - Avoid writing files to classpath in tests to avoid spurious failures
... (truncated)
Commits
2c6b91d Pre-steps for release : 6.6.1.Final
3e215b5 HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy
efd4528 HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy
744732b HHH-18174 Fix junction entity name uses algorithm for subqueries
0e9577a HHH-18174 Add test for issue
9c5cf75 HHH-18447 Try using native cast for string to boolean
723e18d HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy
88bcc71 HHH-18337 Account for physical naming strategy when querying db sequence
7c66788 HHH-18337 Add test for issue
b09b27c HHH-18625 - Add Configurable#create(GeneratorCreationContext)
- Additional commits viewable in compare view
Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.8.1 to 3.8.3
Changelog
Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.
Version 3.8.3 - September 30, 2024
Fix Hibernate 6.6 JSON mapping on Oracle BLOB column type #742
Version 3.8.2 - July 25, 2024
Add JsonClobType and improve JsonType to support CLOB column types #734
Commits
a109730 [maven-release-plugin] prepare release hypersistence-utils-parent-3.8.3
dff3950 Update changelog for the 3.8.3 release
1958252 Fix Hibernate 6.6 JSON mapping on Oracle BLOB column type #742
62196bc Test the hypersistence-utils-hibernate-63 module with Hibernate ORM 6.6
984465e Bump version up
418f446 [maven-release-plugin] prepare for next development iteration
c942f9b [maven-release-plugin] prepare release hypersistence-utils-parent-3.8.2
7799931 Update changelog for the 3.8.2 release
b0b037a Add JsonClobType and improve JsonType to support CLOB column types #734
bbb27c4 Bump version up
- Additional commits viewable in compare view
Updates org.springframework.boot:spring-boot-starter-mail from 3.3.2 to 3.3.4
Release notes
Sourced from org.springframework.boot:spring-boot-starter-mail's releases.
v3.3.4
🐞 Bug Fixes
- management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42322
- Missing details in OAuth2ClientProperties validation error message #42279
- FileNotFoundException from unused mis-configured SSL bundles #42169
- ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42161
@RestartScope can cause 'Recursive update' exceptions when used with container beans #42107
- JarLauncher fails to load large jar files #42079
- PropertiesMigrationListener wrongly reports property as deprecated when has group #42071
- Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42059
- Default Logback config uses deprecated "converterClass" attribute #42006
📔 Documentation
- Document that spring.jmx.enabled is not intended for third-party libraries #42285
- Update link to Log4j2 system properties #42263
- Links to GraphQL in the reference guide redirect to the root instead of specific sections #42208
- Syntax error in "Receive a message reactively section" of the reference guide #42200
- Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #42193
- Replace RFC 7807 by RFC 9457 in property documentation #42190
- Document that configuration property binding to a Kotlin value class with a default is not supported #42176
- Update documentation to reflect new no handler found exception behavior #42167
- Polish configuration property reference #42165
- Remove link to "Converting a Spring Boot JAR Application to a WAR" as the guide is no longer available #42111
- Fix StatsD link typo on Metrics documentation page #42109
- Improve docker without buildpacks documentation #42106
- Improve documentation in "Command-line Completion" #42103
- Kotlin code examples are missing from the Testing section #42094
- Fix incorrect command in Docker configuration for Colima #42078
- Gradle Plugin AOT documentation has sample error #42046
🔨 Dependency Upgrades
- Upgrade to Groovy 4.0.23 #42292
- Upgrade to Hibernate 6.5.3.Final #42365
- Upgrade to Infinispan 15.0.8.Final #42253
- Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42254
- Upgrade to Jetty 12.0.13 #42256
- Upgrade to Jetty Reactive HTTPClient 4.0.7 #42255
- Upgrade to Logback 1.5.8 #42257
- Upgrade to Micrometer 1.13.4 #42129
- Upgrade to Micrometer Tracing 1.3.4 #42130
- Upgrade to MSSQL JDBC 12.6.4.jre11 #42258
- Upgrade to Native Build Tools Plugin 0.10.3 #42205
- Upgrade to Netty 4.1.113.Final #42259
- Upgrade to Postgresql 42.7.4 #42260
- Upgrade to R2DBC MariaDB 1.2.2 #42326
- Upgrade to Reactor Bom 2023010 #42131
- Upgrade to SendGrid 4.10.3 #42366
... (truncated)
Commits
8e9dc7b Release v3.3.4
4e860f1 Merge branch '3.2.x' into 3.3.x
d137191 Next development version (v3.2.11-SNAPSHOT)
97dd01e Upgrade to SendGrid 4.10.3
1b3b3aa Upgrade to Hibernate 6.5.3.Final
c2adc3b Upgrade to Zipkin Reporter 3.4.2
0271b24 Merge branch '3.2.x' into 3.3.x
ae8315e Use Liberica for Java 23 CI
4956990 Merge branch '3.2.x' into 3.3.x
f9379f4 Apply nohttp check per-project rather than at root
- Additional commits viewable in compare view
Updates org.mapstruct:mapstruct from 1.5.5.Final to 1.6.2
Release notes
Sourced from org.mapstruct:mapstruct's releases.
1.6.2
Bugs
- Regression from 1.6.1: ClassCastException when using records (#3717)
1.6.1
Enhancements
- Use Java
LinkedHashSet and LinkedHashMap new factory method with known capacity when on Java 19 or later (#3113)
Bugs
- Inverse Inheritance Strategy not working for ignored mappings only with target (#3652)
- Inconsistent ambiguous mapping method error when using
SubclassMapping: generic vs raw types (#3668)
- Fix regression when using
InheritInverseConfiguration with nested target properties and reversing target = "." (#3670)
- Deep mapping with multiple mappings broken in 1.6.0 (#3667)
- Two different constants are ignored in 1.6.0 (#3673)
- Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (#3668)
- Fix cross module records with interfaces not recognizing accessors (#3661)
@AfterMapping methods are called twice when using target with builder (#3678)
- Compile error when using
@AfterMapping method with Builder and TargetObject (#3703)
Behaviour change
Inverse Inheritance Strategy not working for ignored mappings only with target
Prior to this fix @Mapping(target = "myProperty", ignore = true) was being ignored when using @InheritInverseConfiguration.
e.g.
@Mapper
public interface ModelMapper {
@Mapping(target = "creationDate", ignore = true)
Entity toEntity(Model model);
@InheritInverseConfiguration
Model toModel(Entity entity);
}
In the example above prior 1.6.1 the Model toModel(Entity entity) was going to map the id property. In order to keep that behavior you'll need to explicitly do the mapping for it.
@Mapper
public interface ModelMappe {
@Mapping(target = "creationDate", ignore = true) // NOTE: Handled by JPA.
Entity toEntity(Model model);
</tr></table>
... (truncated)
Commits
212607b Releasing version 1.6.2
4fd22d6 Prepare release notes for 1.6.2
a3b4139 #3717 Fix ClassCastException when getting thrown types for a record accessor
c74e62a Next version 1.7.0-SNAPSHOT
10d6987 Releasing version 1.6.1
c36f9ae Prepare release notes for 1.6.1
3011dd7 #3678 before / after mapping for type using builder should only be kept if th...
4c1df35 #3703 Use include model instead of manually writing the type name for return ...
2686e85 #3661 Use correct type for the Record component read accessors
12c9c6c Use email variable for GitHub Bot git email
- Additional commits viewable in compare view
Updates org.mapstruct.extensions.spring:mapstruct-spring-annotations from 1.1.1 to 1.1.2
Release notes
Sourced from org.mapstruct.extensions.spring:mapstruct-spring-annotations's releases.
Release 1.1.2
What's Changed
New Contributors
Full Changelog: mapstruct/mapstruct-spring-extensions@v1.1.1...v1.1.2
Commits
50ecf85 Release 1.1.2
7295d89 Latest Gradle + Dependencies (#112)
43581b8 Replace generated javax.annotation.PostConstruct with jakarta (#110)
da772e6 Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)
84bd656 Prepared next development version
- See full diff in compare view
Updates org.mapstruct:mapstruct-processor from 1.5.5.Final to 1.6.2
Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
1.6.2
Bugs
- Regression from 1.6.1: ClassCastException when using records (#3717)
1.6.1
Enhancements
- Use Java
LinkedHashSet and LinkedHashMap new factory method with known capacity when on Java 19 or later (#3113)
Bugs
- Inverse Inheritance Strategy not working for ignored mappings only with target (#3652)
- Inconsistent ambiguous mapping method error when using
SubclassMapping: generic vs raw types (#3668)
- Fix regression when using
InheritInverseConfiguration with nested target properties and reversing target = "." (#3670)
- Deep mapping with multiple mappings broken in 1.6.0 (#3667)
- Two different constants are ignored in 1.6.0 (#3673)
- Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (#3668)
- Fix cross module records with interfaces not recognizing accessors (#3661)
@AfterMapping methods are called twice when using target with builder (#3678)
- Compile error when using
@AfterMapping method with Builder and TargetObject (#3703)
Behaviour change
Inverse Inheritance Strategy not working for ignored mappings only with target
Prior to this fix @Mapping(target = "myProperty", ignore = true) was being ignored when using @InheritInverseConfiguration.
e.g.
@Mapper
public interface ModelMapper {
@Mapping(target = "creationDate", ignore = true)
Entity toEntity(Model model);
@InheritInverseConfiguration
Model toModel(Entity entity);
}
In the example above prior 1.6.1 the Model toModel(Entity entity) was going to map the id property. In order to keep that behavior you'll need to explicitly do the mapping for it.
@Mapper
public interface ModelMappe {
@Mapping(target = "creationDate", ignore = true) // NOTE: Handled by JPA.
Entity toEntity(Model model);
</tr></table>
... (truncated)
Commits
212607b Releasing version 1.6.2
4fd22d6 Prepare release notes for 1.6.2
a3b4139 #3717 Fix ClassCastException when getting thrown types for a record accessor
c74e62a Next version 1.7.0-SNAPSHOT
10d6987 Releasing version 1.6.1
c36f9ae Prepare release notes for 1.6.1
3011dd7 #3678 before / after mapping for type using builder should only be kept if th...
4c1df35 #3703 Use include model instead of manually writing the type name for return ...
2686e85 #3661 Use correct type for the Record component read accessors
12c9c6c Use email variable for GitHub Bot git email
- Additional commits viewable in compare view
Updates org.mapstruct.extensions.spring:mapstruct-spring-extensions from 1.1.1 to 1.1.2
Release notes
Sourced from org.mapstruct.extensions.spring:mapstruct-spring-extensions's releases.
Release 1.1.2
What's Changed
New Contributors
Full Changelog: mapstruct/mapstruct-spring-extensions@v1.1.1...v1.1.2
Commits
50ecf85 Release 1.1.2
7295d89 Latest Gradle + Dependencies (#112)
43581b8 Replace generated javax.annotation.PostConstruct with jakarta (#110)
da772e6 Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)
84bd656 Prepared next development version
- See full diff in compare view
Updates org.postgresql:postgresql from 42.7.3 to 42.7.4
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.4
Changes
⬆️ Dependencies
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.4] (2024年08月22日 08:00:00 -0400)
Added
Fixed
Deprecated
Commits
a23fa70 Prepare for 42.7.4 release (#3359)
d232e60 fix: remove preDescribe from internalExecuteBatch
257653b Rename release.yml to release-notes.yml
64a18d6 Create release.yml
84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
89182c1 chore(deps): update dependency gradle to v8.10
1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
6abdb5f fix(deps): update dependency spotbugs to v4.8.6
- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.2
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2
See Release Notes.
Full Changelog: junit-team/junit-framework@r5.11.1...r5.11.2
JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1
See Release Notes.
Full Changelog: junit-team/junit-framework@r5.11.0...r5.11.1
JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0
See Release Notes.
New Contributors
Full Changelog: junit-team/junit-framework@r5.10.3...r5.11.0
JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1
See Release Notes.
New Contributors
Full Changelog: junit-team/junit-framework@r5.11.0-M2...r5.11.0-RC1
JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2
... (truncated)
...
Description has been truncated
Uh oh!
There was an error while loading. Please reload this page.
Bumps the dependencies group with 9 updates in the / directory:
6.5.2.Final6.6.1.Final3.8.13.8.33.3.23.3.41.5.5.Final1.6.21.1.11.1.21.1.11.1.242.7.342.7.45.10.35.11.23.3.23.3.4Updates
org.hibernate:hibernate-jpamodelgenfrom 6.5.2.Final to 6.6.1.FinalRelease notes
Sourced from org.hibernate:hibernate-jpamodelgen's releases.
... (truncated)
Changelog
Sourced from org.hibernate:hibernate-jpamodelgen's changelog.
... (truncated)
Commits
2c6b91dPre-steps for release :6.6.1.Final3e215b5HHH-18337 - SequenceStyleGenerator not respecting physical naming strategyefd4528HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy744732bHHH-18174 Fix junction entity name uses algorithm for subqueries0e9577aHHH-18174 Add test for issue9c5cf75HHH-18447 Try using native cast for string to boolean723e18dHHH-18337 - SequenceStyleGenerator not respecting physical naming strategy88bcc71HHH-18337 Account for physical naming strategy when querying db sequence7c66788HHH-18337 Add test for issueb09b27cHHH-18625 - Add Configurable#create(GeneratorCreationContext)Updates
io.hypersistence:hypersistence-utils-hibernate-63from 3.8.1 to 3.8.3Changelog
Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.
Commits
a109730[maven-release-plugin] prepare release hypersistence-utils-parent-3.8.3dff3950Update changelog for the 3.8.3 release1958252Fix Hibernate 6.6 JSON mapping on Oracle BLOB column type #74262196bcTest the hypersistence-utils-hibernate-63 module with Hibernate ORM 6.6984465eBump version up418f446[maven-release-plugin] prepare for next development iterationc942f9b[maven-release-plugin] prepare release hypersistence-utils-parent-3.8.27799931Update changelog for the 3.8.2 releaseb0b037aAdd JsonClobType and improve JsonType to support CLOB column types #734bbb27c4Bump version upUpdates
org.springframework.boot:spring-boot-starter-mailfrom 3.3.2 to 3.3.4Release notes
Sourced from org.springframework.boot:spring-boot-starter-mail's releases.
... (truncated)
Commits
8e9dc7bRelease v3.3.44e860f1Merge branch '3.2.x' into 3.3.xd137191Next development version (v3.2.11-SNAPSHOT)97dd01eUpgrade to SendGrid 4.10.31b3b3aaUpgrade to Hibernate 6.5.3.Finalc2adc3bUpgrade to Zipkin Reporter 3.4.20271b24Merge branch '3.2.x' into 3.3.xae8315eUse Liberica for Java 23 CI4956990Merge branch '3.2.x' into 3.3.xf9379f4Apply nohttp check per-project rather than at rootUpdates
org.mapstruct:mapstructfrom 1.5.5.Final to 1.6.2Release notes
Sourced from org.mapstruct:mapstruct's releases.
... (truncated)
Commits
212607bReleasing version 1.6.24fd22d6Prepare release notes for 1.6.2a3b4139#3717 Fix ClassCastException when getting thrown types for a record accessorc74e62aNext version 1.7.0-SNAPSHOT10d6987Releasing version 1.6.1c36f9aePrepare release notes for 1.6.13011dd7#3678 before / after mapping for type using builder should only be kept if th...4c1df35#3703 Use include model instead of manually writing the type name for return ...2686e85#3661 Use correct type for the Record component read accessors12c9c6cUse email variable for GitHub Bot git emailUpdates
org.mapstruct.extensions.spring:mapstruct-spring-annotationsfrom 1.1.1 to 1.1.2Release notes
Sourced from org.mapstruct.extensions.spring:mapstruct-spring-annotations's releases.
Commits
50ecf85Release 1.1.27295d89Latest Gradle + Dependencies (#112)43581b8Replace generated javax.annotation.PostConstruct with jakarta (#110)da772e6Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)84bd656Prepared next development versionUpdates
org.mapstruct:mapstruct-processorfrom 1.5.5.Final to 1.6.2Release notes
Sourced from org.mapstruct:mapstruct-processor's releases.
... (truncated)
Commits
212607bReleasing version 1.6.24fd22d6Prepare release notes for 1.6.2a3b4139#3717 Fix ClassCastException when getting thrown types for a record accessorc74e62aNext version 1.7.0-SNAPSHOT10d6987Releasing version 1.6.1c36f9aePrepare release notes for 1.6.13011dd7#3678 before / after mapping for type using builder should only be kept if th...4c1df35#3703 Use include model instead of manually writing the type name for return ...2686e85#3661 Use correct type for the Record component read accessors12c9c6cUse email variable for GitHub Bot git emailUpdates
org.mapstruct.extensions.spring:mapstruct-spring-extensionsfrom 1.1.1 to 1.1.2Release notes
Sourced from org.mapstruct.extensions.spring:mapstruct-spring-extensions's releases.
Commits
50ecf85Release 1.1.27295d89Latest Gradle + Dependencies (#112)43581b8Replace generated javax.annotation.PostConstruct with jakarta (#110)da772e6Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)84bd656Prepared next development versionUpdates
org.postgresql:postgresqlfrom 42.7.3 to 42.7.4Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
a23fa70Prepare for 42.7.4 release (#3359)d232e60fix: remove preDescribe from internalExecuteBatch257653bRename release.yml to release-notes.yml64a18d6Create release.yml84bdec6fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...89182c1chore(deps): update dependency gradle to v8.101f68373fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1f1c8707chore(deps): update codecov/codecov-action digest to 2439dfcba1513efix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.06abdb5ffix(deps): update dependency spotbugs to v4.8.6Updates
org.junit.jupiter:junit-jupiterfrom 5.10.3 to 5.11.2Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
... (truncated)
...Description has been truncated