Skip to content

Commit

Permalink
Bump junit:junit in /org.eclipse.lyo.testsuite.build (#49)
Browse files Browse the repository at this point in the history
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md)
- [Commits](junit-team/junit4@r4.8.1...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
dependabot[bot] and berezovskyi authored Oct 24, 2023
1 parent 459ec28 commit d5c45f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lyo.testsuite.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.testsuite.trs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>net.oauth.core</groupId>
Expand Down

0 comments on commit d5c45f2

Please sign in to comment.