diff options
| author | reger <reger18@arcor.de> | 2018-05-20 21:51:41 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2018-05-20 21:51:41 +0200 |
| commit | d5af160e6013a37a9fbc4622634332c33dd1ae84 (patch) | |
| tree | b30f9740139b934b9bb9703ea94e469a50b1d201 | |
| parent | 65854bcb224633ac0a844c213bc3ec74756d5556 (diff) | |
upd to slf4j-1.7.25
| -rw-r--r-- | .classpath | 8 | ||||
| -rw-r--r-- | build.xml | 8 | ||||
| -rw-r--r-- | lib/jcl-over-slf4j-1.7.25.jar (renamed from lib/jcl-over-slf4j-1.7.24.jar) | bin | 16516 -> 16515 bytes | |||
| -rw-r--r-- | lib/log4j-over-slf4j-1.7.25.jar (renamed from lib/log4j-over-slf4j-1.7.24.jar) | bin | 23647 -> 23645 bytes | |||
| -rw-r--r-- | lib/slf4j-api-1.7.25.jar (renamed from lib/slf4j-api-1.7.24.jar) | bin | 41205 -> 41203 bytes | |||
| -rw-r--r-- | lib/slf4j-jdk14-1.7.25.jar (renamed from lib/slf4j-jdk14-1.7.24.jar) | bin | 8460 -> 8460 bytes | |||
| -rw-r--r-- | pom.xml | 8 |
7 files changed, 12 insertions, 12 deletions
diff --git a/.classpath b/.classpath index f999062e0..e4b086f62 100644 --- a/.classpath +++ b/.classpath @@ -25,9 +25,9 @@ <classpathentry kind="lib" path="lib/commons-compress-1.16.1.jar"/> <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.11.jar"/> - <classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.24.jar"/> - <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.24.jar"/> - <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.24.jar"/> + <classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.25.jar"/> + <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.25.jar"/> + <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.25.jar"/> <classpathentry kind="lib" path="lib/httpcore-4.4.9.jar"/> <classpathentry kind="lib" path="lib/metadata-extractor-2.11.0.jar"/> <classpathentry kind="lib" path="lib/xmpcore-5.1.3.jar"/> @@ -41,7 +41,7 @@ <classpathentry kind="lib" path="lib/poi-3.17.jar"/> <classpathentry kind="lib" path="lib/poi-scratchpad-3.17.jar"/> <classpathentry kind="lib" path="lib/commons-io-2.6.jar"/> - <classpathentry kind="lib" path="lib/slf4j-api-1.7.24.jar"/> + <classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/> <classpathentry kind="lib" path="lib/chardet.jar"/> <classpathentry kind="lib" path="lib/jetty-client-9.4.9.v20180320.jar"/> <classpathentry kind="lib" path="lib/jetty-continuation-9.4.9.v20180320.jar"/> @@ -201,7 +201,7 @@ <pathelement location="${lib}/jaudiotagger-2.2.5.jar" /> <pathelement location="${lib}/javax.servlet-api-3.1.0.jar" /> <pathelement location="${lib}/jcifs-1.3.17.jar" /> - <pathelement location="${lib}/jcl-over-slf4j-1.7.24.jar" /> + <pathelement location="${lib}/jcl-over-slf4j-1.7.25.jar" /> <pathelement location="${lib}/jetty-client-9.4.9.v20180320.jar" /> <pathelement location="${lib}/jetty-continuation-9.4.9.v20180320.jar" /> <pathelement location="${lib}/jetty-deploy-9.4.9.v20180320.jar" /> @@ -224,7 +224,7 @@ <pathelement location="${lib}/jwat-common-1.1.1.jar" /> <pathelement location="${lib}/jwat-gzip-1.1.1.jar" /> <pathelement location="${lib}/jwat-warc-1.1.1.jar" /> - <pathelement location="${lib}/log4j-over-slf4j-1.7.24.jar" /> + <pathelement location="${lib}/log4j-over-slf4j-1.7.25.jar" /> <pathelement location="${lib}/lucene-analyzers-common-6.6.3.jar" /> <pathelement location="${lib}/lucene-analyzers-phonetic-6.6.3.jar" /> <pathelement location="${lib}/lucene-backward-codecs-6.6.3.jar" /> @@ -248,8 +248,8 @@ <pathelement location="${lib}/pdfbox-2.0.9.jar" /> <pathelement location="${lib}/poi-3.17.jar" /> <pathelement location="${lib}/poi-scratchpad-3.17.jar" /> - <pathelement location="${lib}/slf4j-api-1.7.24.jar" /> - <pathelement location="${lib}/slf4j-jdk14-1.7.24.jar" /> + <pathelement location="${lib}/slf4j-api-1.7.25.jar" /> + <pathelement location="${lib}/slf4j-jdk14-1.7.25.jar" /> <pathelement location="${lib}/solr-core-6.6.3.jar" /> <pathelement location="${lib}/solr-solrj-6.6.3.jar" /> <pathelement location="${lib}/spatial4j-0.6.jar" /> diff --git a/lib/jcl-over-slf4j-1.7.24.jar b/lib/jcl-over-slf4j-1.7.25.jar Binary files differindex 489910765..8e7fec880 100644 --- a/lib/jcl-over-slf4j-1.7.24.jar +++ b/lib/jcl-over-slf4j-1.7.25.jar diff --git a/lib/log4j-over-slf4j-1.7.24.jar b/lib/log4j-over-slf4j-1.7.25.jar Binary files differindex ad8bed93f..ba241a495 100644 --- a/lib/log4j-over-slf4j-1.7.24.jar +++ b/lib/log4j-over-slf4j-1.7.25.jar diff --git a/lib/slf4j-api-1.7.24.jar b/lib/slf4j-api-1.7.25.jar Binary files differindex defb72a51..0143c0996 100644 --- a/lib/slf4j-api-1.7.24.jar +++ b/lib/slf4j-api-1.7.25.jar diff --git a/lib/slf4j-jdk14-1.7.24.jar b/lib/slf4j-jdk14-1.7.25.jar Binary files differindex dca550786..bd0df29c0 100644 --- a/lib/slf4j-jdk14-1.7.24.jar +++ b/lib/slf4j-jdk14-1.7.25.jar @@ -466,7 +466,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>1.7.21</version> + <version>1.7.25</version> <type>jar</type> </dependency> <dependency> @@ -500,7 +500,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> - <version>1.7.24</version> + <version>1.7.25</version> <type>jar</type> </dependency> <dependency> @@ -611,11 +611,11 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-deploy</artifactId> <version>${jetty.version}</version> - </dependency> + </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> - <version>1.7.21</version> + <version>1.7.25</version> <type>jar</type> </dependency> <dependency> |
