Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtiwari333 authored Sep 6, 2024
1 parent 4b9ff00 commit bfba7df
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.4.0-M2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -16,21 +16,21 @@
<properties>
<java.version>21</java.version>

<springdoc-openapi-ui.version>2.3.0</springdoc-openapi-ui.version>
<mapstruct.version>1.6.0.Beta1</mapstruct.version>
<springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version>
<mapstruct.version>1.6.0</mapstruct.version>

<selenide.version>7.1.0</selenide.version>
<selenide.version>7.4.3</selenide.version>

<wro4j.version>1.9.0</wro4j.version>
<spock.version>2.4-M1-groovy-4.0</spock.version>
<spock.version>2.4-M4-groovy-4.0</spock.version>
<!-- client deps -->
<webjar-jquery.version>3.5.1</webjar-jquery.version>
<webjar-bootstrap.version>4.5.0</webjar-bootstrap.version>
<webjar-popperjs.version>2.0.2</webjar-popperjs.version>


<!-- code quality -->
<archunit-junit5.version>1.2.1</archunit-junit5.version>
<archunit-junit5.version>1.3.0</archunit-junit5.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<maven.checkstyle.plugin.version>3.3.0</maven.checkstyle.plugin.version>
Expand Down Expand Up @@ -617,24 +617,24 @@
</profile>

</profiles>
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>spring-milestones</id>-->
<!-- <name>Spring Milestones</name>-->
<!-- <url>https://repo.spring.io/milestone</url>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<!-- </repositories>-->
<!-- <pluginRepositories>-->
<!-- <pluginRepository>-->
<!-- <id>spring-milestones</id>-->
<!-- <name>Spring Milestones</name>-->
<!-- <url>https://repo.spring.io/milestone</url>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<!-- </pluginRepositories>-->
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit bfba7df

Please sign in to comment.