Skip to content

Commit ea0e61e

Browse files
git
1 parent 3f4ad7b commit ea0e61e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

consul-populate-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation(libs.commons.io)
2323
implementation(mn.snakeyaml)
2424

25-
api("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r")
25+
api(libs.jgit)
2626

2727
compileOnly(mn.lombok)
2828

consul-populate-server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
id("io.micronaut.minimal.application") version "4.4.2"
3-
id ("com.google.cloud.tools.jib") version "3.4.3"
2+
id("io.micronaut.minimal.application") version "4.5.3"
43
id("com.frogdevelopment.jreleaser.publish-convention")
4+
alias(libs.plugins.jib)
55
}
66

77
micronaut {

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jetbrains = "26.0.2-1"
44
systemlambda = "1.2.1"
55
testcontainers = "1.21.3"
66
vertx = "5.0.5"
7+
jgit = "7.2.0.202503040940-r"
78

89
plugin-jib = "3.4.5"
910
plugin-shadow = "9.2.2"
@@ -16,6 +17,7 @@ testcontainers-core = { module = "org.testcontainers:testcontainers", version.re
1617
testcontainers-consul = { module = "org.testcontainers:consul", version.ref = "testcontainers" }
1718
testcontainers-junit = { module = "org.testcontainers:junit-jupiter", version.ref = "testcontainers" }
1819
vertx-consul = { module = "io.vertx:vertx-consul-client", version.ref = "vertx" }
20+
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jgit"}
1921

2022
[plugins]
2123
jib = { id = "com.google.cloud.tools.jib", version.ref = "plugin-jib" }

0 commit comments

Comments
 (0)