You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/03/22 21:57:47 UTC

[directory-fortress-realm] branch master updated: FC-309 - Dependency upgrades

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-realm.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c5c23b  FC-309 - Dependency upgrades
5c5c23b is described below

commit 5c5c23bf2331cf724f5dc3fe87c7c3fbf4c27b57
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Tue Mar 22 16:57:43 2022 -0500

    FC-309 - Dependency upgrades
---
 pom.xml       | 4 ++--
 proxy/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a1434be..c2e1987 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,8 +100,8 @@
     <findbugs.annotation.version>1.0.0</findbugs.annotation.version>
     <junit-addons.version>0.1</junit-addons.version>
     <skin.version>1.0.2</skin.version>
-    <slf4j.api.version>1.7.29</slf4j.api.version>
-    <slf4j.impl.version>2.15.0</slf4j.impl.version>
+    <slf4j.api.version>1.7.36</slf4j.api.version>
+    <slf4j.impl.version>2.17.2</slf4j.impl.version>
     <tomcat.catalina.version>9.0.48</tomcat.catalina.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
   </properties>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 260a10c..5076836 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.apache.tomcat</groupId>
       <artifactId>tomcat-catalina</artifactId>
-      <version>9.0.48</version>
+      <version>${tomcat.catalina.version}</version>
     </dependency>
   </dependencies>