Skip to content

Commit

Permalink
Target-Version 4.3.5
Browse files Browse the repository at this point in the history
- Property Path to Byte Buddy upgrade 0.2.0
- Spring-Version upgrade 5.3.32
- JDK Version 17
  • Loading branch information
Christopher Schütte committed Mar 13, 2024
1 parent ff8e157 commit d077dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.1.4</version>
<version>5.3.32</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.4</version>
<version>5.3.32</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit d077dec

Please sign in to comment.