Skip to content

Commit 3109d77

Browse files
chore(deps): bump takes from 1.23.0 to 1.24.0 (operator-framework#1396)
Bumps [takes](https://github.com/yegor256/takes) from 1.23.0 to 1.24.0. - [Release notes](https://github.com/yegor256/takes/releases) - [Commits](yegor256/takes@1.23.0...1.24.0) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8f31cf commit 3109d77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample-operators/mysql-schema/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.takes</groupId>
3737
<artifactId>takes</artifactId>
38-
<version>1.23.0</version>
38+
<version>1.24.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>mysql</groupId>

sample-operators/tomcat-operator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.takes</groupId>
4141
<artifactId>takes</artifactId>
42-
<version>1.23.0</version>
42+
<version>1.24.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>

sample-operators/webpage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.takes</groupId>
3535
<artifactId>takes</artifactId>
36-
<version>1.23.0</version>
36+
<version>1.24.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.fabric8</groupId>

0 commit comments

Comments
 (0)