Skip to content

Commit 7149763

Browse files
committed
bump pf4j from 2.5.0 to 3.10.0
1 parent f7a3711 commit 7149763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

framework/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ dependencies {
5757
compileOnly group: 'javax.portlet', name: 'portlet-api', version: '3.0.1'
5858

5959
implementation "io.vavr:vavr:0.9.2"
60-
implementation group: 'org.pf4j', name: 'pf4j', version: '2.5.0'
60+
implementation (group: 'org.pf4j', name: 'pf4j', version: '3.10.0') {
61+
exclude group: "org.slf4j", module: "slf4j-api"
62+
}
6163

6264
testImplementation group: 'org.springframework', name: 'spring-test', version: '5.2.0.RELEASE'
6365
testImplementation group: 'org.springframework', name: 'spring-web', version: '5.2.0.RELEASE'

0 commit comments

Comments
 (0)