diff --git a/dev-tools/eclipse/dot.classpath b/dev-tools/eclipse/dot.classpath
index a5d64f92dcc..0f201536149 100644
--- a/dev-tools/eclipse/dot.classpath
+++ b/dev-tools/eclipse/dot.classpath
@@ -95,7 +95,7 @@
-
+
diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index 95987f4c141..546040851f8 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -699,7 +699,7 @@
solr-noggit
${project.version}
jar
- solr/lib/apache-solr-noggit-r944541.jar
+ solr/lib/apache-solr-noggit-r1099557.jar
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 831472aa7de..877183cba80 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -315,6 +315,10 @@ Bug Fixes
* SOLR-2493: SolrQueryParser was fixed to not parse the SolrConfig DOM tree on each
instantiation which is a huge slowdown. (Stephane Bailliez via uschindler)
+* SOLR-2495: The JSON parser could hang on corrupted input and could fail
+ to detect numbers that were too large to fit in a long. (yonik)
+
+
Other Changes
----------------------
diff --git a/solr/build.xml b/solr/build.xml
index 8c68ca3464e..80e66fd984a 100644
--- a/solr/build.xml
+++ b/solr/build.xml
@@ -1020,7 +1020,7 @@
jar.file="lib/commons-csv-1.0-SNAPSHOT-r966014.jar" />
+ jar.file="lib/apache-solr-noggit-r1099557.jar" />
diff --git a/solr/lib/apache-solr-noggit-pom.xml.template b/solr/lib/apache-solr-noggit-pom.xml.template
index 1596274c115..85b85a4e7d1 100644
--- a/solr/lib/apache-solr-noggit-pom.xml.template
+++ b/solr/lib/apache-solr-noggit-pom.xml.template
@@ -31,6 +31,6 @@
solr-noggit
Solr Specific Noggit
@version@
- Solr Specific Noggit r944541
+ Solr Specific Noggit r1099557
jar
diff --git a/solr/lib/apache-solr-noggit-r1099557.jar b/solr/lib/apache-solr-noggit-r1099557.jar
new file mode 100644
index 00000000000..9fb87b9f301
--- /dev/null
+++ b/solr/lib/apache-solr-noggit-r1099557.jar
@@ -0,0 +1,2 @@
+AnyObjectId[5c4007c7e74af85d823243153d308f80e084eff0] was removed in git history.
+Apache SVN contains full history.
\ No newline at end of file
diff --git a/solr/lib/apache-solr-noggit-r944541.jar b/solr/lib/apache-solr-noggit-r944541.jar
deleted file mode 100755
index e0624dd525f..00000000000
--- a/solr/lib/apache-solr-noggit-r944541.jar
+++ /dev/null
@@ -1,2 +0,0 @@
-AnyObjectId[9b434f5760dd0d78350bdf8237273c0d5db0174e] was removed in git history.
-Apache SVN contains full history.
\ No newline at end of file