Skip to content

Commit

Permalink
SOLR-14221: Upgrade restlet to version 2.4.0 (apache#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy authored Feb 2, 2020
1 parent b457c2e commit 16b8d50
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lucene/ivy-versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ org.ow2.asm.version = 7.2
/org.ow2.asm/asm = ${org.ow2.asm.version}
/org.ow2.asm/asm-commons = ${org.ow2.asm.version}

org.restlet.jee.version = 2.3.0
org.restlet.jee.version = 2.4.0
/org.restlet.jee/org.restlet = ${org.restlet.jee.version}
/org.restlet.jee/org.restlet.ext.servlet = ${org.restlet.jee.version}

Expand Down
2 changes: 2 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ Improvements

* SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 (Kevin Risden)

* SOLR-14221: Upgrade restlet to version 2.4.0 (janhoy)

Optimizations
---------------------

Expand Down
1 change: 0 additions & 1 deletion solr/licenses/org.restlet-2.3.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/org.restlet-2.4.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80f34dd07c6f515f226aa1050908179679625821
1 change: 0 additions & 1 deletion solr/licenses/org.restlet.ext.servlet-2.3.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/org.restlet.ext.servlet-2.4.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34fc0a5d08cfe68299887de9790de4d53ab80302
4 changes: 2 additions & 2 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ org.jsoup:jsoup:1.12.1 (1 constraints: 3705303b)
org.locationtech.spatial4j:spatial4j:0.7 (1 constraints: ab041e2c)
org.ow2.asm:asm:7.2 (2 constraints: 900e3e5e)
org.ow2.asm:asm-commons:7.2 (1 constraints: ad042e2c)
org.restlet.jee:org.restlet:2.3.0 (2 constraints: e3159ee6)
org.restlet.jee:org.restlet.ext.servlet:2.3.0 (1 constraints: 0705fe35)
org.restlet.jee:org.restlet:2.4.0 (2 constraints: e515d4e6)
org.restlet.jee:org.restlet.ext.servlet:2.4.0 (1 constraints: 08050136)
org.rrd4j:rrd4j:3.5 (1 constraints: ac04252c)
org.slf4j:jcl-over-slf4j:1.7.24 (1 constraints: 4005473b)
org.slf4j:slf4j-api:1.7.24 (18 constraints: 6ef487eb)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ org.locationtech.spatial4j:*=0.7
org.mockito:mockito-core=2.23.4
org.objenesis:objenesis=2.6
org.ow2.asm:*=7.2
org.restlet.jee:*=2.3.0
org.restlet.jee:*=2.4.0
org.rrd4j:rrd4j=3.5
org.slf4j:*=1.7.24
org.tallison:jmatio=1.5
Expand Down

0 comments on commit 16b8d50

Please sign in to comment.