Skip to content

Commit

Permalink
Bump edison-core from 2.6.1 to 2.6.2
Browse files Browse the repository at this point in the history
Bumps [edison-core](https://github.com/otto-de/edison-microservice) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/otto-de/edison-microservice/releases)
- [Changelog](https://github.com/otto-de/edison-microservice/blob/master/CHANGELOG.md)
- [Commits](https://github.com/otto-de/edison-microservice/commits)

---
updated-dependencies:
- dependency-name: de.otto.edison:edison-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 and MediaMarco committed Jan 13, 2022
1 parent 97ac3dc commit 7201b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation project(":jlineup-core")
implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf:${springBootVersion}")
implementation("de.otto.edison:edison-core:2.6.1")
implementation("de.otto.edison:edison-core:2.6.2")

//Update hibernate validator that comes with edison-core
implementation("org.hibernate.validator:hibernate-validator:6.2.0.Final")
Expand Down

0 comments on commit 7201b6b

Please sign in to comment.