Skip to content

Commit a06ed26

Browse files
committed
Update minor versions for dependencies
1 parent dc7819d commit a06ed26

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

gradle/dependencies.gradle

+17-17
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,32 @@ 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
commonsValidator: "1.7",
6565
dropwizardMetrics: "4.1.12.1",
6666
gradle: "8.1.1",
6767
grgit: "4.1.1",
68-
httpclient: "4.5.13",
68+
httpclient: "4.5.14",
6969
easymock: "4.3",
70-
jackson: "2.13.4",
71-
jacksonDatabind: "2.13.4.2",
72-
jacoco: "0.8.8",
73-
javassist: "3.27.0-GA",
74-
jetty: "9.4.48.v20220622",
75-
jersey: "2.34",
76-
jline: "3.21.0",
70+
jackson: "2.13.5",
71+
jacksonDatabind: "2.13.5",
72+
jacoco: "0.8.10",
73+
javassist: "3.29.2-GA",
74+
jetty: "9.4.51.v20230217",
75+
jersey: "2.39.1",
76+
jline: "3.22.0",
7777
jmh: "1.36",
7878
hamcrest: "2.2",
7979
scalaLogging: "3.9.4",
8080
jaxAnnotation: "1.3.2",
81-
jaxb: "2.3.0",
81+
jaxb: "2.3.1",
8282
jaxrs: "2.1.1",
8383
jfreechart: "1.0.0",
8484
jopt: "5.0.4",
8585
jose4j: "0.7.9",
86-
junit: "5.9.2",
86+
junit: "5.9.3",
8787
jqwik: "1.7.2",
8888
kafka_0100: "0.10.0.1",
8989
kafka_0101: "0.10.1.1",
@@ -107,20 +107,20 @@ versions += [
107107
lz4: "1.8.0",
108108
mavenArtifact: "3.8.4",
109109
metrics: "2.2.0",
110-
mockito: "4.9.0",
111-
netty: "4.1.86.Final",
110+
mockito: "4.11.0",
111+
netty: "4.1.92.Final",
112112
pcollections: "4.0.1",
113113
powermock: "2.0.9",
114114
reflections: "0.9.12",
115-
reload4j: "1.2.19",
115+
reload4j: "1.2.25",
116116
rocksDB: "7.1.2",
117-
scalaCollectionCompat: "2.6.0",
117+
scalaCollectionCompat: "2.10.0",
118118
// When updating the scalafmt version please also update the version field in checkstyle/.scalafmt.conf. scalafmt now
119119
// has the version field as mandatory in its configuration, see
120120
// https://github.com/scalameta/scalafmt/releases/tag/v3.1.0.
121121
scalafmt: "3.5.9",
122122
scalaJava8Compat : "1.0.2",
123-
scoverage: "1.4.11",
123+
scoverage: "1.9.3",
124124
slf4j: "1.7.36",
125125
snappy: "1.1.9.1",
126126
spotbugs: "4.7.3",
@@ -142,7 +142,7 @@ libs += [
142142
apachedsMavibotPartition: "org.apache.directory.server:apacheds-mavibot-partition:$versions.apacheds",
143143
apachedsJdbmPartition: "org.apache.directory.server:apacheds-jdbm-partition:$versions.apacheds",
144144
argparse4j: "net.sourceforge.argparse4j:argparse4j:$versions.argparse4j",
145-
bcpkix: "org.bouncycastle:bcpkix-jdk15on:$versions.bcpkix",
145+
bcpkix: "org.bouncycastle:bcpkix-jdk18on:$versions.bcpkix",
146146
commonsCli: "commons-cli:commons-cli:$versions.commonsCli",
147147
commonsValidator: "commons-validator:commons-validator:$versions.commonsValidator",
148148
easymock: "org.easymock:easymock:$versions.easymock",

0 commit comments

Comments
 (0)