Skip to content

Commit

Permalink
Update junit to 4.13.2
Browse files Browse the repository at this point in the history
Bug: Issue 317782003
Release-Notes: Update junit to 4.13.2
Change-Id: I13f2f217afdd25454bcfe84819ee93d889a28000
  • Loading branch information
msohn committed Jan 15, 2024
1 parent a2221ad commit 854d5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ def java_dependencies():
# Test-only dependencies below.
maven_jar(
name = "junit",
artifact = "junit:junit:4.12",
sha1 = "2973d150c0dc1fefe998f834810d68f278ea58ec",
artifact = "junit:junit:4.13.2",
sha1 = "8ac9e16d933b6fb43bc7f576336b8f4d7eb5ba12",
)

maven_jar(
Expand Down

0 comments on commit 854d5d4

Please sign in to comment.