Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Copy link
Member Author

@divijvaidya divijvaidya May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, reviewers, this changes the version of bouncycaste which is compatible from JDK 1.8 onwards instead of earlier JDK 1.5.

commonsCli: "commons-cli:commons-cli:$versions.commonsCli",
commonsValidator: "commons-validator:commons-validator:$versions.commonsValidator",
easymock: "org.easymock:easymock:$versions.easymock",
Expand Down