Skip to content

Commit d6f1f7e

Browse files
fix(deps): update dependency org.functionaljava:functionaljava to v4.9
1 parent ee61490 commit d6f1f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class BundledDep {
147147
def bundledDeps = [
148148
new BundledDep('pcollections', ['org.pcollections:pcollections:4.0.2'], 'org.iets3.core.expr.base.collections.stubs'),
149149
new BundledDep('bigMath', ['ch.obermuhlner:big-math:2.3.2'], 'org.iets3.core.expr.math.interpreter'),
150-
new BundledDep('functionalJava', ['org.functionaljava:functionaljava:4.8.1'], 'org.iets3.core.expr.genjava.functionalJava'),
150+
new BundledDep('functionalJava', ['org.functionaljava:functionaljava:4.9'], 'org.iets3.core.expr.genjava.functionalJava'),
151151
new BundledDep('cpsSuite', ['io.takari.junit:takari-cpsuite:1.2.7'], 'org.iets3.opensource.build.gentests.rt').overrideArtifactName('takari-cpsuite.jar')
152152
]
153153

0 commit comments

Comments
 (0)