File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/test/scala/alpakka/slick Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ val pekkoConnectorKafkaVersion = "1.1.0"
14
14
val kafkaVersion = " 3.9.0"
15
15
val activemqVersion = " 5.18.5" // We are stuck with 5.x
16
16
val artemisVersion = " 2.39.0"
17
- val testContainersVersion = " 1.20.4 "
17
+ val testContainersVersion = " 1.21.3 "
18
18
val keycloakVersion = " 26.3.2"
19
19
val keycloakClientVersion = " 26.0.6"
20
20
val sttpVersion = " 3.10.1"
@@ -139,8 +139,8 @@ libraryDependencies ++= Seq(
139
139
" org.keycloak" % " keycloak-admin-client" % keycloakClientVersion,
140
140
" org.jboss.spec.javax.ws.rs" % " jboss-jaxrs-api_2.1_spec" % " 2.0.2.Final" ,
141
141
142
- " org.postgresql" % " postgresql" % " 42.7.4 " ,
143
- " io.zonky.test.postgres" % " embedded-postgres-binaries-bom" % " 16.6 .0" % Test pomOnly(),
142
+ " org.postgresql" % " postgresql" % " 42.7.7 " ,
143
+ " io.zonky.test.postgres" % " embedded-postgres-binaries-bom" % " 17.5 .0" % Test pomOnly(),
144
144
" io.zonky.test" % " embedded-postgres" % " 2.1.0" % Test ,
145
145
146
146
" org.scalatest" %% " scalatest" % " 3.2.18" % Test ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class SlickIT {
47
47
.withNetworkAliases ("postgres" );
48
48
49
49
@ Container
50
- public static ToxiproxyContainer toxiproxy = new ToxiproxyContainer ("ghcr.io/shopify/toxiproxy:2.5 .0" )
50
+ public static ToxiproxyContainer toxiproxy = new ToxiproxyContainer ("ghcr.io/shopify/toxiproxy:2.12 .0" )
51
51
.withNetwork (network );
52
52
53
53
@ BeforeAll
@@ -58,7 +58,6 @@ public static void setup() throws IOException {
58
58
// ToxiProxyContainer reserves 31 ports, starting at 8666
59
59
final Proxy proxy = toxiproxyClient .createProxy ("postgres" , "0.0.0.0:8666" , "postgres:5432" );
60
60
61
- // TODO Add more toxics
62
61
proxy .toxics ()
63
62
.latency ("latency" , ToxicDirection .DOWNSTREAM , 3 )
64
63
.setJitter (2 );
You can’t perform that action at this time.
0 commit comments