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' } ``` 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 .

*/