Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.eclipse.jgit:org.eclipse.jgit from 6.10.0.202406032230-r to 7.1.0.202411261347-r #913

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump org.eclipse.jgit:org.eclipse.jgit
Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 6.10.0.202406032230-r to 7.1.0.202411261347-r.
- [Commits](eclipse-jgit/jgit@v6.10.0.202406032230-r...v7.1.0.202411261347-r)

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit fe8b46b6e8c33aedb46d51a7c5f7c3d3a7d50e75
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@ dependencies {
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:${springdocVersion}")
implementation("com.github.FAForever:faf-java-commons:0e5d22ffff6e4dea81bac494d532627fcca8ebc4")
implementation("org.kohsuke:github-api:1.326")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r")
implementation("org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r")
implementation("org.jetbrains:annotations:26.0.2")
implementation("com.google.guava:guava:33.4.0-jre")
implementation("org.luaj:luaj-jse:3.0.1")