diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9d74c46bc..f9e044d1c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Cache local Maven repository
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.7
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index bc11e945d..9749cb803 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Cache local Maven repository
- uses: actions/cache@v3.0.5
+ uses: actions/cache@v3.0.7
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
diff --git a/athenaService/pom.xml b/athenaService/pom.xml
index 3bb92c274..a4de5e062 100644
--- a/athenaService/pom.xml
+++ b/athenaService/pom.xml
@@ -32,7 +32,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/connectionUtils/pom.xml b/connectionUtils/pom.xml
index 7c36843a3..12de0a25e 100644
--- a/connectionUtils/pom.xml
+++ b/connectionUtils/pom.xml
@@ -108,7 +108,7 @@
com.amazonaws
aws-java-sdk-core
- 1.12.272
+ 1.12.287
compile
@@ -124,14 +124,14 @@
software.amazon.awssdk
s3
- 2.17.243
+ 2.17.258
software.amazon.awssdk
sts
- 2.17.243
+ 2.17.258
@@ -151,14 +151,14 @@
com.amazonaws
aws-java-sdk-athena
- 1.12.272
+ 1.12.287
com.microsoft.sqlserver
mssql-jdbc
- 11.1.2.jre8-preview
+ 11.2.0.jre8
@@ -166,7 +166,7 @@
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.0
test
diff --git a/edcQueryGenerationService/pom.xml b/edcQueryGenerationService/pom.xml
index 8e1cd1b2a..3608120ce 100644
--- a/edcQueryGenerationService/pom.xml
+++ b/edcQueryGenerationService/pom.xml
@@ -38,7 +38,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/fdcCacheService/pom.xml b/fdcCacheService/pom.xml
index 984ee0cdb..d785d55c2 100644
--- a/fdcCacheService/pom.xml
+++ b/fdcCacheService/pom.xml
@@ -19,7 +19,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/fdcSampleService/pom.xml b/fdcSampleService/pom.xml
index 0395339b4..782f0584b 100644
--- a/fdcSampleService/pom.xml
+++ b/fdcSampleService/pom.xml
@@ -38,7 +38,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/fileStagingService/pom.xml b/fileStagingService/pom.xml
index 3a3010431..cd8a32c6b 100644
--- a/fileStagingService/pom.xml
+++ b/fileStagingService/pom.xml
@@ -19,7 +19,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
@@ -38,7 +38,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/nodeGroupExecutionService/pom.xml b/nodeGroupExecutionService/pom.xml
index 35407ae38..cdec4953b 100644
--- a/nodeGroupExecutionService/pom.xml
+++ b/nodeGroupExecutionService/pom.xml
@@ -46,7 +46,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/nodeGroupService/pom.xml b/nodeGroupService/pom.xml
index efb3347e7..dc18e6b8d 100644
--- a/nodeGroupService/pom.xml
+++ b/nodeGroupService/pom.xml
@@ -40,7 +40,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/nodeGroupStoreService/pom.xml b/nodeGroupStoreService/pom.xml
index c211e13df..f06cdaaf9 100644
--- a/nodeGroupStoreService/pom.xml
+++ b/nodeGroupStoreService/pom.xml
@@ -45,7 +45,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/ontologyInfoService/pom.xml b/ontologyInfoService/pom.xml
index 0f2e6fa8a..3ee2bc005 100644
--- a/ontologyInfoService/pom.xml
+++ b/ontologyInfoService/pom.xml
@@ -38,7 +38,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/pom.xml b/pom.xml
index d02700dab..fa3a2091a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.7.2
+ 2.7.3
3.0.0
@@ -95,7 +95,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.0
+ 3.4.1
attach-javadocs
diff --git a/sparqlExtDispatchService/pom.xml b/sparqlExtDispatchService/pom.xml
index 4dda44c21..a1c9868b0 100644
--- a/sparqlExtDispatchService/pom.xml
+++ b/sparqlExtDispatchService/pom.xml
@@ -38,7 +38,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/sparqlGraphIngestionService/pom.xml b/sparqlGraphIngestionService/pom.xml
index fd92c5cfd..640ce7495 100644
--- a/sparqlGraphIngestionService/pom.xml
+++ b/sparqlGraphIngestionService/pom.xml
@@ -42,7 +42,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/sparqlGraphLibrary/pom.xml b/sparqlGraphLibrary/pom.xml
index 9968eef74..768c82845 100644
--- a/sparqlGraphLibrary/pom.xml
+++ b/sparqlGraphLibrary/pom.xml
@@ -105,7 +105,7 @@
com.amazonaws
aws-java-sdk-core
- 1.12.272
+ 1.12.287
compile
@@ -121,14 +121,14 @@
software.amazon.awssdk
s3
- 2.17.243
+ 2.17.258
software.amazon.awssdk
sts
- 2.17.243
+ 2.17.258
@@ -149,21 +149,21 @@
com.amazonaws
aws-java-sdk-athena
- 1.12.272
+ 1.12.287
com.microsoft.sqlserver
mssql-jdbc
- 11.1.2.jre8-preview
+ 11.2.0.jre8
org.slf4j
slf4j-simple
- 1.7.36
+ 2.0.0
test
diff --git a/sparqlGraphResultsService/pom.xml b/sparqlGraphResultsService/pom.xml
index c63fe361c..d3ca6533e 100644
--- a/sparqlGraphResultsService/pom.xml
+++ b/sparqlGraphResultsService/pom.xml
@@ -38,7 +38,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/sparqlGraphStatusService/pom.xml b/sparqlGraphStatusService/pom.xml
index 035e05689..9ce1cca1b 100644
--- a/sparqlGraphStatusService/pom.xml
+++ b/sparqlGraphStatusService/pom.xml
@@ -37,7 +37,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/sparqlQueryService/pom.xml b/sparqlQueryService/pom.xml
index 62e57c75b..a16f1fb78 100644
--- a/sparqlQueryService/pom.xml
+++ b/sparqlQueryService/pom.xml
@@ -44,7 +44,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
io.swagger.core.v3
diff --git a/springSecurityLibrary/pom.xml b/springSecurityLibrary/pom.xml
index fe4cad4f3..2b726ce8a 100644
--- a/springSecurityLibrary/pom.xml
+++ b/springSecurityLibrary/pom.xml
@@ -21,7 +21,7 @@
org.springframework.boot
spring-boot-starter-web
- 2.7.2
+ 2.7.3
diff --git a/springUtilLibrary/pom.xml b/springUtilLibrary/pom.xml
index b5af52365..4933e1113 100644
--- a/springUtilLibrary/pom.xml
+++ b/springUtilLibrary/pom.xml
@@ -45,7 +45,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
diff --git a/utilityService/pom.xml b/utilityService/pom.xml
index 4c5043f2e..7b09714aa 100644
--- a/utilityService/pom.xml
+++ b/utilityService/pom.xml
@@ -39,7 +39,7 @@
org.springdoc
springdoc-openapi-ui
- 1.6.9
+ 1.6.11
io.swagger.core.v3