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

chore(deps): update all non-major dependencies #2

Merged
merged 3 commits into from
Jul 11, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ca.uhn.hapi.fhir:hapi-fhir-base (source) 5.4.0 -> 5.4.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client (source) 5.4.0 -> 5.4.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client-okhttp (source) 5.4.0 -> 5.4.2 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-structures-r4 (source) 5.4.0 -> 5.4.2 age adoption passing confidence
ca.uhn.hapi.fhir:org.hl7.fhir.r4 (source) 5.4.3 -> 5.4.8 age adoption passing confidence
com.diffplug.spotless:com.diffplug.spotless.gradle.plugin 5.12.5 -> 5.14.1 age adoption passing confidence
gradle (source) 7.0.2 -> 7.1.1 age adoption passing confidence
gradle 7.0-jdk11 -> 7.1-jdk11 age adoption passing confidence
io.micrometer:micrometer-core 1.7.0 -> 1.7.1 age adoption passing confidence
io.micrometer:micrometer-registry-prometheus 1.7.0 -> 1.7.1 age adoption passing confidence
jaegertracing/all-in-one 1.23 -> 1.24 age adoption passing confidence
org.postgresql:postgresql (source) 42.2.20 -> 42.2.23 age adoption passing confidence
org.springframework.boot:spring-boot-gradle-plugin (source) 2.5.0 -> 2.5.2 age adoption passing confidence

Release Notes

hapifhir/hapi-fhir

v5.4.2

v5.4.1

Release tag for HAPI FHIR 5.4.1 (Pangolin)

gradle/gradle

v7.1.1

This is a patch release for Gradle 7.1.

It fixes the following issues:

  • #​17488 Many Micronaut builds failing with NPE with Gradle 7.1 & JDK 8
  • #​17548 [Configuration cache] Task not up-to-date for SantaTracker
  • #​17542 [Configuration cache] Filtered FC with mapped elements stored incorrectly

We recommend users upgrade to 7.1.1 instead of 7.1.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=7.1.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.1.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.

v7.1

micrometer-metrics/micrometer

v1.7.1

Micrometer 1.7.1 contains the changes from the 1.5.15 release, copied below.

⭐ New Features / Enhancements
  • Add GraalVM native image reflection config for ProcessorMetrics and FileDescriptorMetrics #​2638
🐞 Bug Fixes
  • Data race in Gauge value implementations #​2662
  • Fix error log for custom metric put failures in Dynatrace #​2651
  • Fix DistributionSummary for Dynatrace #​2650
  • @Nullable annotation missing for Timer.record() methods #​2630
🔨 Dependency Upgrades
  • Upgrade to reactor 3.3.18, reactor-netty 0.9.21, netty 4.1.65 #​2661
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

spring-projects/spring-boot

v2.5.2

🪲 Bug Fixes

  • Instantiator is called without a classloader #​27074
  • EnvironmentPostProcessors aren't instantiated with correct ClassLoader #​27073
  • EnvironmentPostProcessors aren't instantiated with correct ClassLoader #​27072
  • Instantiator is called without a classloader #​27071
  • Failure when binding the name of a non-existent class to a Class<?> property isn't very helpful #​27061
  • Failure when binding the name of a non-existent class to a Class<?> property isn't very helpful #​27060
  • Unable to exclude dependencies on repackaging war #​27057
  • Unable to exclude dependencies on repackaging war #​27056
  • Deadlock when the application context is closed and System.exit(int) is then called during application context refresh #​27049
  • Default value for NettyProperties.leakDetection is not aligned with Netty's default #​27046
  • Profile-specific resolution should still happen when processing 'spring.config.import' properties #​27006
  • Profile-specific resolution should still happen when processing 'spring.config.import' properties #​27005
  • Gradle build fails with "invocation of 'Task.project' at execution time is unsupported" when using the configuration cache in a project that depends on org.springframework.boot:spring-boot-configuration-processor #​26997
  • NoSuchMethodError with Jetty 10 when trying to use HTTP/2 over TLS (h2) #​26988
  • SpringApplicationShutdownHook throws ClassCastException when use log4j2 #​26953
  • Gradle 6.9.x is not listed as a supported version when the Gradle version is < 6.8 #​26952
  • Kotlin plugin's version shouldn't be read if the kotlin.version extra property has been set #​26947
  • Profile-specific files should still be considered when processing 'spring.config.import' properties #​26939
  • Misleading type information reported by BeanNotOfRequiredTypeFailureAnalyzer #​26935
  • SQL initialization in 2.5 does not handle connection errors gracefully anymore #​26926
  • Script-based database initialization should not check the database's type unless it has scripts to apply #​26925
  • Memory leak in MetricsClientHttpRequestInterceptor when auto-timing is disabled #​26923
  • DevTools' LiveReload support's HTTP header handling is case sensitive #​26920
  • DevTools' LiveReload support's HTTP header handling is case sensitive #​26919
  • App fails to start when using Flyway or Liquibase with a spring.flyway.url or spring.liquibase.url without spring-jdbc on the classpath #​26917
  • A bean factory post processor cannot be configured to run after DependsOnDatabaseInitializationPostProcessor #​26899
  • WebSocket auto-configuration throws a CNFE with Jetty 10 #​26847

