Skip to content

Commit

Permalink
Use invokebinder 1.13 to avoid logger security check
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 16, 2023
1 parent be53dbc commit 2041056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -55,7 +55,7 @@
jar 'org.jruby.jcodings:jcodings:1.0.58'
jar 'org.jruby:dirgra:0.3'

jar 'com.headius:invokebinder:1.12'
jar 'com.headius:invokebinder:1.13'
jar 'com.headius:options:1.6'

jar 'com.jcraft:jzlib:1.1.3'
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -164,7 +164,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>com.headius</groupId>
<artifactId>invokebinder</artifactId>
<version>1.12</version>
<version>1.13</version>
</dependency>
<dependency>
<groupId>com.headius</groupId>
Expand Down

0 comments on commit 2041056

Please sign in to comment.