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 dependencies #30

Closed
wants to merge 1 commit into from
Closed

Update all dependencies #30

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.1.1 -> 8.2.1 age adoption passing confidence
org.springframework:spring-test dependencies patch 6.0.9 -> 6.0.11 age adoption passing confidence
org.springframework:spring-context dependencies patch 6.0.9 -> 6.0.11 age adoption passing confidence
org.springframework:spring-core dependencies patch 6.0.9 -> 6.0.11 age adoption passing confidence
org.jetbrains.exposed:exposed-jdbc dependencies minor 0.41.1 -> 0.42.0 age adoption passing confidence
org.jetbrains.exposed:exposed-dao dependencies minor 0.41.1 -> 0.42.0 age adoption passing confidence
org.jetbrains.exposed:exposed-core dependencies minor 0.41.1 -> 0.42.0 age adoption passing confidence
org.http4k:http4k-format-jackson (source) dependencies minor 5.0.0.0 -> 5.5.0.0 age adoption passing confidence
org.http4k:http4k-format-moshi (source) dependencies minor 5.0.0.0 -> 5.5.0.0 age adoption passing confidence
org.http4k:http4k-core (source) dependencies minor 5.0.0.0 -> 5.5.0.0 age adoption passing confidence
org.http4k:http4k-bom (source) dependencies minor 5.0.0.0 -> 5.5.0.0 age adoption passing confidence
org.apache.commons:commons-lang3 (source) dependencies minor 3.12.0 -> 3.13.0 age adoption passing confidence
com.google.guava:guava dependencies minor 32.0.0-jre -> 32.1.2-jre age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.9.3 -> 5.10.0 age adoption passing confidence
org.junit:junit-bom (source) dependencies minor 5.9.3 -> 5.10.0 age adoption passing confidence
com.github.spotbugs plugin minor 5.0.14 -> 5.1.0 age adoption passing confidence
com.github.spotbugs.snom:spotbugs-gradle-plugin dependencies minor 5.0.14 -> 5.1.0 age adoption passing confidence
com.diffplug.spotless plugin minor 6.18.0 -> 6.20.0 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies minor 6.18.0 -> 6.20.0 age adoption passing confidence
io.gitlab.arturbosch.detekt plugin minor 1.22.0 -> 1.23.1 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) dependencies minor 1.22.0 -> 1.23.1 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin minor 1.8.21 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies minor 1.8.21 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin minor 0.6.1 -> 0.7.3 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.2.1: 8.2.1

Compare Source

This is a patch release for 8.2. We recommend using 8.2.1 instead of 8.2

It fixes the following issues:

  • #​25579 Regression in 8.2: StackOverflowError w/ Gradle 8.2 + Quarkus 2.16.7 (latest)
  • #​25611 TestKit unexpectedly stopped working with Gradle 2.x versions
  • #​25618 Micronaut JacocoReportAggregationPlugin broken in Gradle 8.2
  • #​25658 Gradle 8.2 sets incorrect value to boolean --no-feature option
  • #​25674 Address regression in dependency graph build operation results

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.2.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.2.1.

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.

v8.2: 8.2

Compare 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.

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

v6.0.11

⭐ New Features

  • Reduce WARN level log output during test AOT processing #​30867
  • Avoid need for reflection hints for MBeanExporter in native image #​30846
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #​30842
  • Simplify DefaultSingletonBeanRegistry.isDependent() #​30839
  • Add missing @Nullable annotations in ContentDisposition.Builder #​30820
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #​30810
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #​30805
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #​30780
  • Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener #​30747
  • Optimize KotlinReflectionParameterNameDiscoverer #​30725
  • Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object #​30716
  • ResolvableType.hasUnresolvableGenerics() should cache its result #​30713
  • Deprecate RootBeanDefinition(ResolvableType) constructor #​30704
  • Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation #​30695
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #​30681
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #​30668
  • Infer hints required for aspects #​28711
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #​25940
  • JdbcTemplate does not call handleWarnings in case of exception #​23106
  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #​22791

🐞 Bug Fixes

  • Revert changes to toString() in FieldError #​30799
  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #​30794
  • Fix log level on error with @TransactionalEventListener #​30776
  • ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded #​30773
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #​30764
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #​30756
  • ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE) #​30754
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #​30751
  • NullPointerException in reactive TransactionalOperatorImpl #​30729
  • MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies #​30726
  • Support [package-]private init/destroy methods in AOT mode #​30724
  • Package-private init/destroy methods are not always invoked #​30718
  • Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9 #​30712
  • Explicit BeanDefinition#targetType is not honoured in AOT scenarios #​30689
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #​30683
  • PathResourceResolver#resolve*Internal is missing @Nullable declarations #​30601
  • Code generation should only apply shortcut if the target method is not ambiguous #​29278

