File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
client/src/test/java/dev/rilling/webmention4j/client/internal/link Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ void fromHeaderValueParses(String headerValue) {
62
62
@ CsvSource (value = {"https://example.com/app/link1>" , "<https://example.com/app/link1" , "https://example.com/app/link1" })
63
63
@ DisplayName ("#fromHeaderValue rejects malformed" )
64
64
void fromHeaderValueRejectsMalformed (String headerValue ) {
65
- assertThatThrownBy (() -> fromHeaderValue (URI .create ("https://example.com" ), headerValue )).isInstanceOf (LinkUtils . LinkException .class );
65
+ assertThatThrownBy (() -> fromHeaderValue (URI .create ("https://example.com" ), headerValue )).isInstanceOf (LinkException .class );
66
66
}
67
67
68
68
// org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest#testValueOfParams
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >org.jetbrains</groupId >
40
40
<artifactId >annotations</artifactId >
41
- <version >26.0.1 </version >
41
+ <version >26.0.2 </version >
42
42
</dependency >
43
43
44
44
<dependency >
96
96
<dependency >
97
97
<groupId >org.assertj</groupId >
98
98
<artifactId >assertj-core</artifactId >
99
- <version >3.27.0 </version >
99
+ <version >3.27.3 </version >
100
100
</dependency >
101
101
<dependency >
102
102
<groupId >org.wiremock</groupId >
You can’t perform that action at this time.
0 commit comments