diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
new file mode 100644
index 0000000..7ad230a
--- /dev/null
+++ b/.buildkite/pipeline.yml
@@ -0,0 +1,5 @@
+steps:
+ - label: "Test"
+ commands:
+ - sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)"
+ - ./mvnw test
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 7e7a676..7180754 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.0
+ 3.1.5
org.testcontainers
@@ -17,7 +17,7 @@
17
- 1.18.3
+ 1.19.1
5.13.2
0.46
5.2.2