File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ dependencies {
90
90
91
91
val log4jVersion: String by project
92
92
runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion " )
93
+ runtimeOnly(" org.apache.logging.log4j:log4j-api:$log4jVersion " )
94
+ runtimeOnly(" org.apache.logging.log4j:log4j-jul:$log4jVersion " )
93
95
94
96
val radarSchemasVersion: String by project
95
97
testImplementation(" org.radarbase:radar-schemas-commons:$radarSchemasVersion " )
@@ -114,6 +116,10 @@ dependencies {
114
116
115
117
application {
116
118
mainClass.set(" org.radarbase.output.Application" )
119
+ applicationDefaultJvmArgs = listOf (
120
+ " -Djava.security.egd=file:/dev/./urandom" ,
121
+ " -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager" ,
122
+ )
117
123
}
118
124
119
125
distributions {
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
- kotlinVersion =1.6.20
4
- dokkaVersion =1.6.10
5
- dockerComposeVersion =0.15.2
3
+ kotlinVersion =1.6.21
4
+ dokkaVersion =1.6.21
5
+ dockerComposeVersion =0.16.4
6
6
dependencyUpdateVersion =0.42.0
7
7
nexusPublishVersion =1.1.0
8
8
jsoupVersion =1.14.3
@@ -12,16 +12,16 @@ snappyVersion=1.1.8.4
12
12
jacksonVersion =2.13.2.20220328
13
13
jCommanderVersion =1.82
14
14
almworksVersion =1.1.2
15
- minioVersion =8.3.8
15
+ minioVersion =8.4.0
16
16
guavaVersion =31.1-jre
17
17
opencsvVersion =5.6
18
18
okhttpVersion =4.9.3
19
- jedisVersion =4.2.1
19
+ jedisVersion =4.2.3
20
20
slf4jVersion =1.7.36
21
21
log4jVersion =2.17.2
22
- azureStorageVersion =12.15 .0
23
- nettyVersion =4.1.75 .Final
22
+ azureStorageVersion =12.16 .0
23
+ nettyVersion =4.1.77 .Final
24
24
25
25
junitVersion =5.8.2
26
26
mockitoKotlinVersion =4.0.0
27
- radarSchemasVersion =0.7.8
27
+ radarSchemasVersion =0.7.9
You can’t perform that action at this time.
0 commit comments