Skip to content

Conversation

@nmaguiar
Copy link
Collaborator

This pull request includes minor updates to both the build configuration and script generation logic. The main changes are version bumps for several Maven dependencies and plugins to keep the project up to date, and a small adjustment to the terminal settings in the script generation code.

Dependency and plugin updates:

  • Updated the exec-maven-plugin version from 3.6.2 to 3.6.3 in pom.xml to ensure compatibility with the latest features and bug fixes.
  • Upgraded the postgresql dependency from version 42.7.8 to 42.7.9 in pom.xml for improved stability and security.
  • Increased the dnsjava dependency version from 3.6.3 to 3.6.4 in pom.xml for bug fixes and enhancements.

Script generation logic update:

  • In js/genScripts.js, changed the handling of the stty icanon echo command so it is always set, regardless of the isCon condition, improving consistency in terminal settings.

dependabot bot and others added 6 commits January 15, 2026 22:52
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 to 42.7.9.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ql-postgresql-42.7.9

Bump org.postgresql:postgresql from 42.7.8 to 42.7.9
….mojo-exec-maven-plugin-3.6.3

Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
@nmaguiar nmaguiar self-assigned this Jan 20, 2026
@nmaguiar nmaguiar added bug dependencies Pull requests that update a dependency file labels Jan 20, 2026
@nmaguiar nmaguiar merged commit 9ba42f8 into master Jan 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants