Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit c97c03c

Browse files
committed
Upgrade commons-beanutils fix jooby-project#1133
1 parent 6ff6374 commit c97c03c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/jooby-assets-less4j/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<artifactId>jcl-over-slf4j</artifactId>
4646
</dependency>
4747

48+
<dependency>
49+
<groupId>commons-beanutils</groupId>
50+
<artifactId>commons-beanutils</artifactId>
51+
<version>1.9.3</version>
52+
</dependency>
53+
4854
<!-- Less -->
4955
<dependency>
5056
<groupId>com.github.sommeri</groupId>

0 commit comments

Comments
 (0)