Skip to content

Commit

Permalink
Merge pull request jruby#8088 from headius/strscan_update
Browse files Browse the repository at this point in the history
Update strscan to 3.1.0 for OOB fix
  • Loading branch information
headius authored Feb 6, 2024
2 parents de53d76 + f86ea7c commit 3eaaa51
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 @@ -97,7 +97,7 @@ def log(message=nil)
['shellwords', '0.1.0'],
['singleton', '0.1.1'],
['stringio', '3.0.8'],
['strscan', '3.0.9'],
['strscan', '3.1.0'],
['subspawn', '0.1.1'], # has 3 transitive deps:
['subspawn-posix', '0.1.1'],
['ffi-binary-libfixposix', '0.5.1.1'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>strscan</artifactId>
<version>3.0.9</version>
<version>3.1.0</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -1134,7 +1134,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/shellwords-0.1.0*</include>
<include>specifications/singleton-0.1.1*</include>
<include>specifications/stringio-3.0.8*</include>
<include>specifications/strscan-3.0.9*</include>
<include>specifications/strscan-3.1.0*</include>
<include>specifications/subspawn-0.1.1*</include>
<include>specifications/subspawn-posix-0.1.1*</include>
<include>specifications/ffi-binary-libfixposix-0.5.1.1*</include>
Expand Down Expand Up @@ -1213,7 +1213,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/shellwords-0.1.0*/**/*</include>
<include>gems/singleton-0.1.1*/**/*</include>
<include>gems/stringio-3.0.8*/**/*</include>
<include>gems/strscan-3.0.9*/**/*</include>
<include>gems/strscan-3.1.0*/**/*</include>
<include>gems/subspawn-0.1.1*/**/*</include>
<include>gems/subspawn-posix-0.1.1*/**/*</include>
<include>gems/ffi-binary-libfixposix-0.5.1.1*/**/*</include>
Expand Down Expand Up @@ -1292,7 +1292,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/shellwords-0.1.0*</include>
<include>cache/singleton-0.1.1*</include>
<include>cache/stringio-3.0.8*</include>
<include>cache/strscan-3.0.9*</include>
<include>cache/strscan-3.1.0*</include>
<include>cache/subspawn-0.1.1*</include>
<include>cache/subspawn-posix-0.1.1*</include>
<include>cache/ffi-binary-libfixposix-0.5.1.1*</include>
Expand Down

0 comments on commit 3eaaa51

Please sign in to comment.