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

fix(deps): update spring boot to v3.1.12 (patch) #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-web (source) 3.1.0 -> 3.1.12 age adoption passing confidence
org.springframework.boot 3.1.0 -> 3.1.12 age adoption passing confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-web)

v3.1.12

🐞 Bug Fixes
  • Help information for spring init's build option has the wrong default #​40603
  • SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway #​40500
  • ServiceLevelObjectiveBoundary properties cannot be bound in a native image application #​40480
  • Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis #​40463
  • Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available #​40434
  • Native image doesn't start and doesn't log anything if an environment post processor throws an exception #​40429
  • Runtime hint registration for property binding should not fail when parameter information is unavailable #​40051
  • spring-boot-dependencies cannot be used with repositories that ban com.oracle.database.jdbc:ojdbc-bom #​39945
  • spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly #​39819
  • Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds) #​39609
  • Failure Analysis for InvalidConfigurationPropertyValueException is skipped when the property is not set #​33261
📔 Documentation
  • Document that a custom HttpMessageConverters bean can be used to reorder json message converters when needed #​40767
  • Clarify devtools restart class loader #​40604
  • Note that spring-boot-docker-compose is excluded by default from packaged jars #​40556
  • Clarify the directory that's used by default to find Docker Compose compose.yaml #​40512
  • Clarify docs around spring.jpa.generate-ddl #​40503
  • Clarify that all named properties must match for @ConditionalOnProperty to match #​40110
  • Improve graceful shutdown documentation to remove ambiguity #​40108
  • Document ways to opt out from immutable @ConfigurationProperties binding with single constructor #​34820
🔨 Dependency Upgrades
❤️ Contributors

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

@​PiyalAhmed, @​chaewss, @​coursar, @​dependabot[bot], @​dsyer, @​dukbong, @​izeye, @​quaff, @​snicoll, and @​tobi-laa

v3.1.11

🐞 Bug Fixes

  • ClientObservationConventionAdapter overwrites WebClient request attributes #​40330
  • Loading of custom deny-all filter can cause a StackOverflowError when deploying to Tomcat with Log4j2 configured to use a single JVM-wide logger context #​40235
  • Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is never removed #​40178
  • BindValidationFailureAnalyzer uses wrong target #​40035
  • When using Maven, configuring the spring-boot.excludes or spring-boot-includes user properties causes the build to fail with "Cannot find default setter" #​39837
  • @ServletComponentScan does not register servlet components in a mock web environment #​39736

📔 Documentation

  • Producible's javadoc has the wrong link text for @WriteOperation and @DeleteOperation #​40385

🔨 Dependency Upgrades

❤️ Contributors

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

@​FelixDes, @​dependabot[bot], @​izeye, @​mstahv, @​ppkarwasz, and @​spencergibb

v3.1.10

🐞 Bug Fixes

  • When graceful shutdown of Tomcat is aborted it may report that it completed successfully #​39942
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #​39792
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #​39584
  • SpringProfile arbiter fails without a Spring's environment #​39403

📔 Documentation

  • Fix typo in Custom HTTP Exchange Recording section #​39777

🔨 Dependency Upgrades

❤️ Contributors

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

@​PiyalAhmed, @​dreis2211, @​snicoll, and @​timgrohmann

v3.1.9

⚠️ Noteworthy
  • This release upgrades to Hibernate 6.2.22.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. If you are using GraalVM, Hibernate should be temporarily downgraded to 6.2.20.Final using the hibernate.version property.
🐞 Bug Fixes
  • Image building runs for a long time when a long image name is used and the tag contains an illegal character #​39617
  • Banner printing doesn't respect set charset #​39601
  • Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 #​39508
  • Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #​39507
  • Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false #​39504
  • TestcontainersPropertySource assertion has typo #​39440
  • Building images fails with Docker 25.0 when custom buildpacks are configured #​39323
  • Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader #​39321
  • Mockito's MockedStatic isn't closed in all cases #​39271
  • TracingProperties exposes package-private PropagationType from public methods #​39265
  • Webflux actuator endpoints respond with 500 when a parameter is missing #​39236
