mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 02:15:22 +00:00
Update all non-major dependencies (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
585e3bdf19
commit
2b3babf905
1208
package-lock.json
generated
1208
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "swag-webhook-events",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@redocly/openapi-cli": "1.0.0-beta.81",
|
||||
"@redocly/openapi-cli": "1.0.0-beta.94",
|
||||
"json-merge-patch": "1.0.2",
|
||||
"redoc-cli": "0.13.7"
|
||||
"redoc-cli": "0.13.21"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "openapi preview-docs",
|
||||
|
14
pom.xml
14
pom.xml
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>library-parent-pom</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>swag-webhook-events</artifactId>
|
||||
@ -26,15 +26,15 @@
|
||||
<java.version>11</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
<slf4j-version>1.7.33</slf4j-version>
|
||||
<slf4j-version>1.7.36</slf4j-version>
|
||||
<junit-version>4.13.2</junit-version>
|
||||
<servlet-api-version>2.5</servlet-api-version>
|
||||
<jackson-version>2.13.1</jackson-version>
|
||||
<spring-version>2.6.1</spring-version>
|
||||
<jackson-version>2.15.2</jackson-version>
|
||||
<spring-version>2.7.14</spring-version>
|
||||
<springfox-version>3.0.0</springfox-version>
|
||||
<javax-annotation-api-version>1.3.2</javax-annotation-api-version>
|
||||
<jaxb-version>2.3.1</jaxb-version>
|
||||
<openapi-generator-version>5.3.1</openapi-generator-version>
|
||||
<openapi-generator-version>5.4.0</openapi-generator-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>io.swagger</groupId>
|
||||
<artifactId>swagger-annotations</artifactId>
|
||||
<version>1.6.4</version>
|
||||
<version>1.6.11</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
<dependency>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>jackson-databind-nullable</artifactId>
|
||||
<version>0.2.2</version>
|
||||
<version>0.2.6</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user