Skip to content

Commit 0c765dd

Browse files
committed
Adding github build actions for Unit Tests and report.
1 parent 9bf5de4 commit 0c765dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,10 @@
100100
<es-hadoop.version>8.16.6</es-hadoop.version>
101101
<es.client.version>7.17.28</es.client.version>
102102
<slf4j.version>1.7.5</slf4j.version>
103-
<netty.version>4.0.30.Final</netty.version>
103+
<netty.version>4.1.94.Final</netty.version>
104104
<log4j.version>2.19.0</log4j.version>
105-
<logback.version>1.1.7</logback.version>
105+
<logback.version>1.2.11</logback.version>
106106
<commons.version>3.1</commons.version>
107-
<junit.version>4.11</junit.version>
108107
<commons-httpclient.version>3.1</commons-httpclient.version>
109108
<!-- this is here because project.basedir evaluates to null in the script build step -->
110109
<main.basedir>${project.basedir}</main.basedir>

0 commit comments

Comments
 (0)