Skip to content

Commit

Permalink
Pin javalin to managed version for docs
Browse files Browse the repository at this point in the history
It seems that the docs use `latest:release` for javalin:
https://github.com/micrometer-metrics/micrometer/blob/e122b103fb9a00f4baca0f1ed2f3833161fca31f/docs/build.gradle#L39
This makes our build non-reproducible and also the build is failing
right now because of this since
io.javalin:javalin:6.0.0-beta.1 was published to Maven Central.

Closes micrometer-metricsgh-4299
  • Loading branch information
jonatan-ivanov committed Oct 31, 2023
1 parent e122b10 commit 2dade83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'io.netty:netty-transport'
testImplementation 'org.apache.httpcomponents.client5:httpclient5'
testImplementation 'io.javalin:javalin:latest.release'
testImplementation libs.javalin
}

antora {
Expand Down

0 comments on commit 2dade83

Please sign in to comment.