Skip to content

Commit 9aa8213

Browse files
renovate[bot]Bhandari, Pramesh(AWF)
authored and
Bhandari, Pramesh(AWF)
committed
fix(deps): update junit5 monorepo (open-feature#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Bhandari, Pramesh(AWF) <[email protected]>
1 parent b2c7e21 commit 9aa8213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<maven.compiler.source>1.8</maven.compiler.source>
1212
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
13-
<junit.jupiter.version>5.8.1</junit.jupiter.version>
13+
<junit.jupiter.version>5.9.1</junit.jupiter.version>
1414
<!-- exclusion expression for integration tests -->
1515
<testExclusions>**/integration/*.java</testExclusions>
1616
</properties>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.junit.platform</groupId>
117117
<artifactId>junit-platform-suite</artifactId>
118-
<version>1.9.0</version>
118+
<version>1.9.1</version>
119119
<scope>test</scope>
120120
</dependency>
121121

@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>org.junit</groupId>
164164
<artifactId>junit-bom</artifactId>
165-
<version>5.9.0</version>
165+
<version>5.9.1</version>
166166
<type>pom</type>
167167
<scope>import</scope>
168168
</dependency>

0 commit comments

Comments
 (0)