update datastructures to 2.0.0
This commit is contained in:
parent
5b15e5edac
commit
12f52793ff
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ dependencyResolutionManagement {
|
|||
versionCatalogs {
|
||||
libs {
|
||||
version('gradle', '7.5.1')
|
||||
version('junit', '5.9.1')
|
||||
version('junit', '5.9.2')
|
||||
version('jackson', '2.13.4')
|
||||
version('datastructures', '1.0.0')
|
||||
version('datastructures', '2.0.0')
|
||||
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
||||
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
||||
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
||||
|
|
Loading…
Reference in a new issue