Skip to content

Commit

Permalink
Bump org.ajoberstar.grgit:grgit-core from 4.1.0 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [org.ajoberstar.grgit:grgit-core](https://github.com/ajoberstar/grgit) from 4.1.0 to 5.2.2.
- [Release notes](https://github.com/ajoberstar/grgit/releases)
- [Commits](ajoberstar/grgit@4.1.0...5.2.2)

---
updated-dependencies:
- dependency-name: org.ajoberstar.grgit:grgit-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 5ea55f7 commit 16f0bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
runtimeOnly("com.kohlschutter.junixsocket:junixsocket-core:2.8.3")
runtimeOnly("net.java.dev.jna:jna-platform:5.14.0")

testImplementation("org.ajoberstar.grgit:grgit-core:4.1.0") {
testImplementation("org.ajoberstar.grgit:grgit-core:5.2.2") {
exclude("org.eclipse.jgit", "org.eclipse.jgit.ui")
exclude("org.eclipse.jgit", "org.eclipse.jgit")
}
Expand Down

0 comments on commit 16f0bfc

Please sign in to comment.