diff options
author | James Moger <james.moger@gitblit.com> | 2015-09-18 08:21:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-09-18 08:21:38 -0400 |
commit | f0689861192cbdd1a8eaed014a6c474caf397385 (patch) | |
tree | f8ba8a3b26c14d2e0ca44dc5635c03d03e739177 | |
parent | 2694044566a28eff4dfe1ec4af7a946d28a78791 (diff) | |
download | gitblit-f0689861192cbdd1a8eaed014a6c474caf397385.tar.gz gitblit-f0689861192cbdd1a8eaed014a6c474caf397385.zip |
Update to SLF4J 1.7.12
-rw-r--r-- | .classpath | 4 | ||||
-rw-r--r-- | build.moxie | 2 | ||||
-rw-r--r-- | gitblit.iml | 12 |
3 files changed, 9 insertions, 9 deletions
@@ -12,8 +12,8 @@ <classpathentry kind="lib" path="ext/guice-servlet-4.0-gb1.jar" sourcepath="ext/src/guice-servlet-4.0-gb1.jar" /> <classpathentry kind="lib" path="ext/annotations-12.0.jar" sourcepath="ext/src/annotations-12.0.jar" /> <classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/src/log4j-1.2.17.jar" /> - <classpathentry kind="lib" path="ext/slf4j-api-1.7.10.jar" sourcepath="ext/src/slf4j-api-1.7.10.jar" /> - <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.10.jar" sourcepath="ext/src/slf4j-log4j12-1.7.10.jar" /> + <classpathentry kind="lib" path="ext/slf4j-api-1.7.12.jar" sourcepath="ext/src/slf4j-api-1.7.12.jar" /> + <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.12.jar" sourcepath="ext/src/slf4j-log4j12-1.7.12.jar" /> <classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" /> <classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" /> <classpathentry kind="lib" path="ext/jetty-all-9.2.10.v20150310.jar" sourcepath="ext/src/jetty-all-9.2.10.v20150310.jar" /> diff --git a/build.moxie b/build.moxie index 8d92fda0..5afab198 100644 --- a/build.moxie +++ b/build.moxie @@ -103,7 +103,7 @@ repositories: central, eclipse-snapshots, eclipse, gitblit # Convenience properties for dependencies properties: { jetty.version : 9.2.10.v20150310 - slf4j.version : 1.7.10 + slf4j.version : 1.7.12 wicket.version : 1.4.21 lucene.version : 4.10.0 jgit.version : 4.0.1.201506240215-r diff --git a/gitblit.iml b/gitblit.iml index 55903760..1d589a8d 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -91,24 +91,24 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="slf4j-api-1.7.10.jar"> + <library name="slf4j-api-1.7.12.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.10.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.12.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.10.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.12.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="slf4j-log4j12-1.7.10.jar"> + <library name="slf4j-log4j12-1.7.12.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.10.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.12.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.10.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.12.jar!/" /> </SOURCES> </library> </orderEntry> |