Skip to content

Commit

Permalink
chore(deps): update dependency org.springdoc:springdoc-openapi-starte…
Browse files Browse the repository at this point in the history
…r-webmvc-ui to v2.7.0
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 0292c89 commit f84ca41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ maven_install(

"org.postgresql:postgresql:42.7.4",

"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0",
"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0",
"io.jsonwebtoken:jjwt-api:%s" % (Jsonwebtoken_Version),
"io.jsonwebtoken:jjwt-impl:%s" % (Jsonwebtoken_Version),
"io.jsonwebtoken:jjwt-jackson:%s" % (Jsonwebtoken_Version),
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'

implementation 'org.postgresql:postgresql:42.7.4'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
implementation("io.jsonwebtoken:jjwt-api:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-impl:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:${jsonwebtokenVersion}")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down

0 comments on commit f84ca41

Please sign in to comment.