Skip to content

Commit 731d068

Browse files
committed
Upgrade implementations
1 parent 5293613 commit 731d068

File tree

16 files changed

+227
-165
lines changed

16 files changed

+227
-165
lines changed

implementations/Cpp_jsoncons/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.176.0
1+
v0.177.0

implementations/Golang_github.com-ohler55-ojg/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module example.com/main
22

33
go 1.22
44

5-
require github.com/ohler55/ojg v1.23.0
5+
require github.com/ohler55/ojg v1.24.1

implementations/Golang_github.com-ohler55-ojg/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ github.com/ohler55/ojg v1.21.3 h1:0smW0EKpyPBBIpTKhM+UbCDeQFbR0oEUxym+rFv2Y/8=
22
github.com/ohler55/ojg v1.21.3/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o=
33
github.com/ohler55/ojg v1.23.0 h1:xjJasLaKf4dKkyJq0CNXQMRdL7F1172tms885aPKcS0=
44
github.com/ohler55/ojg v1.23.0/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o=
5+
github.com/ohler55/ojg v1.24.1 h1:PaVLelrNgT5/0ppPaUtey54tOVp245z33fkhL2jljjY=
6+
github.com/ohler55/ojg v1.24.1/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o=

implementations/Golang_github.com-spyzhov-ajson/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module example.com/main
22

33
go 1.13
44

5-
require github.com/spyzhov/ajson v0.9.3
5+
require github.com/spyzhov/ajson v0.9.4

implementations/Golang_github.com-spyzhov-ajson/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ github.com/spyzhov/ajson v0.9.0 h1:tF46gJGOenYVj+k9K1U1XpCxVWhmiyY5PsVCAs1+OJ0=
3131
github.com/spyzhov/ajson v0.9.0/go.mod h1:a6oSw0MMb7Z5aD2tPoPO+jq11ETKgXUr2XktHdT8Wt8=
3232
github.com/spyzhov/ajson v0.9.3 h1://kaIRii6TMRA4zgqQnEdZTURVWlbFinUUCGHJ8BjSg=
3333
github.com/spyzhov/ajson v0.9.3/go.mod h1:a6oSw0MMb7Z5aD2tPoPO+jq11ETKgXUr2XktHdT8Wt8=
34+
github.com/spyzhov/ajson v0.9.4 h1:MVibcTCgO7DY4IlskdqIlCmDOsUOZ9P7oKj8ifdcf84=
35+
github.com/spyzhov/ajson v0.9.4/go.mod h1:a6oSw0MMb7Z5aD2tPoPO+jq11ETKgXUr2XktHdT8Wt8=

implementations/Java_com.github.jsurfer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson.core</groupId>
2727
<artifactId>jackson-core</artifactId>
28-
<version>2.17.2</version>
28+
<version>2.18.0-rc1</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.core</groupId>
3232
<artifactId>jackson-databind</artifactId>
33-
<version>2.17.2</version>
33+
<version>2.18.0-rc1</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

implementations/Java_com.jayway.jsonpath/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson.core</groupId>
2727
<artifactId>jackson-core</artifactId>
28-
<version>2.17.2</version>
28+
<version>2.18.0-rc1</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.core</groupId>
3232
<artifactId>jackson-databind</artifactId>
33-
<version>2.17.2</version>
33+
<version>2.18.0-rc1</version>
3434
</dependency>
3535
</dependencies>
3636
<build>

implementations/Kotlin_com.nfeld.jsonpathkt/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.jetbrains.kotlin</groupId>
2222
<artifactId>kotlin-stdlib</artifactId>
23-
<version>1.8.22</version>
23+
<version>2.0.20</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.nfeld.jsonpathkt</groupId>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.jetbrains.kotlin</groupId>
4545
<artifactId>kotlin-maven-plugin</artifactId>
46-
<version>1.7.10</version>
46+
<version>2.0.20</version>
4747
<executions>
4848
<execution>
4949
<id>compile</id>
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.codehaus.mojo</groupId>
6868
<artifactId>versions-maven-plugin</artifactId>
69-
<version>2.1</version>
69+
<version>2.17.1</version>
7070
</plugin>
7171
</plugins>
7272
</build>

implementations/PHP_galbar-jsonpath/composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)