Skip to content

Commit

Permalink
Update dependency org.eclipse.jgit:org.eclipse.jgit to v7.1.0.2024112…
Browse files Browse the repository at this point in the history
…61347-r
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 93d8a29 commit 0168c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commonsCodec = { module = "commons-codec:commons-codec", version = "1.17.1" }
commonsLang = { module = "org.apache.commons:commons-lang3", version = "3.17.0" }
commonsIo = { module = "commons-io:commons-io", version = "2.18.0" }
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.16" }
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "7.0.0.202409031743-r" }
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "7.1.0.202411261347-r" }
okio = { module = "com.squareup.okio:okio", version = "3.9.1" }

picocli-core = { module = "info.picocli:picocli", version.ref = "picocli" }
Expand Down
2 changes: 1 addition & 1 deletion teamscale-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>7.0.0.202409031743-r</version>
<version>7.1.0.202411261347-r</version>
</dependency>
<dependency>
<groupId>com.teamscale</groupId>
Expand Down

0 comments on commit 0168c5d

Please sign in to comment.