Skip to content

Commit c29a5c2

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

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

dc-model-jackson/pom.xml

Lines changed: 9 additions & 9 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.5.0-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.20</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.20.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.20.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.20.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.20.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>
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-resources-plugin</artifactId>
104-
<version>3.3.1</version>
104+
<version>3.4.0</version>
105105
<configuration>
106106
<delimiters>
107107
<delimiter>@</delimiter>

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.21.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>javax.validation</groupId>

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,22 @@
6767
<dependency>
6868
<groupId>org.assertj</groupId>
6969
<artifactId>assertj-core</artifactId>
70-
<version>3.27.3</version>
70+
<version>3.27.6</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.junit.jupiter</groupId>
7474
<artifactId>junit-jupiter</artifactId>
75-
<version>5.13.1</version>
75+
<version>5.14.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.projectlombok</groupId>
7979
<artifactId>lombok</artifactId>
80-
<version>1.18.34</version>
80+
<version>1.18.42</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.17.0</version>
8686
</dependency>
8787
</dependencies>
8888
</dependencyManagement>
@@ -104,15 +104,15 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-compiler-plugin</artifactId>
107-
<version>3.14.0</version>
107+
<version>3.14.1</version>
108108
<configuration>
109109
<showDeprecation>true</showDeprecation>
110110
</configuration>
111111
</plugin>
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-javadoc-plugin</artifactId>
115-
<version>3.11.2</version>
115+
<version>3.12.0</version>
116116
<executions>
117117
<execution>
118118
<id>attach-javadocs</id>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-source-plugin</artifactId>
132-
<version>3.3.1</version>
132+
<version>3.4.0</version>
133133
<executions>
134134
<execution>
135135
<id>attach-sources</id>
@@ -146,12 +146,12 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-surefire-plugin</artifactId>
149-
<version>3.5.3</version>
149+
<version>3.5.4</version>
150150
</plugin>
151151
<plugin>
152152
<groupId>org.jacoco</groupId>
153153
<artifactId>jacoco-maven-plugin</artifactId>
154-
<version>0.8.13</version>
154+
<version>0.8.14</version>
155155
<executions>
156156
<execution>
157157
<id>pre-unit-test</id>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.sonatype.central</groupId>
172172
<artifactId>central-publishing-maven-plugin</artifactId>
173-
<version>0.8.0</version>
173+
<version>0.9.0</version>
174174
<extensions>true</extensions>
175175
<configuration>
176176
<publishingServerId>central</publishingServerId>
@@ -200,7 +200,7 @@
200200
<plugin>
201201
<groupId>org.jacoco</groupId>
202202
<artifactId>jacoco-maven-plugin</artifactId>
203-
<version>0.8.13</version>
203+
<version>0.8.14</version>
204204
</plugin>
205205
</plugins>
206206
</reporting>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-gpg-plugin</artifactId>
216-
<version>3.2.7</version>
216+
<version>3.2.8</version>
217217
<executions>
218218
<execution>
219219
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)