Skip to content

Commit

Permalink
e - Setter tilbake prometheus til 1.12.6 grunnet breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jun 7, 2024
1 parent bfdfd97 commit fd61fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.springframework:spring-context")
implementation("jakarta.servlet:jakarta.servlet-api:6.0.0")

implementation("io.micrometer:micrometer-registry-prometheus:1.13.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.6")

testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit fd61fdf

Please sign in to comment.