Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update com.jayway.jsonpath:json-path to v3
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#4308
url: https://github.com/apache/solr/pull/4308
4 changes: 2 additions & 2 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ com.googlecode.json-simple:json-simple:1.1.1 (1 constraints: d90f7798)
com.helger:profiler:1.1.1 (1 constraints: e21053b8)
com.ibm.icu:icu4j:74.2 (1 constraints: ae0f2484)
com.j256.simplemagic:simplemagic:1.17 (1 constraints: dd04f830)
com.jayway.jsonpath:json-path:2.9.0 (2 constraints: 6f12c62c)
com.jayway.jsonpath:json-path:3.0.0 (2 constraints: 6712702b)
com.knuddels:jtokkit:1.1.0 (1 constraints: 9d0e146a)
com.lmax:disruptor:3.4.4 (1 constraints: 0d050a36)
com.squareup.okhttp3:okhttp:4.12.0 (8 constraints: 76707ed2)
Expand Down Expand Up @@ -341,7 +341,7 @@ org.scala-lang.modules:scala-java8-compat_2.13:1.0.2 (1 constraints: fa0af8e7)
org.semver4j:semver4j:5.8.0 (1 constraints: 0f051c36)
org.slf4j:jcl-over-slf4j:2.0.17 (1 constraints: 3c05323b)
org.slf4j:jul-to-slf4j:2.0.17 (2 constraints: c11bd27e)
org.slf4j:slf4j-api:2.0.17 (68 constraints: 68d3e189)
org.slf4j:slf4j-api:2.0.17 (68 constraints: 6ed3b3c9)
org.threeten:threetenbp:1.6.9 (4 constraints: 2833ea68)
org.xerial.snappy:snappy-java:1.1.10.8 (5 constraints: c146fa38)
software.amazon.awssdk:annotations:2.31.77 (29 constraints: 59bcb697)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ com.google.guava:guava=32.1.3-jre
com.google.protobuf:*=3.25.8
com.google.re2j:re2j=1.8
com.j256.simplemagic:simplemagic=1.17
com.jayway.jsonpath:json-path=2.9.0
com.jayway.jsonpath:json-path=3.0.0
com.lmax:disruptor=3.4.4
com.tdunning:t-digest=3.3
commons-cli:commons-cli=1.10.0
Expand Down
Loading