Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit cbb8d34

Browse files
committed
Upgraded to janino 3.1.0
Fix for Janino Driver 3.11 fails #30
1 parent db2901d commit cbb8d34

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

lib/janino-commons-compiler.jar

113 KB
Binary file not shown.

lib/janino.jar

260 KB
Binary file not shown.

lib/versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ commons-jexl=2.0.1
33
commons-logging=1.0.4
44
hsqldb=1.8.0.10
55
velocity-dep=1.6.2
6-
janino=2.6.1
7-
janino-commons-compiler=2.6.1
6+
janino=3.1.0
7+
janino-commons-compiler=3.1.0
88
junit=3.8.2
99
h2=1.1.116
1010
spring=1.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>org.codehaus.janino</groupId>
127127
<artifactId>janino</artifactId>
128-
<version>2.6.1</version>
128+
<version>3.1.0</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)