📔 Documentation

  • Description of spring.datasource.name property is inaccurate #​27063
  • Description of spring.datasource.name property is inaccurate #​27062
  • Update reference documentation to reflect @SpringBootApplication's use of @SpringBootConfiguration #​27024
  • Document uuid support in RandomValuePropertySource #​27010
  • Misleading doc about application startup exposure #​26978
  • Add missing space for asciidoc ordered list #​26955
  • Add Azure info to the cloud deployment docs #​26910
  • Make the documentation versions more apparent #​26891

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.5.1

🪲 Bug Fixes

  • SqlInitializationAutoConfiguration fails when there is a DataSource bean and no spring-jdbc or a ConnectionFactory bean and no spring-r2dbc #​26850
  • MetricsRestTemplateCustomizer and LocalHostUriTemplateHandler cannot be used together when building a RestTemplate with RestTemplateBuilder #​26827
  • CompositeHealth.getDetails() does not serialize if MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS is disabled #​26823
  • ConnectionFactoryBuilder.derivefrom should be named derivedFrom to align with DataSourceBuilder #​26810
  • Profile-specific property files are incorrectly ordered when both '.' and './config' folders are used in the same application #​26782
  • A spring.config.import declared in an application-.properties file calls ConfigDataLocationResolver.resolveProfileSpecific #​26755
  • A spring.config.import declared in an application.properties file also attempts to import profile-specific files #​26754
  • Jar startup fails on JDK 11 with a SecurityManager enabled #​26744
  • Possible divide by zero bugs when using RandomValuePropertySource #​26739
  • Resolving properties with a target type can cause ConversionFailedException #​26732
  • Upgrading to Spring Boot 2.5.0 leads to a startup warning from Jackson about Kotlin #​26727
  • LoggingSystem should not return LogbackLoggingSystem if logback-classic is not available #​26725
  • bootBuildImage runs forever when a custom image name is used and the version contains an illegal character #​26703
  • Non-static nested @Configuration in JerseySameManagementContextConfiguration #​26697
  • Restore run order of data.sql/schema.sql against high-level database migration tools #​26692
  • Gradle plugin does not provided public constant for the productionRuntimeClasspath configuration #​26687
  • Non-embedded databases have schema/data.sql scripts applied by default #​26682
  • Custom username/password properties are not picked up by DataSourceInitializationConfiguration #​26676
  • No subdirectories found for mandatory directory location 'file:./config/*/' is thrown when config dir exists #​26672
  • LoggingSystem not available on shutdown to log DisposableBean#destroy invocations #​26660
  • Image Building with custom buildpacks fails with permission denied on Arch Linux #​26658
  • SingleSignOnService Binding from SAML IdP metadata gets overridden by default #​26649
  • UnsupportedDataSourcePropertyException is thrown when attempting to set URL for SQL Server #​26647
  • Flyway and Liquibase custom datasource without an url leads to java.lang.ClassCastException #​26644
  • Empty value for spring.datasource.password can cause NullPointerException #​26633
  • UnsupportedDataSourcePropertyException is thrown when attempting to set driverClassName for H2 #​26631
  • Some metrics are lost when Spring Data is on the classpath #​26630
  • ApplicationAvailabilityBean should log at debug level #​26624

📔 Documentation

  • Update optaplanner spring boot starter url #​26816
  • Fix typo in 'Reacting to the Maven plugin' title #​26751
  • Link to Spring Data JPA points to Spring Data JDBC #​26741
  • Clarify when a connection pool is created for Redis #​26735
  • Polish description of server.servlet.session.cookie.domain #​26717
  • Document Kubernetes terminationGracePeriodSeconds #​26701
  • Correct Kotlin version requirements in documentation #​26655
  • Document spring.profiles.default property #​26654
  • Add link to Maven Git Commit Id Plugin #​26635
  • Rework build-image-customization table in docs #​25739

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 WhiteSource Renovate. View repository job log here.

@chgl chgl merged commit c8d5a80 into master Jul 11, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch July 11, 2021 20:59
@miracum-bot
Copy link

🎉 This PR is included in version 3.8.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants