NONRTRIC - Bugfix

If a dataproducer was restarted and a data job was updated, the producer
could get the old job definition after restart.

Updated springboot version.

Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-815
Change-Id: Ida53df635ac596570e3763cbae211853a9294391
diff --git a/pom.xml b/pom.xml
index 1bf53ad..1e7b43a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.6.6</version>
+        <version>2.7.6</version>
         <relativePath />
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
@@ -140,7 +140,6 @@
             <artifactId>s3</artifactId>
             <version>2.17.292</version>
         </dependency>
-     
         <!-- TEST -->
         <dependency>
             <groupId>org.springdoc</groupId>
@@ -352,4 +351,4 @@
         <system>JIRA</system>
         <url>https://jira.o-ran-sc.org/</url>
     </issueManagement>
-</project>
+</project>
\ No newline at end of file