Skip to content

Commit a84a0c3

Browse files
fix(deps): update dependency jakarta.xml.bind:jakarta.xml.bind-api to v4.0.4 (#37)
Ref: PACT-445 Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
1 parent 35ddc4b commit a84a0c3

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.3'
27+
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.4'
2828
compileOnly 'org.projectlombok:lombok'
2929
annotationProcessor 'org.projectlombok:lombok'
3030

0 commit comments

Comments
 (0)