📔 Documentation
  • Add note regarding mixing of bundle-based and direct SSL configuration #​39616
  • Document default value for show-value configuration properties #​39589
  • Update the Debugging Documentation of the Spring Boot Maven Plugin #​39392
  • Endpoint documentation contains the typo 'Unuthorized' #​39279
  • Update Revved up by Develocity badge #​39242
🔨 Dependency Upgrades
❤️ Contributors

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

@​amritagg, @​dependabot[bot], @​erichaagdev, @​gdmrw, @​lukasdo, @​smurf667, @​snicoll, @​totti-dev, @​vj-atlassian, @​vjh0107, and @​wanger26

v3.1.8

🐞 Bug Fixes

  • SslBundle implementations do not provide useful toString() results #​39137
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #​39105
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #​39072
  • Error mark in the log message for PatternParseException is in the wrong place #​38944
  • AutoConfigurationSorter does not always respect @AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE) #​38904
  • Throwable from logging system initialization may result in the application silently failing to start #​38885
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #​35426

📔 Documentation

  • Remove entry for OCI starter as it is no longer maintained #​39164
  • Fix link to Log4j2's JDK logging adapter documentation #​39163
  • Update links to Micrometer docs in metrics section of reference docs #​39114
  • Correct the documentation on injecting dependencies into FailureAnalyzer implementations #​39099
  • Improve "Sanitize Sensitive Values" section in reference documentation #​39094

🔨 Dependency Upgrades

❤️ Contributors

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

@​BenchmarkingBuffalo, @​FBibonne, @​Wzy19930507, @​amparab, @​dependabot[bot], @​dreis2211, and @​tobias-lippert

v3.1.7

🐞 Bug Fixes

  • HibernateJpaAutoConfiguration should be applied before DataSourceTransactionManagerAutoConfiguration #​38861
  • Zip file closed exceptions can be thrown due to StaticResourceJars closing jars from cached connections #​38766
  • Gradle task "bootJar" fails with "Failed to get permissions" when using Gradle 8.6-milestone-1 #​38718
  • Child context created with SpringApplicationBuilder runs parents runners #​38647
  • System SSL certificates are not used by the Apache HTTP Client in a RestTemplate built with RestTemplateBuilder #​38591
  • It is unclear that Docker Compose services have not been started as one or more is already running #​38398

📔 Documentation

🔨 Dependency Upgrades

❤️ Contributors

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

@​aleksandrserbin, @​cachescrubber, @​dependabot[bot], @​meiyese, @​pirgeo, @​quaff, @​shin-mallang, and @​tomfrenken

v3.1.6

⭐ New Features
  • Upgrade default CNB builders to Paketo Jammy #​38485
🐞 Bug Fixes
  • Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans #​38473
  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #​38267
  • Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar #​38209
  • App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created #​38181
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #​38151
  • Mail health indicator fails when host is not set in properties #​38043
  • Docker Compose integration does not work with 2.23.0 due to 'Cannot invoke "org.springframework.boot.docker.compose.core.DockerCliInspectResponse.hostConfig()" because "inspectResponse" is null' #​37982
  • Docker JSON parsing fails on certain locales #​37648
  • Testcontainers support for various containers does not work in a native-image #​36606
