Skip to content

Commit 7897d87

Browse files
authored
Merge pull request #4546 from inception-project/refactoring/4545-Upgrade-dependencies
#4545 - Upgrade dependencies
2 parents 5673a26 + d1e2995 commit 7897d87

File tree

20 files changed

+14633
-7683
lines changed

20 files changed

+14633
-7683
lines changed

inception/inception-brat-editor/src/main/ts_template/package-lock.json

+1,473-715
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inception/inception-dependencies/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
<dependency>
510510
<groupId>commons-logging</groupId>
511511
<artifactId>commons-logging</artifactId>
512-
<version>1.2</version>
512+
<version>1.3.0</version>
513513
</dependency>
514514

515515
<!-- Jena -->
@@ -684,7 +684,7 @@
684684
<dependency>
685685
<groupId>org.javassist</groupId>
686686
<artifactId>javassist</artifactId>
687-
<version>3.29.2-GA</version>
687+
<version>3.30.2-GA</version>
688688
</dependency>
689689
<dependency>
690690
<groupId>net.bytebuddy</groupId>
@@ -1002,7 +1002,7 @@
10021002
<dependency>
10031003
<groupId>org.apache.commons</groupId>
10041004
<artifactId>commons-compress</artifactId>
1005-
<version>1.25.0</version>
1005+
<version>1.26.0</version>
10061006
</dependency>
10071007
<dependency>
10081008
<groupId>commons-codec</groupId>
@@ -1012,7 +1012,7 @@
10121012
<dependency>
10131013
<groupId>commons-validator</groupId>
10141014
<artifactId>commons-validator</artifactId>
1015-
<version>1.7</version>
1015+
<version>1.8.0</version>
10161016
</dependency>
10171017
<dependency>
10181018
<groupId>com.github.ben-manes.caffeine</groupId>

0 commit comments

Comments
 (0)