diff --git a/NOTICE b/NOTICE
index e6b0cc0eef3def2c9d32f317450463fdf7919c60..cc6876e6c3e526288df1d975e24923aae7bdcda1 100644
--- a/NOTICE
+++ b/NOTICE
@@ -70,7 +70,6 @@ The following software have components provided under the terms of this license:
 - Awaitility (from http://awaitility.org)
 - BSON (from http://bsonspec.org, https://bsonspec.org)
 - BSON Record Codec (from <https://www.mongodb.com/>, https://www.mongodb.com/)
-- Bean Validation API (from http://beanvalidation.org)
 - Byte Buddy (without dependencies) (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy)
 - Byte Buddy Java agent (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent)
 - ClassMate (from http://github.com/cowtowncoder/java-classmate)
@@ -315,9 +314,7 @@ The following software have components provided under the terms of this license:
 - springdoc-openapi-starter-webmvc-ui (from https://repo1.maven.org/maven2/org/springdoc/springdoc-openapi-starter-webmvc-ui)
 - swagger-annotations (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-annotations, https://repo1.maven.org/maven2/io/swagger/swagger-annotations)
 - swagger-annotations-jakarta (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-annotations-jakarta)
-- swagger-core (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-core, https://repo1.maven.org/maven2/io/swagger/swagger-core)
 - swagger-core-jakarta (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-core-jakarta)
-- swagger-jaxrs (from https://repo1.maven.org/maven2/io/swagger/swagger-jaxrs)
 - swagger-models (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-models, https://repo1.maven.org/maven2/io/swagger/swagger-models)
 - swagger-models-jakarta (from https://repo1.maven.org/maven2/io/swagger/core/v3/swagger-models-jakarta)
 - tomcat-embed-core (from http://tomcat.apache.org/)
@@ -638,7 +635,6 @@ MIT
 The following software have components provided under the terms of this license:
 
 - Animal Sniffer Annotations (from https://repo1.maven.org/maven2/org/codehaus/mojo/animal-sniffer-annotations)
-- Apache HttpClient Cache (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga)
 - Azure Java Client Authentication Library for AutoRest (from https://github.com/Azure/autorest-clientruntime-for-java)
 - Azure Java Client Runtime for ARM (from https://github.com/Azure/autorest-clientruntime-for-java)
 - Azure Java Client Runtime for AutoRest (from https://github.com/Azure/autorest-clientruntime-for-java)
@@ -752,13 +748,6 @@ The following software have components provided under the terms of this license:
 - Xerces2-j (from https://repo1.maven.org/maven2/xerces/xercesImpl, https://xerces.apache.org/xerces2-j/)
 - xml-apis (from https://repo1.maven.org/maven2/xml-apis/xml-apis)
 
-========================================================================
-WTFPL
-========================================================================
-The following software have components provided under the terms of this license:
-
-- Reflections (from http://code.google.com/p/reflections/, http://github.com/ronmamo/reflections)
-
 ========================================================================
 cc-pd
 ========================================================================
diff --git a/pom.xml b/pom.xml
index a2395fc87e8b79be9452907ab59b3c75c808a3ad..7025fa38042c983db18aa6dd810caa2c5d55865d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
         <java.version>17</java.version>
         <maven.compiler.target>17</maven.compiler.target>
         <maven.compiler.source>17</maven.compiler.source>
-        <os-core-common-spring6.version>0.27.0-rc2</os-core-common-spring6.version>
+        <os-core-common-spring6.version>0.27.0-rc3</os-core-common-spring6.version>
         <hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
         <common-codec.version>1.14</common-codec.version>
         <netty.version>4.1.51.Final</netty.version>
diff --git a/provider/indexer-ibm/pom.xml b/provider/indexer-ibm/pom.xml
index 373b97a3d37ccb915406f0ceb2afa55fad31dcca..b1c7ca156871c4568961cd5bd60c56c3db2fec15 100644
--- a/provider/indexer-ibm/pom.xml
+++ b/provider/indexer-ibm/pom.xml
@@ -33,7 +33,7 @@
 	<properties>
         <os-core-lib-ibm.version>0.26.0-rc8</os-core-lib-ibm.version>
         <jackson.version>2.13.4</jackson.version>
-        <os-core-common.version>0.26.0-rc2</os-core-common.version>
+        <os-core-common.version>0.27.0-rc3</os-core-common.version>
     </properties>
 
 	<profiles>
diff --git a/testing/pom.xml b/testing/pom.xml
index 20a8a8eb934245dc1da240254ad2674aa71ceb91..ef6f749b96ef583a1584b43a47b2a009271e972d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -22,7 +22,7 @@
 	<description>Indexer Service Integration Test Root Project</description>
 	<properties>
 		<spring.version>5.3.30</spring.version>
-		<os-core-common.version>0.25.0</os-core-common.version>
+		<os-core-common.version>0.27.2</os-core-common.version>
 	</properties>
 	<packaging>pom</packaging>