Skip to content

Commit

Permalink
Merge pull request #1658 from zalando/bump_spring
Browse files Browse the repository at this point in the history
Update spring version to current
  • Loading branch information
fatroom authored Nov 7, 2024
2 parents 8d1187b + 12927e5 commit d04791e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<spring.version>6.0.21</spring.version>
<spring.version>6.1.14</spring.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ void execute() {
assertThrows(UnsupportedOperationException.class, unit::execute);
}

@Test
void getMethodValue() {
assertThrows(UnsupportedOperationException.class, unit::getMethodValue);
}

@Test
void getMethod() {
assertThrows(UnsupportedOperationException.class, unit::getMethod);
Expand Down

0 comments on commit d04791e

Please sign in to comment.