Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump junit from 4.12 to 4.13.1 in /lesson-converter #83

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump junit from 4.12 to 4.13.1 in /lesson-converter
  • Loading branch information
dependabot[bot] authored Oct 12, 2020
commit 3ee5499dfbc3d051a348e41c94e23821cc50e427
2 changes: 1 addition & 1 deletion lesson-converter/pom.xml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
</dependency>
</dependencies>