Skip to content

Commit

Permalink
build(deps): bump edu.kit.datamanager:repo-core from 1.2.3 to 1.2.4
Browse files Browse the repository at this point in the history
Bumps [edu.kit.datamanager:repo-core](https://github.com/kit-data-manager/repo-core) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/kit-data-manager/repo-core/releases)
- [Changelog](https://github.com/kit-data-manager/repo-core/blob/main/CHANGELOG.md)
- [Commits](kit-data-manager/repo-core@v1.2.3...v1.2.4)

---
updated-dependencies:
- dependency-name: edu.kit.datamanager:repo-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 459f0c0 commit 9c76be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
// Due to the spring boot gradle plugin, we can omit versions in org.springframework.*
// dependencies. It will automatically choose the fitting ones.
implementation("edu.kit.datamanager:service-base:1.3.2")
implementation("edu.kit.datamanager:repo-core:1.2.3")
implementation("edu.kit.datamanager:repo-core:1.2.4")
// com.google.common, LoadingCache
implementation("com.google.guava:guava:33.4.0-jre")

Expand Down

0 comments on commit 9c76be2

Please sign in to comment.