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

Commit c3a723c

Browse files
committed
Dependable bot alert fixes
1 parent 05d4670 commit c3a723c

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

karma-app/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"chai": "^3.5.0",
33-
"electron": "10.4.6",
33+
"electron": "11.5.0",
3434
"electron-builder": "^5.12.1",
3535
"electron-mocha": "^3.0.0",
3636
"fs-jetpack": "^0.9.0",

karma-web/src/main/webapp/uiLibs/less/css/styles-03d-fixed-pixel.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ body
306306
{
307307
border-left-color: @table-even-vertical-grid-border-color; //@color-even-dark;
308308
}
309-
.wk-row-even:first-child,
309+
.wk-row-even:first-child
310310
{
311311
border-top-color: @color-even-dark;
312312
}

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -268,25 +268,25 @@
268268
<artifactId>antlr</artifactId>
269269
<version>${antlr.version}</version>
270270
</dependency>
271-
<dependency>
272-
<groupId>org.jdom</groupId>
273-
<artifactId>jdom</artifactId>
274-
<version>${jdom.version}</version>
275-
<exclusions>
276-
<exclusion>
277-
<artifactId>maven-cobertura-plugin</artifactId>
278-
<groupId>maven-plugins</groupId>
279-
</exclusion>
280-
<exclusion>
281-
<artifactId>maven-findbugs-plugin</artifactId>
282-
<groupId>maven-plugins</groupId>
283-
</exclusion>
284-
<exclusion>
285-
<artifactId>com.ibm.icu</artifactId>
286-
<groupId>icu4j</groupId>
287-
</exclusion>
288-
</exclusions>
289-
</dependency>
271+
<!-- <dependency>-->
272+
<!-- <groupId>org.jdom</groupId>-->
273+
<!-- <artifactId>jdom</artifactId>-->
274+
<!-- <version>${jdom.version}</version>-->
275+
<!-- <exclusions>-->
276+
<!-- <exclusion>-->
277+
<!-- <artifactId>maven-cobertura-plugin</artifactId>-->
278+
<!-- <groupId>maven-plugins</groupId>-->
279+
<!-- </exclusion>-->
280+
<!-- <exclusion>-->
281+
<!-- <artifactId>maven-findbugs-plugin</artifactId>-->
282+
<!-- <groupId>maven-plugins</groupId>-->
283+
<!-- </exclusion>-->
284+
<!-- <exclusion>-->
285+
<!-- <artifactId>com.ibm.icu</artifactId>-->
286+
<!-- <groupId>icu4j</groupId>-->
287+
<!-- </exclusion>-->
288+
<!-- </exclusions>-->
289+
<!-- </dependency>-->
290290
<dependency>
291291
<groupId>com.ibm.icu</groupId>
292292
<artifactId>icu4j</artifactId>

0 commit comments

Comments
 (0)