📔 Documentation

  • Update STOMP documentation with the new guidelines #​30857
  • Clarify ReactiveTransactionManager exception declarations #​30817
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #​30802
  • Fix typo in Javadoc for BeanDefinitionDsl.kt #​30798
  • Remove @Aspect for classes containing only @Pointcut declarations in reference documentation #​30790
  • NestedRuntimeException javadoc not updated after implementation change #​30748
  • AbstractMessageListenerContainer documentation and code disagree regarding log level #​30730
  • Fix link text from "null" to "Component Classes" in Testing chapter #​30714
  • Document that RowCallbackHandler can be used with NamedParameterJdbcTemplate #​30705
  • Javadoc HTML tables are no longer rendered properly since upgrade to Java 17 #​30701
  • Fix typo in UriUtils Javadoc #​30598
  • Fix example in Javadoc for MultipartBodyBuilder #​30593
  • Elaborate on ShallowEtagHeaderFilter limitations #​30517
  • Document how to configure a custom LocalContainerEntityManagerFactoryBean to work with native #​30498
  • Document that @Sql requires spring-jdbc and spring-tx on the classpath #​30280
  • Document limitations of Servlet Filter observations #​29398
  • Warn against direct usage of Servlet API in WebFlux applications #​28872
  • ResultSet holdability into the View layer broken by Hibernate 5 #​26557

🔨 Dependency Upgrades

  • Upgrade to micrometer-bom 1.10.9 and context-propagation 1.0.4 #​30860
  • Upgrade to me.champeau.jmh 0.7.1 #​30690
  • Upgrade to Reactor 2022.0.9 #​30871

❤️ Contributors

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

@​KSH-code, @​antongub, @​bnbakp0582, @​cwatzl, @​heoYH, @​izeye, @​kilink, @​maartenc, @​quaff, @​rwinch, @​valfirst, and @​vbaidak

v6.0.10

⭐ New Features
  • ClassLoader can be null in DeserializingConverter and should be annotated with @Nullable #​30670
  • Introduce TestExecutionListener for Micrometer's ObservationRegistry in the TestContext framework #​30658
  • Add missing hint for ResourceEditor #​30628
  • Add missing hint for converting String to URI #​30627
  • Redesign inner Pointcut implementations as standalone classes #​30621
  • Add missing @Nullable in DefaultJmsListenerContainerFactory #​30620
  • Handle custom JMS acknowledgment modes as client acknowledge #​30619
  • Declare Advisor#isPerInstance() as default method #​30614
  • Improve error message for unsupported character in SpEL expression #​30602
  • Multipart data is always read irrelevant of handler response #​30590
  • Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode() #​30576
  • Log a warning when commons-logging is in the classpath #​30575
  • Always use MethodArgumentNotValidException(MethodParameter, BindingResult) constructor #​30558
  • Remove non-empty filename check in ContentDisposition builder #​30537
  • Add missing EntityManagerFactory hints for SharedEntityManagerCreator #​30523
  • Disable Hibernate reflection optimizer with native #​30521
  • Introduce a method in MockHttpServletRequestBuilder to set remote address #​30497
  • Skip class transformer in PersistenceUnitInfoDescriptor for native images #​30492
  • @Bean 'lite' mode not supported if @Bean methods are not declared locally #​30449
  • Align HibernateJpaVendorAdapter with Hibernate ORM 6.2 #​30288
  • Add nested propagation support to R2dbcTransactionManager #​30134
🐞 Bug Fixes
  • Cron expression scheduling might be triggered 1 millisecond earlier #​30666
  • Change of behaviour for UUID in bean validation output in v5.3.27 #​30661
  • Test context cache stats are not logged when ApplicationContext fails to load #​30635
  • Inconsistent ProxyCallbackFilter#equals/hashCode methods in CglibAopProxy #​30615
  • SpEL's CompoundExpression.toStringAST() incorrectly includes . for indexed properties #​30610
  • NPE in ReactiveTransactionSupport.unwrapIfResourceCleanupFailure #​30597
  • CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap #​30596
  • ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal #​30581
  • ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture #​30578
  • Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL #​30556
  • SpringBeanContainer not called with Hibernate ORM 6.2 #​30545
  • WebFlux returns 406 instead of RFC 7807 response for subtype of ProblemDetail #​30533
  • HTTP Interface client cannot send URI query parameter with multipart request #​30520
  • Transaction isolation level not working with R2dbcTransactionManager #​30508
  • Support for AOT processing with GraalVM tracing agent is not consistent #​30511
  • For @Bean method that returns null, @Autowired injects NullBean instead of null for cached arguments #​30485
  • MediaType property binding issue in native builds #​30491
  • InjectionMetadata AOT contributions do not check for existing property value #​30476
  • Spring Framework 6.0.8 appears to cause issues in OSGi environment #​30389
  • Empty @RequestMapping method should match both "" and "/" consistently #​30293
  • EclipseLinkJpaDialect: Unexpected default isolation levels #​29997
  • Memory leak with CglibAopProxy$ProxyCallbackFilter #​26266
