Skip to content

Commit

Permalink
Update json to 2.7.2
Browse files Browse the repository at this point in the history
This removes remaining references to "19" methods.

Fixes jruby#8169
  • Loading branch information
headius committed Apr 4, 2024
1 parent 61ff9d6 commit 9ecab65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def log(message=nil)
['jar-dependencies', '0.4.1'],
['jruby-readline', '1.3.7'],
['jruby-openssl', '0.14.3'],
['json', '2.7.1'],
['json', '2.7.2'],
['logger', '1.6.0'],
['net-http', '0.4.1'],
['net-protocol', '0.2.2'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>json</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -1114,7 +1114,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/jar-dependencies-0.4.1*</include>
<include>specifications/jruby-readline-1.3.7*</include>
<include>specifications/jruby-openssl-0.14.3*</include>
<include>specifications/json-2.7.1*</include>
<include>specifications/json-2.7.2*</include>
<include>specifications/logger-1.6.0*</include>
<include>specifications/net-http-0.4.1*</include>
<include>specifications/net-protocol-0.2.2*</include>
Expand Down Expand Up @@ -1194,7 +1194,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/jar-dependencies-0.4.1*/**/*</include>
<include>gems/jruby-readline-1.3.7*/**/*</include>
<include>gems/jruby-openssl-0.14.3*/**/*</include>
<include>gems/json-2.7.1*/**/*</include>
<include>gems/json-2.7.2*/**/*</include>
<include>gems/logger-1.6.0*/**/*</include>
<include>gems/net-http-0.4.1*/**/*</include>
<include>gems/net-protocol-0.2.2*/**/*</include>
Expand Down Expand Up @@ -1274,7 +1274,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/jar-dependencies-0.4.1*</include>
<include>cache/jruby-readline-1.3.7*</include>
<include>cache/jruby-openssl-0.14.3*</include>
<include>cache/json-2.7.1*</include>
<include>cache/json-2.7.2*</include>
<include>cache/logger-1.6.0*</include>
<include>cache/net-http-0.4.1*</include>
<include>cache/net-protocol-0.2.2*</include>
Expand Down

0 comments on commit 9ecab65

Please sign in to comment.