diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-07 08:07:04 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-07 08:07:04 -0500 |
commit | 9a2a4bc6e704704626c1dc5f90109477f5bf106a (patch) | |
tree | 158d69100b4b34fb9f5f0f71341151ed86f29d79 /springboot/springboot25/pom.xml | |
parent | 84720e5c88adf1b1a0f23f3e0cf04de31d5957e8 (diff) |
Update springboot 2.5.10 dependencies
Update dependencies for springboot 2.5.10
Issue-ID: CCSDK-3585
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iaef2b462dcc687d6e8b4b44ba33f278f4eccd3a1
Diffstat (limited to 'springboot/springboot25/pom.xml')
-rw-r--r-- | springboot/springboot25/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index 603512e0..9fa93128 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -116,12 +116,12 @@ <!-- Managed dependency versions --> <antlr.version>4.8-1</antlr.version> <commons.lang.version>2.6</commons.lang.version> - <apache.httpcomponents.core.version>4.4.14</apache.httpcomponents.core.version> + <apache.httpcomponents.core.version>4.4.15</apache.httpcomponents.core.version> <apache.httpcomponents.client.version>4.5.13</apache.httpcomponents.client.version> <derby.version>10.14.2.0</derby.version> <eelf.version>1.0.0</eelf.version> <grpc.version>1.25.0</grpc.version> - <netty-ssl>2.0.40.Final</netty-ssl> + <netty-ssl>2.0.50.Final</netty-ssl> <protobuff.java.version>3.10.0</protobuff.java.version> <protobuff.java.utils.version>3.10.0</protobuff.java.utils.version> <jersey.version>2.33</jersey.version> @@ -129,13 +129,13 @@ <jettison.version>1.3.8</jettison.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <logback.version>1.2.3</logback.version> + <logback.version>1.2.10</logback.version> <mariadb.connector.version>2.7.3</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> - <slf4j.version>1.7.32</slf4j.version> + <slf4j.version>1.7.36</slf4j.version> <springfox.version>3.0.0</springfox.version> <testng.version>6.14.3</testng.version> - <tomcat-jdbc.version>9.0.50</tomcat-jdbc.version> + <tomcat-jdbc.version>9.0.58</tomcat-jdbc.version> <dependency-list.file>direct-dependencies.txt</dependency-list.file> </properties> @@ -154,7 +154,7 @@ <dependency> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> - <version>2.12.4</version> + <version>2.12.6</version> <type>pom</type> <scope>import</scope> </dependency> |