integrate latest dependencies,
update build plugins,
update readme

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/README.md b/README.md
index 61448e7..52567e1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[//]: # " Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. "
+[//]: # " Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved. "
 [//]: # "  "
 [//]: # " This program and the accompanying materials are made available under the "
 [//]: # " terms of the Eclipse Public License v. 2.0, which is available at "
@@ -23,7 +23,7 @@
 
 Use the following command:
 ```bash
-mvn -U -C clean install -Dnon.final=true
+mvn -U -C clean install
 ```
 
 ## License
@@ -49,6 +49,7 @@
 
 - [Jakarta JSON Processing official web site](https://eclipse-ee4j.github.io/jsonp)
 - [Jakarta JSON Processing @ Eclipse](https://projects.eclipse.org/projects/ee4j.jsonp)
+- [README.txt](https://github.com/eclipse-ee4j/jsonp/blob/master/bundles/ri/src/main/resources/README.txt)
 
 ## Contributing
 
diff --git a/pom.xml b/pom.xml
index 0bf38ce..8d7a2a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,13 @@
         <spotbugs.exclude>${config.dir}/exclude.xml</spotbugs.exclude>
         <spotbugs.skip>false</spotbugs.skip>
         <spotbugs.threshold>Low</spotbugs.threshold>
-        <spotbugs.version>4.0.4</spotbugs.version>
+        <spotbugs.version>4.2.2</spotbugs.version>
 
         <jakarta.json-api.version>2.0.0</jakarta.json-api.version>
 
         <jakarta.annotation-api.version>2.0.0</jakarta.annotation-api.version>
-        <jakarta.xml.bind-api.version>3.0.0-RC3</jakarta.xml.bind-api.version>
-        <jakarta.ws.rs-api.version>3.0.0-M1</jakarta.ws.rs-api.version>
+        <jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
+        <jakarta.ws.rs-api.version>3.0.0</jakarta.ws.rs-api.version>
     </properties>
 
     <build>
@@ -179,6 +179,7 @@
                     <update>${copyright.update}</update>
                     <!-- check that year is correct -->
                     <ignoreYear>${copyright.ignoreyear}</ignoreYear>
+                    <quiet>false</quiet>
                 </configuration>
                 <executions>
                     <execution>
@@ -262,7 +263,7 @@
                 <plugin>
                     <groupId>org.glassfish.copyright</groupId>
                     <artifactId>glassfish-copyright-maven-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>2.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
@@ -307,7 +308,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -374,7 +375,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.2</version>
             </dependency>
             <dependency>
                 <groupId>org.hamcrest</groupId>
@@ -400,12 +401,12 @@
                     <dependency>
                         <groupId>jakarta.servlet</groupId>
                         <artifactId>jakarta.servlet-api</artifactId>
-                        <version>5.0.0-M1</version>
+                        <version>5.0.0</version>
                     </dependency>
                     <dependency>
                         <groupId>com.sun.xml.bind</groupId>
                         <artifactId>jaxb-impl</artifactId>
-                        <version>3.0.0-M4</version>
+                        <version>3.0.0</version>
                     </dependency>
                 </dependencies>
             </dependencyManagement>
@@ -421,7 +422,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-war-plugin</artifactId>
-                            <version>3.3.0</version>
+                            <version>3.3.1</version>
                             <configuration>
                                 <failOnMissingWebXml>false</failOnMissingWebXml>
                             </configuration>
@@ -429,7 +430,7 @@
                         <plugin>
                             <groupId>org.codehaus.mojo</groupId>
                             <artifactId>wagon-maven-plugin</artifactId>
-                            <version>2.0.0</version>
+                            <version>2.0.2</version>
                         </plugin>
                         <plugin>
                             <groupId>org.codehaus.mojo</groupId>