Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump org.zalando:problem-spring-web from 0.27.0 to 0.29.1 #10

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ This project includes:
ASM based accessors helper used by json-smart under The Apache Software License, Version 2.0
AspectJ Weaver under Eclipse Public License - v 2.0
AssertJ fluent assertions under Apache License, Version 2.0
Bean Validation API under Apache License 2.0
Bouncy Castle Provider under Bouncy Castle Licence
Byte Buddy (without dependencies) under Apache License, Version 2.0
Byte Buddy agent under Apache License, Version 2.0
Expand Down Expand Up @@ -58,7 +57,6 @@ This project includes:
Jackson-core under The Apache Software License, Version 2.0
jackson-databind under The Apache Software License, Version 2.0
Jackson-dataformat-YAML under The Apache Software License, Version 2.0
jackson-datatype-problem under MIT License
Jackson-module-parameter-names under The Apache Software License, Version 2.0
Jakarta Activation under EDL 1.0
Jakarta Activation API jar under EDL 1.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<dependency>
<groupId>org.zalando</groupId>
<artifactId>problem-spring-web</artifactId>
<version>0.27.0</version>
<version>0.29.1</version>
</dependency>
</dependencies>

Expand Down
Loading