Skip to content

Commit 1aaa6cd

Browse files
build(deps): bump org.eclipse.jgit:org.eclipse.jgit from 6.3.0.202209071007-r to 7.1.0.202411261347-r (#6733)
Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 6.3.0.202209071007-r to 7.1.0.202411261347-r. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-jgit/jgit/commit/4d1d88575bbdf7b5750dde0622a975d02e4d4fad"><code>4d1d885</code></a> JGit v7.1.0.202411261347-r</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/856c1c37c0f2be4fc219547602a0cf69a8030cfd"><code>856c1c3</code></a> Merge branch 'master' into stable-7.1</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/683d444ca98fae7c0c6b1cb73f7278dd9114fcab"><code>683d444</code></a> Merge branch 'stable-7.0'</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/e3eabe5d5cc9bd4f43f18014cac70e80b55cb45b"><code>e3eabe5</code></a> Merge branch 'stable-6.10' into stable-7.0</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/f27ea5102641818ad3505fbb5cae3fee28c3b056"><code>f27ea51</code></a> Merge &quot;Pack.java: Recover more often in Pack.copyAsIs2()&quot; into stable-6.10</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/f026c19a054a5247ddcdf747479be87b7e01152e"><code>f026c19</code></a> PackDirectory: Filter out tmp GC pack files</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/6fa28d7677f8242d73dc32294fa7db6e86c23b25"><code>6fa28d7</code></a> Add pack-refs command to the CLI</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/079dbe8ed9e47e44986ce43513f3aad8fa64832a"><code>079dbe8</code></a> Test advertised capabilities with protocol V0 and allow*Sha1InWant</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/5b1513a28d337e7e3453e557ee9dde292678eb81"><code>5b1513a</code></a> Align request policies with CGit</li> <li><a href="https://github.com/eclipse-jgit/jgit/commit/f295477b1925cc272c6219126daf1fd7cfc5b602"><code>f295477</code></a> Merge &quot;GitTimeParser: Fix multiple errorprone and style comments&quot;</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-jgit/jgit/compare/v6.3.0.202209071007-r...v7.1.0.202411261347-r">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jgit:org.eclipse.jgit&package-manager=gradle&previous-version=6.3.0.202209071007-r&new-version=7.1.0.202411261347-r)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 92632af commit 1aaa6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161

6262
implementation("com.google.guava:guava:31.1-jre")
6363
implementation("org.ow2.asm:asm-tree:9.5")
64-
implementation("org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r")
64+
implementation("org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r")
6565
implementation(libs.kotlinx.serialization.json)
6666
implementation("com.google.code.gson:gson:2.8.9")
6767
implementation(libs.android.gradlePlugin.gradle)

0 commit comments

Comments
 (0)