Skip to content

Commit

Permalink
Adopt new patch versions of jakarta.activation & spring-jdbc in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 11, 2023
1 parent 89b21b9 commit 24ca597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void changeManagedDependencyWithDynamicVersion() {
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ void upgradeAllDependenciesToPatchReleases() {
<version>1</version>
<properties>
<guava.version>28.0-jre</guava.version>
<spring.version>5.3.24</spring.version>
<spring.version>5.3.25</spring.version>
<spring.artifact-id>spring-jdbc</spring.artifact-id>
</properties>
<dependencies>
Expand Down

0 comments on commit 24ca597

Please sign in to comment.