Skip to content

Commit ec6ea1b

Browse files
chore: add gradle.properties to fix ci build (#9)
1 parent 4323984 commit ec6ea1b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

gradle.properties

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Project versions
2+
jacksonVersion=2.16.1
3+
slf4jVersion=2.0.9
4+
bouncyCastleVersion=1.77
5+
reactorVersion=3.6.0
6+
7+
# Test versions
8+
junitVersion=5.10.1
9+
mockitoVersion=5.8.0
10+
wiremockVersion=3.3.1
11+
assertjVersion=3.24.2

0 commit comments

Comments
 (0)