Skip to content

Commit dd260b6

Browse files
committed
[test] upgrade junit due vulnearability
1 parent d15da1c commit dd260b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ plugin :clean do
8888
end
8989

9090
jar 'org.jruby:jruby-core', '1.7.20', :scope => :provided
91-
jar 'junit:junit', '4.11', :scope => :test
91+
jar 'junit:junit', '[4.13.1,)', :scope => :test
9292

9393
# 9.1.17.0 is Java 7 compatible (till supporting JRuby 1.7)
9494
# NOTE: to build on Java 11 - installing gems fails (due old jossl) with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ DO NOT MODIFIY - GENERATED CODE
9898
<dependency>
9999
<groupId>junit</groupId>
100100
<artifactId>junit</artifactId>
101-
<version>4.11</version>
101+
<version>[4.13.1,)</version>
102102
<scope>test</scope>
103103
</dependency>
104104
</dependencies>

0 commit comments

Comments
 (0)