Skip to content

Commit 40361f2

Browse files
Bump junit-jupiter-engine from 5.8.1 to 5.9.0
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.9.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 584bee0 commit 40361f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.junit.jupiter</groupId>
8484
<artifactId>junit-jupiter-engine</artifactId>
85-
<version>5.8.1</version>
85+
<version>5.9.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.easymock</groupId>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-jar-plugin</artifactId>
134-
<version>3.2.0</version>
134+
<version>3.2.2</version>
135135
<configuration>
136136
<archive>
137137
<manifestEntries>

0 commit comments

Comments
 (0)