Skip to content

Commit

Permalink
[Improvement][Seatunnel-web] Bump frontend-maven-plugin from 1.11.3 t…
Browse files Browse the repository at this point in the history
…o 1.15.0 and slf4j.version from 1.7.25 to 1.7.36
  • Loading branch information
arshadmohammad committed Aug 12, 2024
1 parent b12506d commit aca0c4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<commons-logging.version>1.2</commons-logging.version>
<log4j.version>1.2.17</log4j.version>
<log4j-core.version>2.17.1</log4j-core.version>
<slf4j.version>1.7.25</slf4j.version>
<slf4j.version>1.7.36</slf4j.version>
<skip.spotless>false</skip.spotless>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions seatunnel-web-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.11.3</version>
<version>1.15.0</version>
<configuration>
<workingDirectory>${project.basedir}/../seatunnel-ui</workingDirectory>
</configuration>
Expand Down Expand Up @@ -427,7 +427,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.11.3</version>
<version>1.15.0</version>
<configuration>
<workingDirectory>${project.basedir}/../seatunnel-ui</workingDirectory>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions tools/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ scala-library-2.12.15.jar



slf4j-api-1.7.25.jar
slf4j-api-1.7.36.jar
snakeyaml-1.29.jar
spring-aop-5.3.20.jar
spring-beans-5.3.20.jar
Expand Down Expand Up @@ -96,10 +96,10 @@ clickhouse-jdbc-0.3.2-patch11.jar
commons-lang3-3.4.jar
httpcore-4.4.13.jar
httpmime-4.5.13.jar
jcl-over-slf4j-1.7.25.jar
jcl-over-slf4j-1.7.36.jar
jcommander-1.81.jar
log4j-api-2.17.1.jar
log4j-over-slf4j-1.7.25.jar
log4j-over-slf4j-1.7.36.jar
log4j-to-slf4j-2.17.1.jar
logback-classic-1.2.3.jar
logback-core-1.2.3.jar
Expand Down

0 comments on commit aca0c4e

Please sign in to comment.