Skip to content

Commit e82098f

Browse files
committed
♻️ Update dependencies and versions in POM files
1 parent 7b35d65 commit e82098f

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

commons/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
@@ -43,6 +45,10 @@
4345
<groupId>com.github.ben-manes.caffeine</groupId>
4446
<artifactId>caffeine</artifactId>
4547
</dependency>
48+
<dependency>
49+
<groupId>org.checkerframework</groupId>
50+
<artifactId>checker-qual</artifactId>
51+
</dependency>
4652
<dependency>
4753
<groupId>org.yaml</groupId>
4854
<artifactId>snakeyaml</artifactId>
@@ -115,7 +121,8 @@
115121
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
116122
<emptyLineAfterHeader>true</emptyLineAfterHeader>
117123
<skipUpdateLicense>${skipUpdateLicense}</skipUpdateLicense>
118-
<processStartTag>========================LICENSE_START=================================</processStartTag>
124+
<processStartTag>
125+
========================LICENSE_START=================================</processStartTag>
119126
<processEndTag>=========================LICENSE_END==================================</processEndTag>
120127
<roots>
121128
<root>src/main/java</root>

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,12 @@
212212
<dependency>
213213
<groupId>com.google.guava</groupId>
214214
<artifactId>guava</artifactId>
215-
<version>33.4.0-jre</version>
215+
<version>33.4.8-jre</version>
216+
</dependency>
217+
<dependency>
218+
<groupId>org.checkerframework</groupId>
219+
<artifactId>checker-qual</artifactId>
220+
<version>3.49.3</version>
216221
</dependency>
217222
<dependency>
218223
<groupId>com.github.ben-manes.caffeine</groupId>
@@ -267,7 +272,7 @@
267272
<dependency>
268273
<groupId>org.fusesource.jansi</groupId>
269274
<artifactId>jansi</artifactId>
270-
<version>2.4.1</version>
275+
<version>2.4.2</version>
271276
</dependency>
272277
<dependency>
273278
<groupId>com.github.everit-org.json-schema</groupId>
@@ -302,7 +307,7 @@
302307
<dependency>
303308
<groupId>info.picocli</groupId>
304309
<artifactId>picocli</artifactId>
305-
<version>4.7.6</version>
310+
<version>4.7.7</version>
306311
</dependency>
307312
<dependency>
308313
<groupId>io.github.classgraph</groupId>

0 commit comments

Comments
 (0)