Skip to content

Commit

Permalink
HDDS-10815. Bump Spring Framework to 5.3.34 (apache#6643)
Browse files Browse the repository at this point in the history
(cherry picked from commit fff2b6c)
  • Loading branch information
rohit-kb authored and xichen01 committed Jul 17, 2024
1 parent c1db374 commit c6a41c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hadoop-ozone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

<properties>
<docker.image>apache/ozone:${project.version}</docker.image>
<spring.version>5.3.27</spring.version>
<jooq.version>3.11.10</jooq.version>
</properties>
<modules>
<module>interface-client</module>
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<zstd.version>1.4.9</zstd.version>
<jgrapht.version>1.4.0</jgrapht.version>

<spring.version>5.3.34</spring.version>
<jooq.version>3.11.10</jooq.version>

<vault.driver.version>5.1.0</vault.driver.version>
<native.lib.tmp.dir></native.lib.tmp.dir>
<snappy-java.version>1.1.10.5</snappy-java.version>
Expand Down Expand Up @@ -1849,6 +1852,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</restrictImports>
<restrictImports>
<includeTestCode>true</includeTestCode>
<!--suppress UnresolvedMavenProperty -->
<reason>Disable with @Unhealthy or @Slow instead (see HDDS-9276)</reason>
<bannedImports>
<bannedImport>org.junit.Ignore</bannedImport>
Expand Down

0 comments on commit c6a41c0

Please sign in to comment.