Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent c7a72d2 commit 1726172
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.9.1")
runtimeOnly("net.java.dev.jna:jna-platform:5.15.0")

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

0 comments on commit 1726172

Please sign in to comment.