Skip to content

Commit

Permalink
build(deps): bump edu.kit.datamanager:repo-core from 1.2.3 to 1.2.5
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.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Pfeil committed Jan 27, 2025
1 parent 45e9775 commit 29f709e
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.3")
implementation("edu.kit.datamanager:repo-core:1.2.3")
implementation("edu.kit.datamanager:repo-core:1.2.5")
// com.google.common, LoadingCache
implementation("com.google.guava:guava:33.4.0-jre")

Expand Down

0 comments on commit 29f709e

Please sign in to comment.