diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -24,11 +24,11 @@ <egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend> <eaaf-core.version>1.1.17</eaaf-core.version> - <spring-boot-starter-web.version>2.5.4</spring-boot-starter-web.version> - <spring-boot-admin-starter-client.version>2.5.1</spring-boot-admin-starter-client.version> - <org.springframework.version>5.3.10</org.springframework.version> - <org.thymeleaf-spring5.version>3.0.12.RELEASE</org.thymeleaf-spring5.version> - <cxf.version>3.4.4</cxf.version> + <spring-boot-starter-web.version>2.5.7</spring-boot-starter-web.version> + <spring-boot-admin-starter-client.version>2.5.4</spring-boot-admin-starter-client.version> + <org.springframework.version>5.3.13</org.springframework.version> + <org.thymeleaf-spring5.version>3.0.14.RELEASE</org.thymeleaf-spring5.version> + <cxf.version>3.4.5</cxf.version> <eidas-ref.version>2.5.0</eidas-ref.version> @@ -36,8 +36,11 @@ <org.apache.commons-text.version>1.9</org.apache.commons-text.version> <commons-collections4.version>4.4</commons-collections4.version> <com.google.guava.version>30.1.1-jre</com.google.guava.version> - <joda-time.version>2.10.10</joda-time.version> + <joda-time.version>2.10.13</joda-time.version> + <org.slf4j.version>1.7.30</org.slf4j.version> + <log4j.version>2.15.0</log4j.version> + <jackson-datatype-jsr310.version>2.12.5</jackson-datatype-jsr310.version> <!-- org.xerial.sqlite-jdbc.version>3.34.0</org.xerial.sqlite-jdbc.version --> @@ -250,6 +253,11 @@ <version>${org.slf4j.version}</version> </dependency> <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-to-slf4j</artifactId> + <version>${log4j.version}</version> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${org.apache.commons-lang3.version}</version> |