Skip to content

Commit 414ad36

Browse files
authored
GH-5035 update version of mapdb and dependency manage kerby to 1.1.1 since this one has good enough license info for ClearlyDefined (#5036)
2 parents 1749af8 + 9aaaf91 commit 414ad36

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

core/collection-factory/mapdb3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.mapdb</groupId>
2929
<artifactId>mapdb</artifactId>
30-
<version>3.0.9</version>
30+
<version>3.1.0</version>
3131
<exclusions>
3232
<exclusion>
3333
<groupId>net.jpountz.lz4</groupId>

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,22 @@
622622
<artifactId>hasmac-json-ld</artifactId>
623623
<version>0.9.0</version>
624624
</dependency>
625+
<!-- kerby is used by solr-->
626+
<dependency>
627+
<groupId>org.apache.kerby</groupId>
628+
<artifactId>kerb-core</artifactId>
629+
<version>1.1.1</version>
630+
</dependency>
631+
<dependency>
632+
<groupId>org.apache.kerby</groupId>
633+
<artifactId>kerb-util</artifactId>
634+
<version>1.1.1</version>
635+
</dependency>
636+
<dependency>
637+
<groupId>org.apache.kerby</groupId>
638+
<artifactId>kerby-pkix</artifactId>
639+
<version>1.1.1</version>
640+
</dependency>
625641
</dependencies>
626642
</dependencyManagement>
627643
<build>

0 commit comments

Comments
 (0)