Skip to content

Commit 12a28e2

Browse files
authored
Merge pull request #35 from mendix/release/9.0.5
Update commons-io to v2.11.0
2 parents 6465400 + 4c38396 commit 12a28e2

11 files changed

Lines changed: 14 additions & 2 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ src/deployment
1313
src/releases
1414
src/javasource/communitycommons
1515
proxies
16+
target
1617
*.launch
1718
.classpath
1819
.project
20+
.vscode
1921
#mxgit-marker-end
2022

dist/UnitTesting_9.0.5.mpk

2.64 MB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mendix.UnitTesting</groupId>
88
<artifactId>UnitTesting</artifactId>
9-
<version>9.0.1</version>
9+
<version>9.0.5</version>
1010

1111
<repositories>
1212
<repository>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>commons-io</groupId>
2222
<artifactId>commons-io</artifactId>
23-
<version>2.8.0</version>
23+
<version>2.11.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.commons</groupId>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import * as variables from "../../../theme/native/custom-variables";
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import '../../../theme/web/custom-variables';
2+

src/userlib/commons-io-2.11.0.jar

319 KB
Binary file not shown.

src/userlib/commons-io-2.8.0.jar.UnitTesting.RequiredLib renamed to src/userlib/commons-io-2.11.0.jar.UnitTesting.RequiredLib

File renamed without changes.

src/userlib/commons-io-2.8.0.jar

-279 KB
Binary file not shown.

0 commit comments

Comments
 (0)