diff --git a/README.md b/README.md index ceea510d..cf53058c 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.1' +implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.1.2' ``` #### java-logging-insights diff --git a/gradle.properties b/gradle.properties index 8f7c5b85..c7202c76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=6.1.1 +version=6.1.2 diff --git a/java-logging-appinsights/README.md b/java-logging-appinsights/README.md index 557ed68f..97429870 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.1' + implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: '6.1.2' } ``` 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 177a05c5..3f27ca16 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,9 +8,9 @@ import uk.gov.hmcts.reform.logging.appinsights.telemetry.initializers.ContextVersionInitializer; /** - *
This class provides the custom Configuration for AppInsights .
+ *This class provides the custom Configuration for AppInsights. */ public class AppInsightsAutoConfiguration { diff --git a/jitpack.yml b/jitpack.yml index 1c2ddf44..d274a048 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,2 +1,5 @@ +jdk: + - openjdk17 + install: - - ./gradlew build publishToMavenLocal \ No newline at end of file + - ./gradlew build publishToMavenLocal