diff --git a/mod-spring-petstore/.dockerignore b/mod-spring-petstore/.dockerignore
new file mode 100644
index 0000000..a454a54
--- /dev/null
+++ b/mod-spring-petstore/.dockerignore
@@ -0,0 +1,3 @@
+# Only the fat jar file is needed for the Docker container
+*
+!target/*.jar
diff --git a/mod-spring-petstore/README.md b/mod-spring-petstore/README.md
index 2c190fb..af6974b 100644
--- a/mod-spring-petstore/README.md
+++ b/mod-spring-petstore/README.md
@@ -1,6 +1,6 @@
# mod-spring-petstore
-Copyright (C) 2022 The Open Library Foundation
+Copyright (C) 2022-2023 The Open Library Foundation
This software is distributed under the terms of the Apache License,
Version 2.0. See the file "[LICENSE](LICENSE)" for more information.
diff --git a/mod-spring-petstore/pom.xml b/mod-spring-petstore/pom.xml
index 0387363..34a2df8 100644
--- a/mod-spring-petstore/pom.xml
+++ b/mod-spring-petstore/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.2
+ 3.1.4
org.folio
@@ -26,13 +26,13 @@
${project.basedir}/src/main/resources/swagger.api/petstore.yaml
${project.basedir}/src/main/resources/swagger.api/petstore-external.yaml
17
- 6.1.0
- 6.2.1
- 4.0.0
+ 7.2.0
+ 6.6.0
+ 4.0.4
1.5.2.Final
- 2.33.2
- 1.17.6
+ 3.2.0
+ 1.19.1
@@ -148,8 +148,8 @@
test
- com.github.tomakehurst
- wiremock-jre8
+ org.wiremock
+ wiremock
${wiremock.version}
test
@@ -171,7 +171,7 @@
maven-resources-plugin
- 3.2.0
+ 3.3.1
filter-descriptor-inputs
@@ -222,7 +222,7 @@
org.codehaus.mojo
build-helper-maven-plugin
- 3.2.0
+ 3.4.0
generate-sources