Skip to content

fix(deps): update all non-major dependencies #3852

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #3852

Triggered via pull request August 8, 2026 21:46
Status Success
Total duration 2m 48s
Artifacts

backend-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
backend: backend/src/main/java/org/rdfarchitect/rdf/model/wrapper/CimSortedModel.java#L91
write(java.io.Writer) in org.apache.jena.rdf.model.Model has been deprecated and marked for removal
backend: backend/src/main/java/org/rdfarchitect/rdf/model/wrapper/CimSortedModel.java#L112
write(java.io.OutputStream) in org.apache.jena.rdf.model.Model has been deprecated and marked for removal
backend: backend/src/main/java/org/rdfarchitect/models/cim/umladapted/data/CIMClassUMLAdapted.java#L59
@SuperBuilder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
backend: backend/src/main/java/org/rdfarchitect/models/cim/umladapted/data/CIMClassUMLAdapted.java#L56
@SuperBuilder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
backend: backend/src/main/java/org/rdfarchitect/models/cim/umladapted/data/CIMClassUMLAdapted.java#L53
@SuperBuilder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
backend: backend/src/main/java/org/rdfarchitect/models/changes/semanticchanges/SemanticAttributeChange.java#L52
@SuperBuilder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.