diff options
author | James Moger <james.moger@gitblit.com> | 2014-07-02 17:27:44 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-07-02 17:27:44 -0400 |
commit | 21df0daeacdbc6fedab788f745d3525d342bd7a8 (patch) | |
tree | 1b4fe28b2e6857d3baf35348d077fdb4f94f00e1 | |
parent | 04e1f277532cb1d0bf8db411d3d89864a8762170 (diff) | |
download | gitblit-21df0daeacdbc6fedab788f745d3525d342bd7a8.tar.gz gitblit-21df0daeacdbc6fedab788f745d3525d342bd7a8.zip |
Update to SLF4j 1.7.7
-rw-r--r-- | .classpath | 4 | ||||
-rw-r--r-- | build.moxie | 4 | ||||
-rw-r--r-- | gitblit.iml | 12 | ||||
-rw-r--r-- | releases.moxie | 1 |
4 files changed, 11 insertions, 10 deletions
@@ -11,8 +11,8 @@ <classpathentry kind="lib" path="ext/javawriter-2.1.1.jar" sourcepath="ext/src/javawriter-2.1.1.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.5.jar" sourcepath="ext/src/slf4j-api-1.7.5.jar" /> - <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.5.jar" sourcepath="ext/src/slf4j-log4j12-1.7.5.jar" /> + <classpathentry kind="lib" path="ext/slf4j-api-1.7.7.jar" sourcepath="ext/src/slf4j-api-1.7.7.jar" /> + <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.7.jar" sourcepath="ext/src/slf4j-log4j12-1.7.7.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.1.v20140609.jar" sourcepath="ext/src/jetty-all-9.2.1.v20140609.jar" /> diff --git a/build.moxie b/build.moxie index 33ae1eda..9a4830b6 100644 --- a/build.moxie +++ b/build.moxie @@ -131,8 +131,8 @@ dependencies: # Standard dependencies - compile 'com.intellij:annotations:12.0' :war - compile 'log4j:log4j:1.2.17' :war :fedclient :authority -- compile 'org.slf4j:slf4j-api:1.7.5' :war :fedclient :authority -- compile 'org.slf4j:slf4j-log4j12:1.7.5' :war :fedclient :authority +- compile 'org.slf4j:slf4j-api:1.7.7' :war :fedclient :authority +- compile 'org.slf4j:slf4j-log4j12:1.7.7' :war :fedclient :authority - compile 'com.sun.mail:javax.mail:1.5.1' :war :authority - compile 'javax.servlet:javax.servlet-api:3.1.0' :fedclient - compile 'org.eclipse.jetty.aggregate:jetty-all:${jetty.version}' @jar diff --git a/gitblit.iml b/gitblit.iml index e2031244..99c91cc5 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -80,24 +80,24 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="slf4j-api-1.7.5.jar"> + <library name="slf4j-api-1.7.7.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.5.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.7.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.5.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.7.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="slf4j-log4j12-1.7.5.jar"> + <library name="slf4j-log4j12-1.7.7.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.5.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.7.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.5.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.7.jar!/" /> </SOURCES> </library> </orderEntry> diff --git a/releases.moxie b/releases.moxie index a71e9cc6..89b1a50c 100644 --- a/releases.moxie +++ b/releases.moxie @@ -24,6 +24,7 @@ r25: { - Jetty 9.2.1 (pr-202) - Lucene 4.8.1 (pr-201) - JGit 3.4.0 (pr-200) + - SLF4j 1.7.7 contributors: - James Moger - David Ostrovsky |