From 846119d0cea7d19269d9a4d5f536b4c5b37e7fc1 Mon Sep 17 00:00:00 2001 From: Michael1142 Date: Fri, 12 Jan 2024 11:05:51 +0000 Subject: [PATCH 1/2] Update heading tag in javadoc to use correct heading order --- .../autoconfiguration/AppInsightsAutoConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-logging-appinsights/src/main/java/uk/gov/hmcts/reform/logging/appinsights/autoconfiguration/AppInsightsAutoConfiguration.java b/java-logging-appinsights/src/main/java/uk/gov/hmcts/reform/logging/appinsights/autoconfiguration/AppInsightsAutoConfiguration.java index ab4c8113..177a05c5 100644 --- a/java-logging-appinsights/src/main/java/uk/gov/hmcts/reform/logging/appinsights/autoconfiguration/AppInsightsAutoConfiguration.java +++ b/java-logging-appinsights/src/main/java/uk/gov/hmcts/reform/logging/appinsights/autoconfiguration/AppInsightsAutoConfiguration.java @@ -8,7 +8,7 @@ import uk.gov.hmcts.reform.logging.appinsights.telemetry.initializers.ContextVersionInitializer; /** - *

Core Application Insights Configuration

. + *

Core Application Insights Configuration

. * *

This class provides the custom Configuration for AppInsights .

*/ From 3cadc22278d90db3c46b2e9523947ec9eadc8c17 Mon Sep 17 00:00:00 2001 From: Michael1142 Date: Fri, 12 Jan 2024 11:20:02 +0000 Subject: [PATCH 2/2] Release 6.1.1 --- README.md | 2 +- gradle.properties | 2 +- java-logging-appinsights/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a41d58d..ceea510d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Simply add base component as your project's dependency and then one or more of t Base component dependency, gradle: ```groovy -implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.0' +implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.1' ``` #### java-logging-insights diff --git a/gradle.properties b/gradle.properties index 399bb731..8f7c5b85 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=6.1.0 +version=6.1.1 diff --git a/java-logging-appinsights/README.md b/java-logging-appinsights/README.md index f2c2b236..557ed68f 100644 --- a/java-logging-appinsights/README.md +++ b/java-logging-appinsights/README.md @@ -18,7 +18,7 @@ repositories { } dependencies { - implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: '6.1.0' + implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: '6.1.1' } ```