diff --git a/pom.xml b/pom.xml
index fb155df..57b4f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
2.22.0
3.0.5
3.0.0-M2
- 0.8.1
+ 0.8.5
0.26.1
diff --git a/src/test/resources/test_environment_windows.json b/src/test/resources/test_environment_windows.json
index 03739be..ee9d952 100644
--- a/src/test/resources/test_environment_windows.json
+++ b/src/test/resources/test_environment_windows.json
@@ -1,22 +1,22 @@
{
"GetOrderFunction": {
- "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000",
+ "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000",
"TABLE_NAME": "orders_table"
},
"GetOrdersFunction": {
- "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000",
+ "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000",
"TABLE_NAME": "orders_table"
},
"UpdateOrderFunction": {
- "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000",
+ "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000",
"TABLE_NAME": "orders_table"
},
"DeleteOrderFunction": {
- "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000",
+ "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000",
"TABLE_NAME": "orders_table"
},
"CreateOrderFunction": {
- "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000",
+ "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000",
"TABLE_NAME": "orders_table"
}
}