Skip to content

Commit c3fd1e3

Browse files
committed
Update all dependencies
1 parent 6eab8c3 commit c3fd1e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependencies {
154154
jmh 'org.openjdk.jmh:jmh-generator-annprocess:latest.release' // for IntelliJ
155155

156156
components.all { ComponentMetadataDetails details ->
157-
if (details.id.version =~ /(?i).+([-.])(CANDIDATE|RC|BETA|ALPHA).*/) {
157+
if (details.id.version =~ /(?i).+(-|\.)(CANDIDATE|RC|BETA|ALPHA|PR|M\d+).*/) {
158158
details.status = 'milestone'
159159
}
160160
}

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:5.0.4=classpath
5-
de.undercouch:gradle-download-task:5.0.4=classpath
4+
de.undercouch.download:de.undercouch.download.gradle.plugin:5.1.0=classpath
5+
de.undercouch:gradle-download-task:5.1.0=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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.11=jmhRuntimeClasspath,testRuntimeClasspath
55
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
6+
net.bytebuddy:byte-buddy-agent:1.12.9=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
net.bytebuddy:byte-buddy:1.12.9=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
88
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
99
nl.jqno.equalsverifier:equalsverifier:3.10=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1010
org.apache.commons:commons-compress:1.21=jmh,jmhCompileClasspath,jmhRuntimeClasspath
@@ -21,7 +21,7 @@ org.junit.jupiter:junit-jupiter-params:5.8.2=jmhRuntimeClasspath,testCompileClas
2121
org.junit.platform:junit-platform-commons:1.8.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
2222
org.junit.platform:junit-platform-engine:1.8.2=jmhRuntimeClasspath,testRuntimeClasspath
2323
org.junit:junit-bom:5.8.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
org.mockito:mockito-core:4.5.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
2525
org.objenesis:objenesis:3.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
2626
org.openjdk.jmh:jmh-core:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2727
org.openjdk.jmh:jmh-generator-annprocess:1.35=jmh,jmhCompileClasspath,jmhRuntimeClasspath

0 commit comments

Comments
 (0)