Skip to content

Commit c0aae2a

Browse files
fix(deps): update dependency jakarta.xml.bind:jakarta.xml.bind-api to v4.0.3
Ref: PACT-445
1 parent 2a2da35 commit c0aae2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configurations {
2424
dependencies {
2525
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2626
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
27-
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
27+
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.3'
2828
compileOnly 'org.projectlombok:lombok'
2929
annotationProcessor 'org.projectlombok:lombok'
3030

0 commit comments

Comments
 (0)