Skip to content

Commit fa5ca02

Browse files
divijvaidyashowuon
authored andcommitted
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 <[email protected]>
1 parent 1f792a8 commit fa5ca02

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

gradle/dependencies.gradle

+16-16
Original file line numberDiff line numberDiff line change
@@ -58,31 +58,31 @@ versions += [
5858
apacheda: "1.0.2",
5959
apacheds: "2.0.0-M24",
6060
argparse4j: "0.7.0",
61-
bcpkix: "1.70",
61+
bcpkix: "1.73",
6262
checkstyle: "8.36.2",
6363
commonsCli: "1.4",
6464
dropwizardMetrics: "4.1.12.1",
6565
gradle: "8.0.2",
6666
grgit: "4.1.1",
67-
httpclient: "4.5.13",
67+
httpclient: "4.5.14",
6868
easymock: "4.3",
69-
jackson: "2.13.4",
70-
jacksonDatabind: "2.13.4.2",
71-
jacoco: "0.8.8",
72-
javassist: "3.27.0-GA",
73-
jetty: "9.4.48.v20220622",
74-
jersey: "2.34",
75-
jline: "3.21.0",
69+
jackson: "2.13.5",
70+
jacksonDatabind: "2.13.5",
71+
jacoco: "0.8.10",
72+
javassist: "3.29.2-GA",
73+
jetty: "9.4.51.v20230217",
74+
jersey: "2.39.1",
75+
jline: "3.22.0",
7676
jmh: "1.36",
7777
hamcrest: "2.2",
7878
scalaLogging: "3.9.4",
7979
jaxAnnotation: "1.3.2",
80-
jaxb: "2.3.0",
80+
jaxb: "2.3.1",
8181
jaxrs: "2.1.1",
8282
jfreechart: "1.0.0",
8383
jopt: "5.0.4",
8484
jose4j: "0.7.9",
85-
junit: "5.9.2",
85+
junit: "5.9.3",
8686
jqwik: "1.7.2",
8787
kafka_0100: "0.10.0.1",
8888
kafka_0101: "0.10.1.1",
@@ -107,18 +107,18 @@ versions += [
107107
mavenArtifact: "3.8.4",
108108
metrics: "2.2.0",
109109
mockito: "4.9.0",
110-
netty: "4.1.86.Final",
110+
netty: "4.1.92.Final",
111111
powermock: "2.0.9",
112112
reflections: "0.9.12",
113-
reload4j: "1.2.19",
113+
reload4j: "1.2.25",
114114
rocksDB: "7.1.2",
115-
scalaCollectionCompat: "2.6.0",
115+
scalaCollectionCompat: "2.10.0",
116116
// When updating the scalafmt version please also update the version field in checkstyle/.scalafmt.conf. scalafmt now
117117
// has the version field as mandatory in its configuration, see
118118
// https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
119119
scalafmt: "3.5.9",
120120
scalaJava8Compat : "1.0.2",
121-
scoverage: "1.4.11",
121+
scoverage: "1.9.3",
122122
slf4j: "1.7.36",
123123
snappy: "1.1.9.1",
124124
spotbugs: "4.7.3",
@@ -140,7 +140,7 @@ libs += [
140140
apachedsMavibotPartition: "org.apache.directory.server:apacheds-mavibot-partition:$versions.apacheds",
141141
apachedsJdbmPartition: "org.apache.directory.server:apacheds-jdbm-partition:$versions.apacheds",
142142
argparse4j: "net.sourceforge.argparse4j:argparse4j:$versions.argparse4j",
143-
bcpkix: "org.bouncycastle:bcpkix-jdk15on:$versions.bcpkix",
143+
bcpkix: "org.bouncycastle:bcpkix-jdk18on:$versions.bcpkix",
144144
commonsCli: "commons-cli:commons-cli:$versions.commonsCli",
145145
easymock: "org.easymock:easymock:$versions.easymock",
146146
jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:$versions.jackson",

0 commit comments

Comments
 (0)