Skip to content

Commit b59efcc

Browse files
chore(deps): update all dependencies
1 parent 9ee2b2b commit b59efcc

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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.3.1-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.18.2</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.18.2</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.18.2</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.18.2</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.18.2</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.16</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.16</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>

dc-model-mappings/dc-model-html-mapping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.jsoup</groupId>
2828
<artifactId>jsoup</artifactId>
29-
<version>1.17.2</version>
29+
<version>1.18.2</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.junit.jupiter</groupId>

dc-model/pom.xml

Lines changed: 2 additions & 2 deletions
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.18.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>javax.validation</groupId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.springframework.security</groupId>
4343
<artifactId>spring-security-core</artifactId>
44-
<version>5.8.11</version>
44+
<version>5.8.16</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.wikidata.wdtk</groupId>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@
7373
<dependency>
7474
<groupId>org.junit.jupiter</groupId>
7575
<artifactId>junit-jupiter</artifactId>
76-
<version>5.11.0</version>
76+
<version>5.11.3</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.projectlombok</groupId>
8080
<artifactId>lombok</artifactId>
81-
<version>1.18.34</version>
81+
<version>1.18.36</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.wikidata.wdtk</groupId>
8585
<artifactId>wdtk-datamodel</artifactId>
86-
<version>0.14.7</version>
86+
<version>0.16.0</version>
8787
</dependency>
8888
</dependencies>
8989
</dependencyManagement>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>com.spotify.fmt</groupId>
9595
<artifactId>fmt-maven-plugin</artifactId>
96-
<version>2.23</version>
96+
<version>2.25</version>
9797
<executions>
9898
<execution>
9999
<goals>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-javadoc-plugin</artifactId>
116-
<version>3.7.0</version>
116+
<version>3.11.1</version>
117117
<executions>
118118
<execution>
119119
<id>attach-javadocs</id>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-surefire-plugin</artifactId>
150-
<version>3.3.0</version>
150+
<version>3.5.2</version>
151151
</plugin>
152152
<plugin>
153153
<groupId>org.jacoco</groupId>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-gpg-plugin</artifactId>
225-
<version>3.2.4</version>
225+
<version>3.2.7</version>
226226
<executions>
227227
<execution>
228228
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)