Skip to content

Commit

Permalink
Step 3: Upgrade Spring Framework Dependency - Compile: SUCCESS
Browse files Browse the repository at this point in the history
Updated spring-core dependency from 6.1.10 to 6.2.0 in pom.xml.
Verified main and test source compilation succeeds.
Known limitation: full test suite deferred to Final Validation.
  • Loading branch information
Fredrik Marjoni committed Apr 10, 2026
1 parent cfef39a commit 427f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.10</version>
<version>6.2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 427f4e5

Please sign in to comment.