Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spring-cloud/spring-cloud-dataflow-…
Browse files Browse the repository at this point in the history
…ui into fix/defaultBootVersion
  • Loading branch information
oodamien committed May 14, 2024
2 parents d112985 + ba60f31 commit 869d246
Show file tree
Hide file tree
Showing 24 changed files with 12,656 additions and 7,564 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
jfrog rt mvnc \
--server-id-resolve=repo.spring.io \
--server-id-deploy=repo.spring.io \
--repo-resolve-releases=libs-spring-dataflow-private-staging-release \
--repo-resolve-releases=libs-release-staging \
--repo-resolve-snapshots=libs-snapshot \
--repo-deploy-releases=libs-staging-local \
--repo-deploy-snapshots=libs-snapshot-local
Expand Down
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy
## Reporting a Vulnerability

If you think you have found a security vulnerability, please **DO NOT** disclose it publicly until we’ve had a chance to fix it.
Please don’t report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dataflow-ui</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Spring Cloud Data Flow User Interface</name>
<description>This application provides the Dashboard application of Spring Cloud Data Flow.</description>
Expand Down Expand Up @@ -119,7 +119,7 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v18.13.0</nodeVersion>
<nodeVersion>v18.20.2</nodeVersion>
</configuration>
</execution>
<execution>
Expand Down
Loading

0 comments on commit 869d246

Please sign in to comment.