📔 Documentation
  • Document supported SQL comment prefixes #​38495
  • Update access log pattern documentation to align with changes in Tomcat 10 #​38424
  • Add a Restarting a stopped or failed Job section to the batch howto #​38340
  • Fix link to Elasticsearch health indicator #​38333
  • Update Spring Framework documentation links #​38288
  • Code sample in "Developing Your First Spring Boot Application" does not work #​38271
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #​38248
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #​38230
  • Document that PEM content can be used directly in application.yaml #​38210
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #​38197
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #​38148
  • Improve systemd configuration documentation #​38116
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #​38113
  • MyErrorWebExceptionHandler example in documentation isn't working #​38110
  • Document that properties that change an application's beans are fixed at build time #​38107
  • Add section on AspectJ support #​38096
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #​38089
  • Document that testing with ApplicationContextRunner in a native image is not supported #​38081
  • Spring Boot Actuator documentation misses management.endpoint.env.show-values property #​38079
  • Document how to downgrade dependencies to use embedded Jetty 11 #​38076
  • Update "Use Another Web Server" how-to to reflect Servlet 5.0 baseline #​38074
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #​38071
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #​38053
  • Reference documentation MyContainersConfiguration sample is missing @ServiceConnection #​38046
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #​38040
  • Document ConfigurationPropertyCaching #​38037
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #​38034
  • Document configuration for building images with Colima #​38031
  • Add a section on customizing embedded reactive servers #​38027
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #​38024
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #​38021
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #​38018
  • Add Embedded MongoDB to community starters #​38015
  • Document that spring-boot-starter-parent sets maven.compiler.release and how to unset it if needed #​37993
  • Improve health group membership validation error message to provide hint for property to disable validation #​36489
  • Explain how Docker Compose support works when services are already running #​36483
  • Outdated spring-boot-maven-plugin build-info documentation causing project builds to fail #​36114
  • When using Testcontainers at development time with @ServiceConnection on a @Bean method, describe when to use the name attribute and why #​36071
  • Make distinction between Testcontainers for integration tests and development more clear in documentation #​35856
  • Clarify documentation on importing Testcontainer declarations and using @ServiceConnection or @DynamicPropertySource #​35629
  • Improve documentation regarding tracing in tests #​33975
  • Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage #​33088
  • Document how to use cloudfoundry specific actuators with a custom base path for webflux applications #​24991
🔨 Dependency Upgrades
❤️ Contributors

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

@​GVictorG7, @​PENEKhun, @​audtjddld, @​cachescrubber, @​dreis2211, @​eddumelendez, @​izeye, @​jonatan-ivanov, and @​quaff

v3.1.5

⚠️ Noteworthy Changes
  • The behavior of spring.jms.listener.concurrency has been corrected to match the documentation (#​37180). If you were setting spring.jms.listener.concurrency without also setting spring.jms.listener.max-concurrency, please review your configuration when upgrading.
🐞 Bug Fixes
  • Constructor binding with a custom collection type does not work #​37941
  • @Order does not work on (CommandLine|Application)Runner @Bean methods #​37938
  • @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key #​37924
  • Restarter creates memory leak in tests #​37920
  • AOT processing fails when a @WebServlet found by scanning is annotated with @MultipartConfig #​37883
  • Gradle plugin uses to-be-deprecated API for getting and setting file permissions #​37881
  • Task executor metrics are not registered when using lazy initialization #​37838
  • Gradle AOT processing tasks do not use project's Java toolchain #​37826
  • @ServiceConnection is not found when used in an interface implemented by a test class #​37671
  • Image building can fail when using GraalVM compilation and a remote Docker daemon #​37665
  • NPE from Jetty's WebSocketUpgradeFilter when testing with @SpringBootTest, @AutoConfigureMockMvc, and MockMvc #​37663
  • @WebListener does not work in a native image without additional reflection hints #​37635
  • AspectJ transaction management with compile-time weaving does not work with spring.main.lazy-initialization=true #​37632
  • IPv6 IP addresses cannot be used with RabbitMQ #​37619
  • Unwanted Logback status messages are sometimes logged during startup #​37600
  • Managed types for Neo4j are not used in Neo4j Data auto configuration #​37594
  • fileMode and dirMode are not applied to all entries in an archive produced by BootJar #​37588
  • Application fails to start when an optional config import cannot be resolved #​37570
  • Contrary to the documentation, setting spring.jms.listener.concurrency alone configures the maximum concurrency #​37553
  • Dependency management for kafka-server-common with a test classifier is missing #​37542
  • RepackageMojo doesn't support 1 digit numerical values for project.build.outputTimestamp #​37535
📔 Documentation
  • Document that 'spring.docker.compose.file' can be used to share Docker Compose configuration between applications #​37886
  • Remove link to LiveReload website due to timeout #​37691
  • Refer to ActiveMQ as ActiveMQ "Classic" #​37615
  • Removal of spring.webflux.multipart.streaming is not documented #​37609
  • Default value of spring.jmx.registration-policy is not documented #​37596
  • Update documentation to align with Mockito 5 using the inline mock maker by default #​37561
  • Add Javadoc since for AbstractAotMojo.getSession() #​37547
  • Document support for Java 21 #​37532
  • Use more idiomatic Kotlin in example for "Map Health Indicators to Micrometer Metrics" #​37510
🔨 Dependency Upgrades

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 fix(deps): update spring boot to v3.1.1 (patch) fix(deps): update spring boot to v3.1.2 (patch) Jul 20, 2023
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 034b251 to 6ae2876 Compare July 20, 2023 13:31
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.2 (patch) fix(deps): update spring boot to v3.1.3 (patch) Aug 24, 2023
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 6ae2876 to 86f16d1 Compare August 24, 2023 12:52
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.3 (patch) fix(deps): update spring boot to v3.1.4 (patch) Sep 21, 2023
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 86f16d1 to 228b300 Compare September 21, 2023 12:37
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 228b300 to 748e67a Compare October 19, 2023 20:43
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.4 (patch) fix(deps): update spring boot to v3.1.5 (patch) Oct 19, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.5 (patch) fix(deps): update spring boot to v3.1.6 (patch) Nov 23, 2023
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 748e67a to 84d16ee Compare November 23, 2023 14:21
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 84d16ee to 3bd1eae Compare December 21, 2023 12:33
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.6 (patch) fix(deps): update spring boot to v3.1.7 (patch) Dec 21, 2023
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 3bd1eae to 8a6250e Compare January 19, 2024 07:59
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.7 (patch) fix(deps): update spring boot to v3.1.8 (patch) Jan 19, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 8a6250e to add67f3 Compare February 1, 2024 14:23
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 1, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch 2 times, most recently from 5b0fdeb to a152b53 Compare February 1, 2024 19:31
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.8 (patch) Feb 1, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from a152b53 to 00c531a Compare February 2, 2024 01:54
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 2, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch 6 times, most recently from 90cd0c1 to 62b4017 Compare February 2, 2024 18:46
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.8 (patch) Feb 2, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 62b4017 to b5f179e Compare February 2, 2024 21:28
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 2, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from b5f179e to acb7a6a Compare February 3, 2024 05:47
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.8 (patch) Feb 3, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from acb7a6a to 26fb6bd Compare February 3, 2024 12:58
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 3, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 26fb6bd to 03efbe3 Compare February 3, 2024 17:03
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.8 (patch) Feb 3, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 03efbe3 to 9a212d5 Compare February 3, 2024 22:29
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 3, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 9a212d5 to 93848c3 Compare February 4, 2024 01:06
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.8 (patch) Feb 4, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 93848c3 to f3661cb Compare February 4, 2024 09:28
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 4, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from f3661cb to 0f18c13 Compare February 5, 2024 09:37
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.8 (patch) Feb 5, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 0f18c13 to 43f2f3f Compare February 22, 2024 12:23
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.8 (patch) fix(deps): update spring boot (patch) Feb 22, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 43f2f3f to 8e9c7f0 Compare February 22, 2024 15:46
@renovate renovate bot changed the title fix(deps): update spring boot (patch) fix(deps): update spring boot to v3.1.9 (patch) Feb 22, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 8e9c7f0 to 7cda0cf Compare March 21, 2024 10:03
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.9 (patch) fix(deps): update spring boot to v3.1.10 (patch) Mar 21, 2024
@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 7cda0cf to 0cc64a9 Compare April 18, 2024 18:54
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.10 (patch) fix(deps): update spring boot to v3.1.11 (patch) Apr 18, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
7 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from 0cc64a9 to d15df02 Compare May 23, 2024 10:27
@renovate renovate bot changed the title fix(deps): update spring boot to v3.1.11 (patch) fix(deps): update spring boot to v3.1.12 (patch) May 23, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
7 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

0 participants