Skip to content
Merged

T8 #1638

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion js/genScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ fi
});
}
s += "EXITCODE=$?\n";
if (isCon) s += "stty icanon echo 2>/dev/null\n";
//if (isCon) s += "stty icanon echo 2>/dev/null\n";
s += "stty icanon echo 2>/dev/null\n";
s += "exit $EXITCODE\n";
return s;
}
Expand Down
Binary file renamed lib/dnsjava-3.6.3.jar → lib/dnsjava-3.6.4.jar
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<executions>
<execution>
<id>ojob-build</id>
Expand Down Expand Up @@ -295,7 +295,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.8</version>
<version>42.7.9</version>
</dependency>
<dependency>
<groupId>org.snmp4j</groupId>
Expand Down Expand Up @@ -350,7 +350,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>3.6.3</version>
<version>3.6.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down