Skip to content

Commit ce435a0

Browse files
committed
Updated deps.
1 parent 917db73 commit ce435a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/test/java/dev/rilling/webmention4j/client/internal/link/LinkUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void fromHeaderValueParses(String headerValue) {
6262
@CsvSource(value = {"https://example.com/app/link1>", "<https://example.com/app/link1", "https://example.com/app/link1"})
6363
@DisplayName("#fromHeaderValue rejects malformed")
6464
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);
6666
}
6767

6868
// org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest#testValueOfParams

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.jetbrains</groupId>
4040
<artifactId>annotations</artifactId>
41-
<version>26.0.1</version>
41+
<version>26.0.2</version>
4242
</dependency>
4343

4444
<dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.assertj</groupId>
9898
<artifactId>assertj-core</artifactId>
99-
<version>3.27.0</version>
99+
<version>3.27.3</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.wiremock</groupId>

0 commit comments

Comments
 (0)