Update dependencies.
This commit is contained in:
parent
ab5b678920
commit
807556cd73
@ -1,13 +1,18 @@
|
||||
[versions]
|
||||
commonmark = '0.22.0'
|
||||
groovy = '4.0.25'
|
||||
groowt = '0.1.3'
|
||||
log4j2 = '2.23.1'
|
||||
mockito = '5.12.0'
|
||||
junit = '5.10.2'
|
||||
classgraph = '4.8.179'
|
||||
commonmark = '0.24.0'
|
||||
groovy = '4.0.27'
|
||||
groowt = '0.1.4'
|
||||
jetbrains-annotations = '26.0.2'
|
||||
jsoup = '1.20.1'
|
||||
junit = '5.13.0'
|
||||
log4j2 = '2.24.3'
|
||||
mockito = '5.18.0'
|
||||
picocli = '4.7.7'
|
||||
slf4j = '2.0.17'
|
||||
|
||||
[libraries]
|
||||
classgraph = 'io.github.classgraph:classgraph:4.8.172'
|
||||
classgraph = { module = 'io.github.classgraph:classgraph', version.ref = 'classgraph' }
|
||||
commonmark = { module = 'org.commonmark:commonmark', version.ref = 'commonmark' }
|
||||
commonmark-frontmatter = { module = 'org.commonmark:commonmark-ext-yaml-front-matter', version.ref = 'commonmark' }
|
||||
groovy = { module = 'org.apache.groovy:groovy', version.ref = 'groovy' }
|
||||
@ -18,13 +23,13 @@ groowt-wvc= { module = 'groowt:web-view-components', version.ref = 'groowt' }
|
||||
groowt-wvcc = { module = 'groowt:web-view-components-compiler', version.ref = 'groowt' }
|
||||
groowt-fp = { module = 'groowt:util-fp', version.ref = 'groowt' }
|
||||
groowt-di = { module = 'groowt:util-di', version.ref = 'groowt' }
|
||||
jetbrains-anontations = 'org.jetbrains:annotations:24.1.0'
|
||||
jsoup = 'org.jsoup:jsoup:1.17.2'
|
||||
jetbrains-anontations = { module = 'org.jetbrains:annotations', version.ref = 'jetbrains-annotations' }
|
||||
jsoup = { module = 'org.jsoup:jsoup', version.ref = 'jsoup' }
|
||||
junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api', version.ref = 'junit' }
|
||||
log4j2-api = { module = 'org.apache.logging.log4j:log4j-api', version.ref = 'log4j2' }
|
||||
log4j2-core = { module = 'org.apache.logging.log4j:log4j-core', version.ref = 'log4j2' }
|
||||
log4j2-slf4j2-impl = { module = 'org.apache.logging.log4j:log4j-slf4j2-impl', version.ref = 'log4j2' }
|
||||
mockito-core = { module = 'org.mockito:mockito-core', version.ref = 'mockito' }
|
||||
mockito-junit-jupiter = { module = 'org.mockito:mockito-junit-jupiter', version.ref = 'mockito' }
|
||||
picocli = 'info.picocli:picocli:4.7.6'
|
||||
slf4j-api = 'org.slf4j:slf4j-api:2.0.13'
|
||||
picocli = { module = 'info.picocli:picocli', version.ref = 'picocli' }
|
||||
slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j' }
|
||||
|
Loading…
Reference in New Issue
Block a user