Skip to content

Commit

Permalink
Dependencies upgraded (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaev committed Feb 10, 2024
1 parent 06f8d89 commit 28b6549
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/docus/docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ First you need to make sure that Micrometer dependency is added to your project:
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.9.15</version>
<version>1.12.2</version>
</dependency>
```

<!--Gradle-->

```groovy
implementation 'io.micrometer:micrometer-core:1.9.15'
implementation 'io.micrometer:micrometer-core:1.12.2'
```
<!--END_DOCUSAURUS_CODE_TABS-->

Expand Down
4 changes: 2 additions & 2 deletions gradle/java8.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ sourceSets {
}

dependencies {
java8AnnotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.3.0'
java8TestAnnotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:0.3.0'
java8AnnotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:1.0.0'
java8TestAnnotationProcessor 'com.github.bsideup.jabel:jabel-javac-plugin:1.0.0'
}

configurations {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencyResolutionManagement {
library('loki-protobuf', 'com.github.loki4j', 'loki-protobuf').versionRef('loki-protobuf')
library('snappy', 'org.xerial.snappy:snappy-java:1.1.10.5')
library('apache-httpclient4', 'org.apache.httpcomponents:httpclient:4.5.14')
library('micrometer', 'io.micrometer:micrometer-core:1.12.0')
library('micrometer', 'io.micrometer:micrometer-core:1.12.2')

library('junit', 'junit:junit:4.13.2')
library('jackson', 'com.fasterxml.jackson.core:jackson-databind:2.16.0')
library('jackson', 'com.fasterxml.jackson.core:jackson-databind:2.16.1')
library('logstash', 'net.logstash.logback:logstash-logback-encoder:7.4')

bundle('pluggable', ['loki-protobuf', 'apache-httpclient4', 'micrometer'])
Expand Down

0 comments on commit 28b6549

Please sign in to comment.