Skip to content

Commit 4050e3a

Browse files
committed
Update all dependencies
1 parent 27e4b38 commit 4050e3a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

buildscript-gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
de.undercouch.download:de.undercouch.download.gradle.plugin:4.1.2=classpath
5-
de.undercouch:gradle-download-task:4.1.2=classpath
4+
de.undercouch.download:de.undercouch.download.gradle.plugin:5.0.2=classpath
5+
de.undercouch:gradle-download-task:5.0.2=classpath
66
me.champeau.gradle.jmh:me.champeau.gradle.jmh.gradle.plugin:0.5.3=classpath
77
me.champeau.gradle:jmh-gradle-plugin:0.5.3=classpath
88
net.sf.jopt-simple:jopt-simple:4.6=classpath

gradle.lockfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.2.7=jmhRuntimeClasspath,testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.2.7=jmhRuntimeClasspath,testRuntimeClasspath
6-
net.bytebuddy:byte-buddy-agent:1.11.19=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
net.bytebuddy:byte-buddy:1.11.19=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8-
net.sf.jopt-simple:jopt-simple:4.6=jmh,jmhCompileClasspath,jmhRuntimeClasspath
9-
nl.jqno.equalsverifier:equalsverifier:3.7.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.2.11=jmhRuntimeClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.2.11=jmhRuntimeClasspath,testRuntimeClasspath
6+
net.bytebuddy:byte-buddy-agent:1.12.8=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
net.bytebuddy:byte-buddy:1.12.8=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
9+
nl.jqno.equalsverifier:equalsverifier:3.10=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
org.apache.commons:commons-compress:1.21=jmh,jmhCompileClasspath,jmhRuntimeClasspath
1111
org.apache.commons:commons-math3:3.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath
1212
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
13-
org.assertj:assertj-core:3.21.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
org.assertj:assertj-core:3.22.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1414
org.jacoco:org.jacoco.agent:0.8.7=jacocoAgent,jacocoAnt
1515
org.jacoco:org.jacoco.ant:0.8.7=jacocoAnt
1616
org.jacoco:org.jacoco.core:0.8.7=jacocoAnt
1717
org.jacoco:org.jacoco.report:0.8.7=jacocoAnt
18-
org.junit.jupiter:junit-jupiter-api:5.8.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
org.junit.jupiter:junit-jupiter-engine:5.8.1=jmhRuntimeClasspath,testRuntimeClasspath
20-
org.junit.jupiter:junit-jupiter-params:5.8.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
org.junit.platform:junit-platform-commons:1.8.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
org.junit.platform:junit-platform-engine:1.8.1=jmhRuntimeClasspath,testRuntimeClasspath
23-
org.junit:junit-bom:5.8.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
org.mockito:mockito-core:4.0.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
org.objenesis:objenesis:3.2=jmhRuntimeClasspath,testRuntimeClasspath
26-
org.openjdk.jmh:jmh-core:1.33=jmh,jmhCompileClasspath,jmhRuntimeClasspath
27-
org.openjdk.jmh:jmh-generator-annprocess:1.33=jmh,jmhCompileClasspath,jmhRuntimeClasspath
18+
org.junit.jupiter:junit-jupiter-api:5.8.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
org.junit.jupiter:junit-jupiter-engine:5.8.2=jmhRuntimeClasspath,testRuntimeClasspath
20+
org.junit.jupiter:junit-jupiter-params:5.8.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
org.junit.platform:junit-platform-commons:1.8.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
org.junit.platform:junit-platform-engine:1.8.2=jmhRuntimeClasspath,testRuntimeClasspath
23+
org.junit:junit-bom:5.8.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
25+
org.objenesis:objenesis:3.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
org.openjdk.jmh:jmh-core:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath
27+
org.openjdk.jmh:jmh-generator-annprocess:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2828
org.openjdk.jmh:jmh-generator-asm:1.25=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2929
org.openjdk.jmh:jmh-generator-bytecode:1.25=jmh,jmhCompileClasspath,jmhRuntimeClasspath
3030
org.openjdk.jmh:jmh-generator-reflection:1.25=jmh,jmhCompileClasspath,jmhRuntimeClasspath
@@ -34,5 +34,5 @@ org.ow2.asm:asm-commons:9.1=jacocoAnt
3434
org.ow2.asm:asm-tree:9.1=jacocoAnt
3535
org.ow2.asm:asm:5.0.3=jmh,jmhCompileClasspath,jmhRuntimeClasspath
3636
org.ow2.asm:asm:9.1=jacocoAnt
37-
org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
org.slf4j:slf4j-api:1.7.36=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3838
empty=annotationProcessor,compileClasspath,jmhAnnotationProcessor,runtimeClasspath,signatures,testAnnotationProcessor

0 commit comments

Comments
 (0)