Skip to content

Commit eecaca5

Browse files
committed
JPERF-570: Harvest log4j fix from jvm-tasks:1.2.4
It only cleans up local locks. It has no bearing on the POM.
1 parent 2c12ecb commit eecaca5

14 files changed

Lines changed: 14 additions & 29 deletions

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ configurations.all {
1616
eachDependency {
1717
when (requested.module.toString()) {
1818
"org.jetbrains:annotations" -> useVersion("15.0")
19-
// conflict between jvm-tasks and sshj
19+
// conflict between testcontainers, ssh-ubuntu and sshj
2020
"org.slf4j:slf4j-api" -> useVersion("1.7.25")
2121
}
2222
when (requested.group) {

gradle/dependency-locks/apiDependenciesMetadata.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/compile.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/compileClasspath.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/default.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/implementationDependenciesMetadata.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/runtime.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/runtimeClasspath.lockfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.hierynomus:sshj:0.23.0
77
com.jcraft:jzlib:1.1.3
88
net.i2p.crypto:eddsa:0.2.0
99
org.apache.logging.log4j:log4j-api:2.20.0
10-
org.apache.logging.log4j:log4j-core:2.20.0
11-
org.apache.logging.log4j:log4j-slf4j-impl:2.20.0
1210
org.bouncycastle:bcpkix-jdk15on:1.56
1311
org.bouncycastle:bcprov-jdk15on:1.56
1412
org.glassfish:javax.json:1.1

gradle/dependency-locks/testApiDependenciesMetadata.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.atlassian.performance.tools:ssh-ubuntu:0.1.0
77
com.hierynomus:sshj:0.23.0
88
com.jcraft:jzlib:1.1.3

gradle/dependency-locks/testCompile.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.atlassian.performance.tools:io:1.2.0
5-
com.atlassian.performance.tools:jvm-tasks:1.2.3
5+
com.atlassian.performance.tools:jvm-tasks:1.2.4
66
com.atlassian.performance.tools:ssh-ubuntu:0.1.0
77
com.hierynomus:sshj:0.23.0
88
com.jcraft:jzlib:1.1.3

0 commit comments

Comments
 (0)