Browse Source

MINOR: Update dependencies (minor versions only) (#13673)

All dependency upgrades in the PR are minor upgrades with backward compatible changes. Note that no major version for dependencies have been changed to make it a low risk change. No code changes are required for any of these dependencies.

Reviewers: Luke Chen <showuon@gmail.com>
pull/13713/head
Divij Vaidya 2 years ago committed by GitHub
parent
commit
f578b38f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      gradle/dependencies.gradle

32
gradle/dependencies.gradle

@ -58,32 +58,32 @@ versions += [ @@ -58,32 +58,32 @@ versions += [
apacheda: "1.0.2",
apacheds: "2.0.0-M24",
argparse4j: "0.7.0",
bcpkix: "1.70",
bcpkix: "1.73",
checkstyle: "8.36.2",
commonsCli: "1.4",
commonsValidator: "1.7",
dropwizardMetrics: "4.1.12.1",
gradle: "8.1.1",
grgit: "4.1.1",
httpclient: "4.5.13",
httpclient: "4.5.14",
easymock: "4.3",
jackson: "2.13.4",
jacksonDatabind: "2.13.4.2",
jacoco: "0.8.8",
javassist: "3.27.0-GA",
jetty: "9.4.48.v20220622",
jersey: "2.34",
jline: "3.21.0",
jackson: "2.13.5",
jacksonDatabind: "2.13.5",
jacoco: "0.8.10",
javassist: "3.29.2-GA",
jetty: "9.4.51.v20230217",
jersey: "2.39.1",
jline: "3.22.0",
jmh: "1.36",
hamcrest: "2.2",
scalaLogging: "3.9.4",
jaxAnnotation: "1.3.2",
jaxb: "2.3.0",
jaxb: "2.3.1",
jaxrs: "2.1.1",
jfreechart: "1.0.0",
jopt: "5.0.4",
jose4j: "0.7.9",
junit: "5.9.2",
junit: "5.9.3",
jqwik: "1.7.2",
kafka_0100: "0.10.0.1",
kafka_0101: "0.10.1.1",
@ -108,19 +108,19 @@ versions += [ @@ -108,19 +108,19 @@ versions += [
mavenArtifact: "3.8.4",
metrics: "2.2.0",
mockito: "4.9.0",
netty: "4.1.86.Final",
netty: "4.1.92.Final",
pcollections: "4.0.1",
powermock: "2.0.9",
reflections: "0.9.12",
reload4j: "1.2.19",
reload4j: "1.2.25",
rocksDB: "7.1.2",
scalaCollectionCompat: "2.6.0",
scalaCollectionCompat: "2.10.0",
// When updating the scalafmt version please also update the version field in checkstyle/.scalafmt.conf. scalafmt now
// has the version field as mandatory in its configuration, see
// https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
scalafmt: "3.5.9",
scalaJava8Compat : "1.0.2",
scoverage: "1.4.11",
scoverage: "1.9.3",
slf4j: "1.7.36",
snappy: "1.1.9.1",
spotbugs: "4.7.3",
@ -142,7 +142,7 @@ libs += [ @@ -142,7 +142,7 @@ libs += [
apachedsMavibotPartition: "org.apache.directory.server:apacheds-mavibot-partition:$versions.apacheds",
apachedsJdbmPartition: "org.apache.directory.server:apacheds-jdbm-partition:$versions.apacheds",
argparse4j: "net.sourceforge.argparse4j:argparse4j:$versions.argparse4j",
bcpkix: "org.bouncycastle:bcpkix-jdk15on:$versions.bcpkix",
bcpkix: "org.bouncycastle:bcpkix-jdk18on:$versions.bcpkix",
commonsCli: "commons-cli:commons-cli:$versions.commonsCli",
commonsValidator: "commons-validator:commons-validator:$versions.commonsValidator",
easymock: "org.easymock:easymock:$versions.easymock",

Loading…
Cancel
Save