Skip to content

Commit 8882010

Browse files
committed
update dependencies
1 parent 8ad9382 commit 8882010

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

jcp/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -131,28 +131,28 @@
131131
<dependency>
132132
<groupId>org.apache.maven.shared</groupId>
133133
<artifactId>file-management</artifactId>
134-
<version>1.2.1</version>
134+
<version>3.0.0</version>
135135
<scope>provided</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>commons-io</groupId>
139139
<artifactId>commons-io</artifactId>
140-
<version>2.8.0</version>
140+
<version>2.11.0</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.apache.commons</groupId>
144144
<artifactId>commons-text</artifactId>
145-
<version>1.6</version>
145+
<version>1.9</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>commons-codec</groupId>
149149
<artifactId>commons-codec</artifactId>
150-
<version>1.11</version>
150+
<version>1.15</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>xerces</groupId>
154154
<artifactId>xercesImpl</artifactId>
155-
<version>2.12.0</version>
155+
<version>2.12.1</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>xalan</groupId>
@@ -167,7 +167,7 @@
167167
<dependency>
168168
<groupId>org.projectlombok</groupId>
169169
<artifactId>lombok</artifactId>
170-
<version>1.18.20</version>
170+
<version>1.18.22</version>
171171
<scope>provided</scope>
172172
</dependency>
173173
<dependency>

0 commit comments

Comments
 (0)