Skip to content

Commit 9fd93b1

Browse files
committed
Bump all dependencies whenever possible.
Update all dependencies and plugins. We keep the Jackson libraries at 2.12.2 however, for compatibility with the OWLAPI and ROBOT.
1 parent 8d1e69f commit 9fd93b1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>info.picocli</groupId>
2727
<artifactId>picocli</artifactId>
28-
<version>4.7.6</version>
28+
<version>4.7.7</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>commons-io</groupId>
3232
<artifactId>commons-io</artifactId>
33-
<version>2.16.1</version>
33+
<version>2.19.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.slf4j</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.projectlombok</groupId>
4141
<artifactId>lombok</artifactId>
42-
<version>1.18.36</version>
42+
<version>1.18.38</version>
4343
</dependency>
4444
</dependencies>
4545
<executions>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-engine</artifactId>
64-
<version>5.12.0</version>
64+
<version>5.13.0-M3</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>commons-io</groupId>
6969
<artifactId>commons-io</artifactId>
70-
<version>2.18.0</version>
70+
<version>2.19.0</version>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>
@@ -104,20 +104,20 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-compiler-plugin</artifactId>
107-
<version>3.13.0</version>
107+
<version>3.14.0</version>
108108
<configuration>
109109
<release>11</release>
110110
</configuration>
111111
</plugin>
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-project-info-reports-plugin</artifactId>
115-
<version>3.7.0</version>
115+
<version>3.9.0</version>
116116
</plugin>
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-javadoc-plugin</artifactId>
120-
<version>3.10.0</version>
120+
<version>3.11.2</version>
121121
<executions>
122122
<execution>
123123
<id>attach-javadocs</id>
@@ -154,7 +154,7 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-gpg-plugin</artifactId>
157-
<version>3.2.5</version>
157+
<version>3.2.7</version>
158158
<executions>
159159
<execution>
160160
<id>sign-artifacts</id>
@@ -179,7 +179,7 @@
179179
<plugin>
180180
<groupId>org.apache.maven.plugins</groupId>
181181
<artifactId>maven-surefire-plugin</artifactId>
182-
<version>3.5.0</version>
182+
<version>3.5.3</version>
183183
</plugin>
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
@@ -193,15 +193,15 @@
193193
<plugins>
194194
<plugin>
195195
<artifactId>maven-project-info-reports-plugin</artifactId>
196-
<version>3.7.0</version>
196+
<version>3.9.0</version>
197197
<reportSets>
198198
<reportSet />
199199
</reportSets>
200200
</plugin>
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-javadoc-plugin</artifactId>
204-
<version>3.10.0</version>
204+
<version>3.11.2</version>
205205
<reportSets>
206206
<reportSet>
207207
<id>aggregate</id>

robot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>org.obolibrary.robot</groupId>
2727
<artifactId>robot-command</artifactId>
28-
<version>1.9.7</version>
28+
<version>1.9.8</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>ch.qos.logback</groupId>
3232
<artifactId>logback-classic</artifactId>
33-
<version>1.5.6</version>
33+
<version>1.5.18</version>
3434
</dependency>
3535
</dependencies>
3636

0 commit comments

Comments
 (0)