Skip to content

Commit c4c1a4d

Browse files
fix(deps): update all dependencies
1 parent de8a504 commit c4c1a4d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

dc-model-jackson/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,33 @@
1717
<dependency>
1818
<groupId>com.google.guava</groupId>
1919
<artifactId>guava</artifactId>
20-
<version>33.2.1-jre</version>
20+
<version>33.4.8-jre</version>
2121
<scope>test</scope>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.fasterxml.jackson.core</groupId>
2525
<artifactId>jackson-annotations</artifactId>
26-
<version>2.17.2</version>
26+
<version>2.19.1</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.fasterxml.jackson.core</groupId>
3030
<artifactId>jackson-core</artifactId>
31-
<version>2.17.2</version>
31+
<version>2.19.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.fasterxml.jackson.core</groupId>
3535
<artifactId>jackson-databind</artifactId>
36-
<version>2.17.2</version>
36+
<version>2.19.1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.datatype</groupId>
4040
<artifactId>jackson-datatype-jdk8</artifactId>
41-
<version>2.17.2</version>
41+
<version>2.19.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.datatype</groupId>
4545
<artifactId>jackson-datatype-jsr310</artifactId>
46-
<version>2.17.2</version>
46+
<version>2.19.1</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>commons-beanutils</groupId>
@@ -69,12 +69,12 @@
6969
<dependency>
7070
<groupId>org.slf4j</groupId>
7171
<artifactId>slf4j-api</artifactId>
72-
<version>2.0.13</version>
72+
<version>2.0.17</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.slf4j</groupId>
7676
<artifactId>slf4j-simple</artifactId>
77-
<version>2.0.13</version>
77+
<version>2.0.17</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>

dc-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>commons-io</groupId>
1919
<artifactId>commons-io</artifactId>
20-
<version>2.16.1</version>
20+
<version>2.19.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>javax.validation</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
<dependency>
7878
<groupId>org.projectlombok</groupId>
7979
<artifactId>lombok</artifactId>
80-
<version>1.18.34</version>
80+
<version>1.18.38</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.wikidata.wdtk</groupId>
8484
<artifactId>wdtk-datamodel</artifactId>
85-
<version>0.14.7</version>
85+
<version>0.16.0</version>
8686
</dependency>
8787
</dependencies>
8888
</dependencyManagement>

0 commit comments

Comments
 (0)