📔 Documentation
  • Fix markup issue in Javadoc of QuartzCronField #​30646
  • Document @DirtiesContext semantics when declared at the class level and method level #​30623
  • Add missing Javadoc for RegisteredBean.resolveAutowiredArgument() #​30609
  • Fix invalid link in transaction resources #​30570
  • FileSystemUtils::deleteRecursively Javadoc refers to File instead of Path #​30554
  • Improve Javadoc for ExchangeFilterFunction #​30543
  • Update Javadoc and reference doc for WebMvcConfigurer to mention Boot's HttpMessageConverters #​30538
  • Add Javadoc since to InjectedElement.shouldInject() #​30512
  • Fix wording in r2dbc Statement Filters section of ref docs #​30482
  • Typo in Spring official documentation #​30473
  • Link for @javax.annotation.Nonnull is wrong in Javadoc for Spring's @NonNull #​30455
  • Improve how the build deals with javadoc invalid references #​30428
  • Docs: Remove duplicate in SpEL feature list #​30404
  • Document which @Scheduled attributes support SpEL expressions #​29290
🔨 Dependency Upgrades
  • Upgrade to micrometer-bom 1.10.8 and context-propagation 1.0.3 #​30657
  • Upgrade to Reactor 2022.0.8 #​30655
❤️ Contributors

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

@​Foolkin, @​anyuruf, @​galingerv, @​izeye, @​jmewes, @​kihyuk-sung, @​leewin12, @​marcingrzejszczak, @​rweisleder, @​rwinch, @​scordio, @​ssang1105, and @​vpavic

JetBrains/Exposed (org.jetbrains.exposed:exposed-jdbc)

v0.42.0

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch from 693b019 to 52a45b3 Compare May 24, 2023 02:10
@renovate renovate bot changed the title Update dependency org.jetbrains.kotlinx.kover to v0.7.0 Update all dependencies May 24, 2023
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a964b07 to b46eb48 Compare May 29, 2023 23:56
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 852bde7 to 04015b0 Compare June 7, 2023 19:58
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c886312 to 5c6d0a9 Compare June 15, 2023 13:22
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 84de0dc to e642394 Compare June 25, 2023 13:10
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 8a991dd to 22c88cc Compare July 1, 2023 10:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 026dd84 to e4e08cb Compare July 10, 2023 12:45
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 63b4daa to 5e269b6 Compare July 17, 2023 23:22
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from e5a82e8 to bdb19ea Compare July 30, 2023 15:34
| datasource     | package                                                               | from       | to         |
| -------------- | --------------------------------------------------------------------- | ---------- | ---------- |
| gradle-version | gradle                                                                | 8.1.1      | 8.2.1      |
| maven          | org.springframework:spring-test                                       | 6.0.9      | 6.0.11     |
| maven          | org.springframework:spring-context                                    | 6.0.9      | 6.0.11     |
| maven          | org.springframework:spring-core                                       | 6.0.9      | 6.0.11     |
| maven          | org.jetbrains.exposed:exposed-jdbc                                    | 0.41.1     | 0.42.0     |
| maven          | org.jetbrains.exposed:exposed-dao                                     | 0.41.1     | 0.42.0     |
| maven          | org.jetbrains.exposed:exposed-core                                    | 0.41.1     | 0.42.0     |
| maven          | org.http4k:http4k-format-jackson                                      | 5.0.0.0    | 5.5.0.0    |
| maven          | org.http4k:http4k-format-moshi                                        | 5.0.0.0    | 5.5.0.0    |
| maven          | org.http4k:http4k-core                                                | 5.0.0.0    | 5.5.0.0    |
| maven          | org.http4k:http4k-bom                                                 | 5.0.0.0    | 5.5.0.0    |
| maven          | org.apache.commons:commons-lang3                                      | 3.12.0     | 3.13.0     |
| maven          | com.google.guava:guava                                                | 32.0.0-jre | 32.1.2-jre |
| maven          | org.junit.jupiter:junit-jupiter-api                                   | 5.9.3      | 5.10.0     |
| maven          | org.junit:junit-bom                                                   | 5.9.3      | 5.10.0     |
| maven          | com.github.spotbugs:com.github.spotbugs.gradle.plugin                 | 5.0.14     | 5.1.0      |
| maven          | com.github.spotbugs.snom:spotbugs-gradle-plugin                       | 5.0.14     | 5.1.0      |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.18.0     | 6.20.0     |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                          | 6.18.0     | 6.20.0     |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.22.0     | 1.23.1     |
| maven          | io.gitlab.arturbosch.detekt:detekt-gradle-plugin                      | 1.22.0     | 1.23.1     |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin       | 1.8.21     | 1.9.0      |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.8.21     | 1.9.0      |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.6.1      | 0.7.3      |
@overfullstack overfullstack deleted the renovate/all branch August 2, 2023 09:41
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.

1 participant