Skip to content

Commit

Permalink
chore(deps): bump takes from 1.19 to 1.20 (#1256)
Browse files Browse the repository at this point in the history
Bumps [takes](https://github.com/yegor256/takes) from 1.19 to 1.20.
- [Release notes](https://github.com/yegor256/takes/releases)
- [Commits](yegor256/takes@1.19...1.20)

---
updated-dependencies:
- dependency-name: org.takes:takes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2022
1 parent a7b819b commit 4546e14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample-operators/mysql-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.takes</groupId>
<artifactId>takes</artifactId>
<version>1.19</version>
<version>1.20</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-operators/tomcat-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.takes</groupId>
<artifactId>takes</artifactId>
<version>1.19</version>
<version>1.20</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sample-operators/webpage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.takes</groupId>
<artifactId>takes</artifactId>
<version>1.19</version>
<version>1.20</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down

0 comments on commit 4546e14

Please sign in to comment.