File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
ext {
3
3
versions = [
4
4
jackson : ' 2.12.3' , // Json Serializer / Deserializer
5
- okhttp : ' 4.2.2 ' , // HTTP Client
5
+ okhttp : ' 4.9.1 ' , // HTTP Client
6
6
slf4j : ' 1.7.31' , // Logging
7
7
logback : ' 1.2.3' , // Logging
8
8
undertow : ' 2.2.8.Final' ,// Webserver
25
25
sitemapgen4j : ' 1.1.2' , // Sitemap generator for SEO
26
26
jbcrypt : ' 0.4' , // BCrypt salted hashing library
27
27
romeRss : ' 1.0' , // RSS Library
28
- kotlin : ' 1.5.20 ' , // Kotlin
28
+ kotlin : ' 1.4.0 ' , // Kotlin
29
29
javax : ' 1.3.2' ,
30
30
jbossLogging : ' 3.4.2.Final' ,
31
31
jbossThreads : ' 3.4.0.Final' ,
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ dependencies {
42
42
api libs. connectorj
43
43
api libs. javaxAnnotation
44
44
api libs. commonsCodec
45
+ api libs. kotlin
45
46
46
47
compileOnly libs. lombok
47
48
annotationProcessor libs. lombok
You can’t perform that action at this time.
0 commit comments