Skip to content

Commit

Permalink
reduce dependabot PRs for spring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Jan 27, 2025
1 parent 083d7d6 commit 5e0af50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arquillian/functional-tests/spring-cxf-tomee-4332/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<name>TomEE :: Arquillian :: Functional Tests :: Spring CXF Test</name>

<properties>
<version.spring-boot>3.4.2</version.spring-boot>
<version.shrinkwrap.resolver>3.3.3</version.shrinkwrap.resolver>

<!-- junit 5.11 is broken for some reason here -->
Expand All @@ -41,7 +42,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.4.2</version>
<version>${version.spring-boot}</version>

<exclusions>
<exclusion>
Expand All @@ -54,13 +55,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>3.4.2</version>
<version>${version.spring-boot}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>3.4.2</version>
<version>${version.spring-boot}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 5e0af50

Please sign in to comment.