Bump JUnit to 5.9.3 20/105920/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 12 May 2023 17:33:30 +0000 (19:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 12 May 2023 17:33:54 +0000 (19:33 +0200)
https://junit.org/junit5/docs/current/release-notes/index.html#release-notes-5.9.3

Change-Id: I0832743e3a19f839b23020d7eda32086225da4d8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index 38dbc7b6ddb3efffa3caf0a58e57c13128945a9e..ee618b93a8bcdc3046acc149a16df65ab599a97f 100644 (file)
             <groupId>org.junit</groupId>
             <artifactId>junit-bom</artifactId>
             <type>pom</type>
-            <version>5.9.2</version>
+            <version>5.9.3</version>
         </dependency>
         <dependency>
             <groupId>org.kohsuke.metainf-services</groupId>
index 2344aa8b14cd8be5c14790b65b2fc408cecbfef3..6d80a2033ca4f2c73a6fb1d54cdb698b20dda6cc 100644 (file)
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>5.9.2</version>
+        <version>5.9.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>