diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index d1c3d55b427e..69589b1f3789 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18.17.1 + node-version: 18.18.1 - name: 'SETUP: load npm cache' uses: actions/cache@v3 with: diff --git a/generators/generator-constants.mts b/generators/generator-constants.mts index e7533e68ff9a..74f3c5a56476 100644 --- a/generators/generator-constants.mts +++ b/generators/generator-constants.mts @@ -26,7 +26,7 @@ export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19', '20', '21']; export const ADD_SPRING_MILESTONE_REPOSITORY = false; // Version of Node, NPM -export const NODE_VERSION = '18.17.1'; +export const NODE_VERSION = '18.18.1'; export const OPENAPI_GENERATOR_CLI_VERSION = '2.7.0'; export const javaDependencies: Record = { diff --git a/generators/maven/templates/.mvn/wrapper/maven-wrapper.properties b/generators/maven/templates/.mvn/wrapper/maven-wrapper.properties index ac184013fc0d..eacdc9ed17a1 100644 --- a/generators/maven/templates/.mvn/wrapper/maven-wrapper.properties +++ b/generators/maven/templates/.mvn/wrapper/maven-wrapper.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar