Merge pull request #740 from eclipse-ee4j/dependabot/maven/junit-jupiter.version-6.1.2
build(deps-dev): bump junit-jupiter.version from 6.1.1 to 6.1.2
diff --git a/pom.xml b/pom.xml
index 97853ee..7d0d77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</parent>
<groupId>org.eclipse.yasson</groupId>
@@ -40,7 +40,7 @@
<nexus.staging.repository>yasson-maven2-staging</nexus.staging.repository>
<!--Dependencies-->
- <hamcrest.version>2.2</hamcrest.version>
+ <hamcrest.version>3.0</hamcrest.version>
<!-- Jakarta API -->
<!-- TODO finalize versions to EE 12 -->
@@ -62,7 +62,7 @@
<!--Plugins-->
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<buildnumber-maven-plugin.version>3.2.0</buildnumber-maven-plugin.version>
- <spotbugs-maven-plugin.version>4.8.5.0</spotbugs-maven-plugin.version>
+ <spotbugs-maven-plugin.version>4.10.3.0</spotbugs-maven-plugin.version>
<glassfish-copyright-maven-plugin.version>2.4</glassfish-copyright-maven-plugin.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
diff --git a/yasson-jmh/pom.xml b/yasson-jmh/pom.xml
index d1dd60b..498d548 100644
--- a/yasson-jmh/pom.xml
+++ b/yasson-jmh/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</parent>
<groupId>org.eclipse.yasson</groupId>
@@ -23,7 +23,7 @@
<jmh.version>1.37</jmh.version>
<yasson.version>${project.version}</yasson.version>
- <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.6.2</maven-shade-plugin.version>
</properties>
diff --git a/yasson-tck/pom.xml b/yasson-tck/pom.xml
index 035db18..7ab61a9 100644
--- a/yasson-tck/pom.xml
+++ b/yasson-tck/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<relativePath/>
</parent>