From 2f6a4a9fa279bceab3b09174e0656fc6eec1c4e1 Mon Sep 17 00:00:00 2001 From: Joseph Zuniga-Daly Date: Thu, 14 Sep 2023 09:41:02 +0100 Subject: [PATCH] Revert "CORE-16786: Update pf4j to 3.10 (#192)" (#193) This reverts commit bdf7c8a2dfd25c0eaa93c98b3b152d3365b32453. 3.10 pulls in slf4j 2.0, need to consider the effect of this change. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 94c7e60..e3df27e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ kotlin.stdlib.default.dependency=false cliHostVersion=5.1.0 # PF4J -pf4jVersion=3.10.0 +pf4jVersion=3.9.0 kotlinVersion=1.8.21