Skip to content

Commit

Permalink
chore(deps): update dependency org.postgresql:postgresql to v42.7.1 (#…
Browse files Browse the repository at this point in the history
…827)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 1627256 commit dc4f89d
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 @@ -38,7 +38,7 @@ maven_install(
"org.springframework.boot:spring-boot-starter-quartz:3.2.0",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3",

"org.postgresql:postgresql:42.7.0",
"org.postgresql:postgresql:42.7.1",

"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0",
"io.jsonwebtoken:jjwt-api:0.12.3",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'

implementation 'org.postgresql:postgresql:42.7.0'
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.0</version>
<version>42.7.1</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down

0 comments on commit dc4f89d

Please sign in to comment.