Skip to content

Commit 39b74dc

Browse files
committed
[pom] Remove UTF-8 BOM and update cglib to 3.2.2
1 parent 08c7f98 commit 39b74dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
Copyright 2009-2015 the original author or authors.
44
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>cglib</groupId>
191191
<artifactId>cglib</artifactId>
192-
<version>3.2.1</version>
192+
<version>3.2.2</version>
193193
<optional>true</optional>
194194
</dependency>
195195

0 commit comments

Comments
 (0)