Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=6.1.1
version=6.1.2
2 changes: 1 addition & 1 deletion java-logging-appinsights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import uk.gov.hmcts.reform.logging.appinsights.telemetry.initializers.ContextVersionInitializer;

/**
* <h2>Core Application Insights Configuration</h2> .
* Core Application Insights Configuration.
*
* <p>This class provides the custom Configuration for AppInsights .</p>
* <p>This class provides the custom Configuration for AppInsights.
*/
public class AppInsightsAutoConfiguration {

Expand Down
5 changes: 4 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
jdk:
- openjdk17

install:
- ./gradlew build publishToMavenLocal
- ./gradlew build publishToMavenLocal