Skip to content

Commit

Permalink
Dependable bot alert fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidisha010496 committed Oct 25, 2021
1 parent 05d4670 commit c3a723c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion karma-app/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"chai": "^3.5.0",
"electron": "10.4.6",
"electron": "11.5.0",
"electron-builder": "^5.12.1",
"electron-mocha": "^3.0.0",
"fs-jetpack": "^0.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ body
{
border-left-color: @table-even-vertical-grid-border-color; //@color-even-dark;
}
.wk-row-even:first-child,
.wk-row-even:first-child
{
border-top-color: @color-even-dark;
}
Expand Down
38 changes: 19 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,25 +268,25 @@
<artifactId>antlr</artifactId>
<version>${antlr.version}</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>${jdom.version}</version>
<exclusions>
<exclusion>
<artifactId>maven-cobertura-plugin</artifactId>
<groupId>maven-plugins</groupId>
</exclusion>
<exclusion>
<artifactId>maven-findbugs-plugin</artifactId>
<groupId>maven-plugins</groupId>
</exclusion>
<exclusion>
<artifactId>com.ibm.icu</artifactId>
<groupId>icu4j</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.jdom</groupId>-->
<!-- <artifactId>jdom</artifactId>-->
<!-- <version>${jdom.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>maven-cobertura-plugin</artifactId>-->
<!-- <groupId>maven-plugins</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>maven-findbugs-plugin</artifactId>-->
<!-- <groupId>maven-plugins</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>com.ibm.icu</artifactId>-->
<!-- <groupId>icu4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down

0 comments on commit c3a723c

Please sign in to comment.