Skip to content

Commit fbe01a5

Browse files
committed
Merge branch 'main' into BENCH-195-update-request-models-name-ak-java
2 parents bfe54d4 + 71d4f47 commit fbe01a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,21 @@
9696
<dependency>
9797
<groupId>org.testcontainers</groupId>
9898
<artifactId>testcontainers</artifactId>
99-
<version>1.17.5</version>
99+
<version>1.17.6</version>
100100
<scope>test</scope>
101101
</dependency>
102102

103103
<dependency>
104104
<groupId>org.testcontainers</groupId>
105105
<artifactId>junit-jupiter</artifactId>
106-
<version>1.17.5</version>
106+
<version>1.17.6</version>
107107
<scope>test</scope>
108108
</dependency>
109109

110110
<dependency>
111111
<groupId>org.testcontainers</groupId>
112112
<artifactId>mysql</artifactId>
113-
<version>1.17.5</version>
113+
<version>1.17.6</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>

0 commit comments

Comments
 (0)