Skip to content

Commit

Permalink
bumping commons (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
truhacevkir authored Sep 23, 2024
1 parent 7f8c3df commit 315716c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
junit = { strictly = '5.10.0' }
nva = { strictly = '1.40.8' }
junit = { strictly = '5.11.0' }
nva = { strictly = '1.40.20' }
zalando = { strictly = '0.27.1' }
awsLambdaJavaCore = { strictly = '1.2.3' }
awsLambdaEvents = { strictly = '3.11.4' }
log4j = { strictly = '2.23.0' }
slf4j = { require = '2.0.12' }
awsSdk2 = { strictly = '2.24.12' }
awsSdk2Events = { strictly = '3.11.4' }
awsLambdaEvents = { strictly = '3.13.0' }
log4j = { strictly = '2.24.0' }
slf4j = { require = '2.0.16' }
awsSdk2 = { strictly = '2.27.24' }
awsSdk2Events = { strictly = '3.13.0' }
jena = { require = '5.0.0' }
jackson = { require = '2.16.1' }
guava = { require = '32.1.2-jre' }
mockito = { strictly = '5.10.0' }
jackson = { require = '2.17.2' }
guava = { require = '33.3.0-jre' }
mockito = { strictly = '5.13.0' }


[libraries]
Expand Down

0 comments on commit 315716c

Please sign in to comment.