Skip to content

Commit

Permalink
Update beanshell to 2.0b6 which includes a fix for a security vulnera…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
unp1 committed Oct 13, 2023
1 parent bf8cca5 commit 7f389a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recoder/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
description "Fork of the Recoder -- a parser/ast for Java with extensions for KeY-Java dialects."

def headerFile = "$rootDir/gradle/header-recoder"

repositories {
mavenCentral()
}
dependencies {
implementation 'org.ow2.asm:asm:9.6'
implementation 'org.beanshell:bsh:2.0b5'
implementation 'org.apache-extras.beanshell:bsh:2.0b6'
implementation 'net.sf.retrotranslator:retrotranslator-runtime:1.2.9'
implementation 'net.sf.retrotranslator:retrotranslator-transformer:1.2.9'
}

0 comments on commit 7f389a1

Please sign in to comment.